Shades of Vanilla Ice #EECACA
Tints of Vanilla Ice #EECACA
RGB
CMYK
RGB Variations
Color information
#EECACA (or 0xEECACA) is known color: Vanilla Ice. HEX triplet: EE, CA and CA. RGB value is (238,202,202). Sum of RGB (Red+Green+Blue) = 238+202+202=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EECACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECACA is #113535. Grayscale: #D4D4D4. Windows color (decimal): -1127734 or 13290222. OLE color: 13290222.
HSL color Cylindrical-coordinate representation of color #EECACA: hue angle of 0º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECACA is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 202 | 202 | - |
CMYK | 0 | 0.15 | 0.15 | 0.07 |
HSL | 0º | 0.51% | 0.86% | - |
HSV(B) | 0º | 0.15% | 0.93% | - |
XYZ | 67.04 | 64.68 | 64.83 | - |
YUV | 212.76 | 121.93 | 146 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 202 | 202 | 0 | 0.15 | 0.15 | 0.07 | 0 | 0.51 | 0.86 |
Hex | EE | CA | CA | 0 | F | F | 7 | 0 | 33 | 56 |
Octal | 356 | 312 | 312 | 0 | 17 | 17 | 7 | 0 | 63 | 126 |
Binary | 11101110 | 11001010 | 11001010 | 0 | 1111 | 1111 | 111 | 0 | 110011 | 1010110 |
Color Harmonies of #EECACA
Complementary color
Monochromatic Colors of #EECACA
Black with #EECACA
Text Example
Text Example
White with #EECACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECACA; }
p { color: rgb(238,202,202); }
H1.HeaderClassName
{
color: #EECACA;
}
.AnyTagClassName
{
color: #EECACA;
}
</style>
background-color css
<style>
a { background-color: #EECACA; }
a { background-color: rgb(238,202,202); }
div.DivClassName
{
background-color: #EECACA;
}
.BgClassName
{
background-color: #EECACA;
}
</style>
border-color css
<style>
span { border-color: #EECACA; }
span { border-color: rgb(238,202,202); }
td.TdClassName
{
border-color: #EECACA;
}
.TagClassName
{
border-color: #EECACA;
}
</style>