Shades of Vanilla Ice #E1D1CF
Tints of Vanilla Ice #E1D1CF
RGB
CMYK
RGB Variations
Color information
#E1D1CF (or 0xE1D1CF) is known color: Vanilla Ice. HEX triplet: E1, D1 and CF. RGB value is (225,209,207). Sum of RGB (Red+Green+Blue) = 225+209+207=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 209 (82.03% from 255 or 32.61% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D1CF is #1E2E30. Grayscale: #D5D5D5. Windows color (decimal): -1977905 or 13619681. OLE color: 13619681.
HSL color Cylindrical-coordinate representation of color #E1D1CF: hue angle of 6.67º degrees, saturation: 0.23, 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 #E1D1CF is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 209 | 207 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.12 |
| HSL | 6.67º | 0.23% | 0.85% | - |
| HSV(B) | 6.67º | 0.08% | 0.88% | - |
| XYZ | 65.11 | 66.11 | 68.36 | - |
| YUV | 213.56 | 124.3 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 209 | 207 | 0 | 0.07 | 0.08 | 0.12 | 6.67 | 0.23 | 0.85 |
| Hex | E1 | D1 | CF | 0 | 7 | 8 | C | 7 | 17 | 55 |
| Octal | 341 | 321 | 317 | 0 | 7 | 10 | 14 | 7 | 27 | 125 |
| Binary | 11100001 | 11010001 | 11001111 | 0 | 111 | 1000 | 1100 | 111 | 10111 | 1010101 |
Color Harmonies of #E1D1CF
Complementary color
Monochromatic Colors of #E1D1CF
Black with #E1D1CF
Text Example
Text Example
White with #E1D1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D1CF; }
p { color: rgb(225,209,207); }
H1.HeaderClassName
{
color: #E1D1CF;
}
.AnyTagClassName
{
color: #E1D1CF;
}
</style>
background-color css
<style>
a { background-color: #E1D1CF; }
a { background-color: rgb(225,209,207); }
div.DivClassName
{
background-color: #E1D1CF;
}
.BgClassName
{
background-color: #E1D1CF;
}
</style>
border-color css
<style>
span { border-color: #E1D1CF; }
span { border-color: rgb(225,209,207); }
td.TdClassName
{
border-color: #E1D1CF;
}
.TagClassName
{
border-color: #E1D1CF;
}
</style>