Shades of Vanilla Ice #EAC9C8
Tints of Vanilla Ice #EAC9C8
RGB
CMYK
RGB Variations
Color information
#EAC9C8 (or 0xEAC9C8) is known color: Vanilla Ice. HEX triplet: EA, C9 and C8. RGB value is (234,201,200). Sum of RGB (Red+Green+Blue) = 234+201+200=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 201 (78.91% from 255 or 31.65% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9C8 is #153637. Grayscale: #D2D2D2. Windows color (decimal): -1390136 or 13158890. OLE color: 13158890.
HSL color Cylindrical-coordinate representation of color #EAC9C8: hue angle of 1.76º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAC9C8 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 200 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.08 |
| HSL | 1.76º | 0.45% | 0.85% | - |
| HSV(B) | 1.76º | 0.15% | 0.92% | - |
| XYZ | 65.24 | 63.44 | 63.45 | - |
| YUV | 210.75 | 121.93 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 200 | 0 | 0.14 | 0.15 | 0.08 | 1.76 | 0.45 | 0.85 |
| Hex | EA | C9 | C8 | 0 | E | F | 8 | 2 | 2D | 55 |
| Octal | 352 | 311 | 310 | 0 | 16 | 17 | 10 | 2 | 55 | 125 |
| Binary | 11101010 | 11001001 | 11001000 | 0 | 1110 | 1111 | 1000 | 10 | 101101 | 1010101 |
Color Harmonies of #EAC9C8
Complementary color
Monochromatic Colors of #EAC9C8
Black with #EAC9C8
Text Example
Text Example
White with #EAC9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC9C8; }
p { color: rgb(234,201,200); }
H1.HeaderClassName
{
color: #EAC9C8;
}
.AnyTagClassName
{
color: #EAC9C8;
}
</style>
background-color css
<style>
a { background-color: #EAC9C8; }
a { background-color: rgb(234,201,200); }
div.DivClassName
{
background-color: #EAC9C8;
}
.BgClassName
{
background-color: #EAC9C8;
}
</style>
border-color css
<style>
span { border-color: #EAC9C8; }
span { border-color: rgb(234,201,200); }
td.TdClassName
{
border-color: #EAC9C8;
}
.TagClassName
{
border-color: #EAC9C8;
}
</style>