Shades of Vanilla Ice #E0D1CF
Tints of Vanilla Ice #E0D1CF
RGB
CMYK
RGB Variations
Color information
#E0D1CF (or 0xE0D1CF) is known color: Vanilla Ice. HEX triplet: E0, D1 and CF. RGB value is (224,209,207). Sum of RGB (Red+Green+Blue) = 224+209+207=640 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35% from 640); Green value is 209 (82.03% from 255 or 32.66% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D1CF is #1F2E30. Grayscale: #D5D5D5. Windows color (decimal): -2043441 or 13619680. OLE color: 13619680.
HSL color Cylindrical-coordinate representation of color #E0D1CF: hue angle of 7.06º degrees, saturation: 0.22, 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 #E0D1CF is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 209 | 207 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.12 |
| HSL | 7.06º | 0.22% | 0.85% | - |
| HSV(B) | 7.06º | 0.08% | 0.88% | - |
| XYZ | 64.8 | 65.95 | 68.35 | - |
| YUV | 213.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 209 | 207 | 0 | 0.07 | 0.08 | 0.12 | 7.06 | 0.22 | 0.85 |
| Hex | E0 | D1 | CF | 0 | 7 | 8 | C | 7 | 16 | 55 |
| Octal | 340 | 321 | 317 | 0 | 7 | 10 | 14 | 7 | 26 | 125 |
| Binary | 11100000 | 11010001 | 11001111 | 0 | 111 | 1000 | 1100 | 111 | 10110 | 1010101 |
Color Harmonies of #E0D1CF
Complementary color
Monochromatic Colors of #E0D1CF
Black with #E0D1CF
Text Example
Text Example
White with #E0D1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D1CF; }
p { color: rgb(224,209,207); }
H1.HeaderClassName
{
color: #E0D1CF;
}
.AnyTagClassName
{
color: #E0D1CF;
}
</style>
background-color css
<style>
a { background-color: #E0D1CF; }
a { background-color: rgb(224,209,207); }
div.DivClassName
{
background-color: #E0D1CF;
}
.BgClassName
{
background-color: #E0D1CF;
}
</style>
border-color css
<style>
span { border-color: #E0D1CF; }
span { border-color: rgb(224,209,207); }
td.TdClassName
{
border-color: #E0D1CF;
}
.TagClassName
{
border-color: #E0D1CF;
}
</style>