Shades of Vanilla Ice #EFCAC9
Tints of Vanilla Ice #EFCAC9
RGB
CMYK
RGB Variations
Color information
#EFCAC9 (or 0xEFCAC9) is known color: Vanilla Ice. HEX triplet: EF, CA and C9. RGB value is (239,202,201). Sum of RGB (Red+Green+Blue) = 239+202+201=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 201 (78.91% from 255 or 31.31% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCAC9 is #103536. Grayscale: #D4D4D4. Windows color (decimal): -1062199 or 13224687. OLE color: 13224687.
HSL color Cylindrical-coordinate representation of color #EFCAC9: hue angle of 1.58º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFCAC9 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 201 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.06 |
| HSL | 1.58º | 0.54% | 0.86% | - |
| HSV(B) | 1.58º | 0.16% | 0.94% | - |
| XYZ | 67.26 | 64.81 | 64.22 | - |
| YUV | 212.95 | 121.26 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 201 | 0 | 0.15 | 0.16 | 0.06 | 1.58 | 0.54 | 0.86 |
| Hex | EF | CA | C9 | 0 | F | 10 | 6 | 2 | 36 | 56 |
| Octal | 357 | 312 | 311 | 0 | 17 | 20 | 6 | 2 | 66 | 126 |
| Binary | 11101111 | 11001010 | 11001001 | 0 | 1111 | 10000 | 110 | 10 | 110110 | 1010110 |
Color Harmonies of #EFCAC9
Complementary color
Monochromatic Colors of #EFCAC9
Black with #EFCAC9
Text Example
Text Example
White with #EFCAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCAC9; }
p { color: rgb(239,202,201); }
H1.HeaderClassName
{
color: #EFCAC9;
}
.AnyTagClassName
{
color: #EFCAC9;
}
</style>
background-color css
<style>
a { background-color: #EFCAC9; }
a { background-color: rgb(239,202,201); }
div.DivClassName
{
background-color: #EFCAC9;
}
.BgClassName
{
background-color: #EFCAC9;
}
</style>
border-color css
<style>
span { border-color: #EFCAC9; }
span { border-color: rgb(239,202,201); }
td.TdClassName
{
border-color: #EFCAC9;
}
.TagClassName
{
border-color: #EFCAC9;
}
</style>