Shades of Vanilla Ice #E2CACA
Tints of Vanilla Ice #E2CACA
RGB
CMYK
RGB Variations
Color information
#E2CACA (or 0xE2CACA) is known color: Vanilla Ice. HEX triplet: E2, CA and CA. RGB value is (226,202,202). Sum of RGB (Red+Green+Blue) = 226+202+202=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CACA is #1D3535. Grayscale: #D1D1D1. Windows color (decimal): -1914166 or 13290210. OLE color: 13290210.
HSL color Cylindrical-coordinate representation of color #E2CACA: hue angle of 0º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2CACA is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 202 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.11 |
| HSL | 0º | 0.29% | 0.84% | - |
| HSV(B) | 0º | 0.11% | 0.89% | - |
| XYZ | 63.15 | 62.67 | 64.65 | - |
| YUV | 209.18 | 123.95 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 202 | 0 | 0.11 | 0.11 | 0.11 | 0 | 0.29 | 0.84 |
| Hex | E2 | CA | CA | 0 | B | B | B | 0 | 1D | 54 |
| Octal | 342 | 312 | 312 | 0 | 13 | 13 | 13 | 0 | 35 | 124 |
| Binary | 11100010 | 11001010 | 11001010 | 0 | 1011 | 1011 | 1011 | 0 | 11101 | 1010100 |
Color Harmonies of #E2CACA
Complementary color
Monochromatic Colors of #E2CACA
Black with #E2CACA
Text Example
Text Example
White with #E2CACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CACA; }
p { color: rgb(226,202,202); }
H1.HeaderClassName
{
color: #E2CACA;
}
.AnyTagClassName
{
color: #E2CACA;
}
</style>
background-color css
<style>
a { background-color: #E2CACA; }
a { background-color: rgb(226,202,202); }
div.DivClassName
{
background-color: #E2CACA;
}
.BgClassName
{
background-color: #E2CACA;
}
</style>
border-color css
<style>
span { border-color: #E2CACA; }
span { border-color: rgb(226,202,202); }
td.TdClassName
{
border-color: #E2CACA;
}
.TagClassName
{
border-color: #E2CACA;
}
</style>