Shades of Vanilla Ice #E1D0CE
Tints of Vanilla Ice #E1D0CE
RGB
CMYK
RGB Variations
Color information
#E1D0CE (or 0xE1D0CE) is known color: Vanilla Ice. HEX triplet: E1, D0 and CE. RGB value is (225,208,206). Sum of RGB (Red+Green+Blue) = 225+208+206=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 208 (81.64% from 255 or 32.55% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D0CE is #1E2F31. Grayscale: #D4D4D4. Windows color (decimal): -1978162 or 13553889. OLE color: 13553889.
HSL color Cylindrical-coordinate representation of color #E1D0CE: hue angle of 6.32º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1D0CE is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 206 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.12 |
| HSL | 6.32º | 0.24% | 0.85% | - |
| HSV(B) | 6.32º | 0.08% | 0.88% | - |
| XYZ | 64.75 | 65.58 | 67.64 | - |
| YUV | 212.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 206 | 0 | 0.08 | 0.08 | 0.12 | 6.32 | 0.24 | 0.85 |
| Hex | E1 | D0 | CE | 0 | 8 | 8 | C | 6 | 18 | 55 |
| Octal | 341 | 320 | 316 | 0 | 10 | 10 | 14 | 6 | 30 | 125 |
| Binary | 11100001 | 11010000 | 11001110 | 0 | 1000 | 1000 | 1100 | 110 | 11000 | 1010101 |
Color Harmonies of #E1D0CE
Complementary color
Monochromatic Colors of #E1D0CE
Black with #E1D0CE
Text Example
Text Example
White with #E1D0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D0CE; }
p { color: rgb(225,208,206); }
H1.HeaderClassName
{
color: #E1D0CE;
}
.AnyTagClassName
{
color: #E1D0CE;
}
</style>
background-color css
<style>
a { background-color: #E1D0CE; }
a { background-color: rgb(225,208,206); }
div.DivClassName
{
background-color: #E1D0CE;
}
.BgClassName
{
background-color: #E1D0CE;
}
</style>
border-color css
<style>
span { border-color: #E1D0CE; }
span { border-color: rgb(225,208,206); }
td.TdClassName
{
border-color: #E1D0CE;
}
.TagClassName
{
border-color: #E1D0CE;
}
</style>