Shades of Vanilla Ice #EACCCC
Tints of Vanilla Ice #EACCCC
RGB
CMYK
RGB Variations
Color information
#EACCCC (or 0xEACCCC) is known color: Vanilla Ice. HEX triplet: EA, CC and CC. RGB value is (234,204,204). Sum of RGB (Red+Green+Blue) = 234+204+204=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCCC is #153333. Grayscale: #D5D5D5. Windows color (decimal): -1389364 or 13421802. OLE color: 13421802.
HSL color Cylindrical-coordinate representation of color #EACCCC: hue angle of 0º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EACCCC is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 204 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.08 |
| HSL | 0º | 0.42% | 0.86% | - |
| HSV(B) | 0º | 0.13% | 0.92% | - |
| XYZ | 66.42 | 65.04 | 66.18 | - |
| YUV | 212.97 | 122.94 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 204 | 0 | 0.13 | 0.13 | 0.08 | 0 | 0.42 | 0.86 |
| Hex | EA | CC | CC | 0 | D | D | 8 | 0 | 2A | 56 |
| Octal | 352 | 314 | 314 | 0 | 15 | 15 | 10 | 0 | 52 | 126 |
| Binary | 11101010 | 11001100 | 11001100 | 0 | 1101 | 1101 | 1000 | 0 | 101010 | 1010110 |
Color Harmonies of #EACCCC
Complementary color
Monochromatic Colors of #EACCCC
Black with #EACCCC
Text Example
Text Example
White with #EACCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCCC; }
p { color: rgb(234,204,204); }
H1.HeaderClassName
{
color: #EACCCC;
}
.AnyTagClassName
{
color: #EACCCC;
}
</style>
background-color css
<style>
a { background-color: #EACCCC; }
a { background-color: rgb(234,204,204); }
div.DivClassName
{
background-color: #EACCCC;
}
.BgClassName
{
background-color: #EACCCC;
}
</style>
border-color css
<style>
span { border-color: #EACCCC; }
span { border-color: rgb(234,204,204); }
td.TdClassName
{
border-color: #EACCCC;
}
.TagClassName
{
border-color: #EACCCC;
}
</style>