
A data frame mapping hex codes for 267 colors to their official ISCC-NBS names.
data(iscc)
A data frame with three columns and 267 rows.
This data set contains short names, long names, and hex codes for the 267 official color namkes defineed by the ISCC. Data was obtained from the Texas Precancel CLub and reformatted to be used conveniently in R.
See the Inter-Society Color Council web site (http://www.iscc.org/); the Wikipedia article on the ISCC-NBS system of color designation (https://en.wikipedia.org/wiki/ISCC%E2%80%93NBS_system.
# NOT RUN {
data(iscc)
head(iscc)
# }
Run the code above in your browser using DataLab