Shades of Vanilla Ice #E2CAC9
Tints of Vanilla Ice #E2CAC9
RGB
CMYK
RGB Variations
Color information
#E2CAC9 (or 0xE2CAC9) is known color: Vanilla Ice. HEX triplet: E2, CA and C9. RGB value is (226,202,201). Sum of RGB (Red+Green+Blue) = 226+202+201=629 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.93% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 201 (78.91% from 255 or 31.96% from 629); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CAC9 is #1D3536. Grayscale: #D1D1D1. Windows color (decimal): -1914167 or 13224674. OLE color: 13224674.
HSL color Cylindrical-coordinate representation of color #E2CAC9: hue angle of 2.4º degrees, saturation: 0.3, 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 #E2CAC9 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 201 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.11 |
| HSL | 2.4º | 0.3% | 0.84% | - |
| HSV(B) | 2.4º | 0.11% | 0.89% | - |
| XYZ | 63.03 | 62.63 | 64.02 | - |
| YUV | 209.06 | 123.45 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 201 | 0 | 0.11 | 0.11 | 0.11 | 2.4 | 0.3 | 0.84 |
| Hex | E2 | CA | C9 | 0 | B | B | B | 2 | 1E | 54 |
| Octal | 342 | 312 | 311 | 0 | 13 | 13 | 13 | 2 | 36 | 124 |
| Binary | 11100010 | 11001010 | 11001001 | 0 | 1011 | 1011 | 1011 | 10 | 11110 | 1010100 |
Color Harmonies of #E2CAC9
Complementary color
Monochromatic Colors of #E2CAC9
Black with #E2CAC9
Text Example
Text Example
White with #E2CAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CAC9; }
p { color: rgb(226,202,201); }
H1.HeaderClassName
{
color: #E2CAC9;
}
.AnyTagClassName
{
color: #E2CAC9;
}
</style>
background-color css
<style>
a { background-color: #E2CAC9; }
a { background-color: rgb(226,202,201); }
div.DivClassName
{
background-color: #E2CAC9;
}
.BgClassName
{
background-color: #E2CAC9;
}
</style>
border-color css
<style>
span { border-color: #E2CAC9; }
span { border-color: rgb(226,202,201); }
td.TdClassName
{
border-color: #E2CAC9;
}
.TagClassName
{
border-color: #E2CAC9;
}
</style>