Shades of Vanilla Ice #EEC9C8
Tints of Vanilla Ice #EEC9C8
RGB
CMYK
RGB Variations
Color information
#EEC9C8 (or 0xEEC9C8) is known color: Vanilla Ice. HEX triplet: EE, C9 and C8. RGB value is (238,201,200). Sum of RGB (Red+Green+Blue) = 238+201+200=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC9C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC9C8 is #113637. Grayscale: #D3D3D3. Windows color (decimal): -1127992 or 13158894. OLE color: 13158894.
HSL color Cylindrical-coordinate representation of color #EEC9C8: hue angle of 1.58º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEC9C8 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 200 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.07 |
| HSL | 1.58º | 0.53% | 0.86% | - |
| HSV(B) | 1.58º | 0.16% | 0.93% | - |
| XYZ | 66.57 | 64.12 | 63.51 | - |
| YUV | 211.95 | 121.26 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 200 | 0 | 0.16 | 0.16 | 0.07 | 1.58 | 0.53 | 0.86 |
| Hex | EE | C9 | C8 | 0 | 10 | 10 | 7 | 2 | 35 | 56 |
| Octal | 356 | 311 | 310 | 0 | 20 | 20 | 7 | 2 | 65 | 126 |
| Binary | 11101110 | 11001001 | 11001000 | 0 | 10000 | 10000 | 111 | 10 | 110101 | 1010110 |
Color Harmonies of #EEC9C8
Complementary color
Monochromatic Colors of #EEC9C8
Black with #EEC9C8
Text Example
Text Example
White with #EEC9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC9C8; }
p { color: rgb(238,201,200); }
H1.HeaderClassName
{
color: #EEC9C8;
}
.AnyTagClassName
{
color: #EEC9C8;
}
</style>
background-color css
<style>
a { background-color: #EEC9C8; }
a { background-color: rgb(238,201,200); }
div.DivClassName
{
background-color: #EEC9C8;
}
.BgClassName
{
background-color: #EEC9C8;
}
</style>
border-color css
<style>
span { border-color: #EEC9C8; }
span { border-color: rgb(238,201,200); }
td.TdClassName
{
border-color: #EEC9C8;
}
.TagClassName
{
border-color: #EEC9C8;
}
</style>