Shades of Vanilla Ice #EACCC9
Tints of Vanilla Ice #EACCC9
RGB
CMYK
RGB Variations
Color information
#EACCC9 (or 0xEACCC9) is known color: Vanilla Ice. HEX triplet: EA, CC and C9. RGB value is (234,204,201). Sum of RGB (Red+Green+Blue) = 234+204+201=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 201 (78.91% from 255 or 31.46% from 639); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCC9 is #153336. Grayscale: #D4D4D4. Windows color (decimal): -1389367 or 13225194. OLE color: 13225194.
HSL color Cylindrical-coordinate representation of color #EACCC9: hue angle of 5.45º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EACCC9 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 201 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.08 |
| HSL | 5.45º | 0.44% | 0.85% | - |
| HSV(B) | 5.45º | 0.14% | 0.92% | - |
| XYZ | 66.07 | 64.9 | 64.3 | - |
| YUV | 212.63 | 121.44 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 201 | 0 | 0.13 | 0.14 | 0.08 | 5.45 | 0.44 | 0.85 |
| Hex | EA | CC | C9 | 0 | D | E | 8 | 5 | 2C | 55 |
| Octal | 352 | 314 | 311 | 0 | 15 | 16 | 10 | 5 | 54 | 125 |
| Binary | 11101010 | 11001100 | 11001001 | 0 | 1101 | 1110 | 1000 | 101 | 101100 | 1010101 |
Color Harmonies of #EACCC9
Complementary color
Monochromatic Colors of #EACCC9
Black with #EACCC9
Text Example
Text Example
White with #EACCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCC9; }
p { color: rgb(234,204,201); }
H1.HeaderClassName
{
color: #EACCC9;
}
.AnyTagClassName
{
color: #EACCC9;
}
</style>
background-color css
<style>
a { background-color: #EACCC9; }
a { background-color: rgb(234,204,201); }
div.DivClassName
{
background-color: #EACCC9;
}
.BgClassName
{
background-color: #EACCC9;
}
</style>
border-color css
<style>
span { border-color: #EACCC9; }
span { border-color: rgb(234,204,201); }
td.TdClassName
{
border-color: #EACCC9;
}
.TagClassName
{
border-color: #EACCC9;
}
</style>