Canonical INCI monograph
PROPANEDIOL
Not on the EU Annex III list
Propanediol is the organic compound that conforms to the formula
PROPANEDIOL is listed in the European Commission CosIng inventory under the functional categories Solvent, Viscosity Controlling, with CAS number 504-63-2 and EC number 207-997-3. In the free INCIDB sample it appears on 11 product labels, leading the declaration on Every man jack deo.
CAS REGISTRY NUMBER
504-63-2
EC NUMBER
207-997-3
COSING FUNCTIONS
Solvent, Viscosity Controlling
Sample products containing PROPANEDIOL
Label positions from the free INCIDB sample. A lower position means the ingredient is declared earlier, i.e. present in a higher proportion.
Query PROPANEDIOL in the full snapshot
import pyarrow.parquet as pq
ingredients = pq.read_table('ingredients.parquet').to_pandas()
target = ingredients[ingredients['inci_name'] == "PROPANEDIOL"]
print(target[['ingredient_id', 'functions', 'cas_number', 'is_common_allergen']])
The complete snapshot covers 18,583 products. Coverage of each enrichment column is published, both per distinct name and weighted by label occurrence — see the coverage table.