Canonical INCI monograph
OCTADECENE
Not on the EU Annex III list
OCTADECENE is listed in the European Commission CosIng inventory under the functional categories Solvent, Viscosity Controlling, with CAS number 27070-58-2 and EC number 248-205-6. In the free INCIDB sample it appears on 1 product label, reaching position 22 on Lait Solaire Enfant FPS 50.
CAS REGISTRY NUMBER
27070-58-2
EC NUMBER
248-205-6
COSING FUNCTIONS
Solvent, Viscosity Controlling
Sample products containing OCTADECENE
Label positions from the free INCIDB sample. A lower position means the ingredient is declared earlier, i.e. present in a higher proportion.
Query OCTADECENE in the full snapshot
import pyarrow.parquet as pq
ingredients = pq.read_table('ingredients.parquet').to_pandas()
target = ingredients[ingredients['inci_name'] == "OCTADECENE"]
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.