Shades of Vanilla Ice #EECFCE
Tints of Vanilla Ice #EECFCE
RGB
CMYK
RGB Variations
Color information
#EECFCE (or 0xEECFCE) is known color: Vanilla Ice. HEX triplet: EE, CF and CE. RGB value is (238,207,206). Sum of RGB (Red+Green+Blue) = 238+207+206=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFCE is #113031. Grayscale: #D8D8D8. Windows color (decimal): -1126450 or 13553646. OLE color: 13553646.
HSL color Cylindrical-coordinate representation of color #EECFCE: hue angle of 1.88º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EECFCE is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 206 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.07 |
| HSL | 1.88º | 0.48% | 0.87% | - |
| HSV(B) | 1.88º | 0.13% | 0.93% | - |
| XYZ | 68.71 | 67.26 | 67.75 | - |
| YUV | 216.16 | 122.27 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 206 | 0 | 0.13 | 0.13 | 0.07 | 1.88 | 0.48 | 0.87 |
| Hex | EE | CF | CE | 0 | D | D | 7 | 2 | 30 | 57 |
| Octal | 356 | 317 | 316 | 0 | 15 | 15 | 7 | 2 | 60 | 127 |
| Binary | 11101110 | 11001111 | 11001110 | 0 | 1101 | 1101 | 111 | 10 | 110000 | 1010111 |
Color Harmonies of #EECFCE
Complementary color
Monochromatic Colors of #EECFCE
Black with #EECFCE
Text Example
Text Example
White with #EECFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFCE; }
p { color: rgb(238,207,206); }
H1.HeaderClassName
{
color: #EECFCE;
}
.AnyTagClassName
{
color: #EECFCE;
}
</style>
background-color css
<style>
a { background-color: #EECFCE; }
a { background-color: rgb(238,207,206); }
div.DivClassName
{
background-color: #EECFCE;
}
.BgClassName
{
background-color: #EECFCE;
}
</style>
border-color css
<style>
span { border-color: #EECFCE; }
span { border-color: rgb(238,207,206); }
td.TdClassName
{
border-color: #EECFCE;
}
.TagClassName
{
border-color: #EECFCE;
}
</style>