Shades of Vanilla Ice #E5CACA
Tints of Vanilla Ice #E5CACA
RGB
CMYK
RGB Variations
Color information
#E5CACA (or 0xE5CACA) is known color: Vanilla Ice. HEX triplet: E5, CA and CA. RGB value is (229,202,202). Sum of RGB (Red+Green+Blue) = 229+202+202=633 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.18% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CACA is #1A3535. Grayscale: #D2D2D2. Windows color (decimal): -1717558 or 13290213. OLE color: 13290213.
HSL color Cylindrical-coordinate representation of color #E5CACA: hue angle of 0º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5CACA is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 202 | 202 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.10 |
| HSL | 0º | 0.34% | 0.85% | - |
| HSV(B) | 0º | 0.12% | 0.9% | - |
| XYZ | 64.09 | 63.16 | 64.69 | - |
| YUV | 210.07 | 123.45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 202 | 202 | 0 | 0.12 | 0.12 | 0.10 | 0 | 0.34 | 0.85 |
| Hex | E5 | CA | CA | 0 | C | C | A | 0 | 22 | 55 |
| Octal | 345 | 312 | 312 | 0 | 14 | 14 | 12 | 0 | 42 | 125 |
| Binary | 11100101 | 11001010 | 11001010 | 0 | 1100 | 1100 | 1010 | 0 | 100010 | 1010101 |
Color Harmonies of #E5CACA
Complementary color
Monochromatic Colors of #E5CACA
Black with #E5CACA
Text Example
Text Example
White with #E5CACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CACA; }
p { color: rgb(229,202,202); }
H1.HeaderClassName
{
color: #E5CACA;
}
.AnyTagClassName
{
color: #E5CACA;
}
</style>
background-color css
<style>
a { background-color: #E5CACA; }
a { background-color: rgb(229,202,202); }
div.DivClassName
{
background-color: #E5CACA;
}
.BgClassName
{
background-color: #E5CACA;
}
</style>
border-color css
<style>
span { border-color: #E5CACA; }
span { border-color: rgb(229,202,202); }
td.TdClassName
{
border-color: #E5CACA;
}
.TagClassName
{
border-color: #E5CACA;
}
</style>