Shades of Vanilla Ice #E4D0CD
Tints of Vanilla Ice #E4D0CD
RGB
CMYK
RGB Variations
Color information
#E4D0CD (or 0xE4D0CD) is known color: Vanilla Ice. HEX triplet: E4, D0 and CD. RGB value is (228,208,205). Sum of RGB (Red+Green+Blue) = 228+208+205=641 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.57% from 641); Green value is 208 (81.64% from 255 or 32.45% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D0CD is #1B2F32. Grayscale: #D5D5D5. Windows color (decimal): -1781555 or 13488356. OLE color: 13488356.
HSL color Cylindrical-coordinate representation of color #E4D0CD: hue angle of 7.83º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4D0CD is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 208 | 205 | - |
CMYK | 0 | 0.09 | 0.10 | 0.11 |
HSL | 7.83º | 0.3% | 0.85% | - |
HSV(B) | 7.83º | 0.1% | 0.89% | - |
XYZ | 65.57 | 66.01 | 67.04 | - |
YUV | 213.64 | 123.13 | 138.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 208 | 205 | 0 | 0.09 | 0.10 | 0.11 | 7.83 | 0.3 | 0.85 |
Hex | E4 | D0 | CD | 0 | 9 | A | B | 8 | 1E | 55 |
Octal | 344 | 320 | 315 | 0 | 11 | 12 | 13 | 10 | 36 | 125 |
Binary | 11100100 | 11010000 | 11001101 | 0 | 1001 | 1010 | 1011 | 1000 | 11110 | 1010101 |
Color Harmonies of #E4D0CD
Complementary color
Monochromatic Colors of #E4D0CD
Black with #E4D0CD
Text Example
Text Example
White with #E4D0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D0CD; }
p { color: rgb(228,208,205); }
H1.HeaderClassName
{
color: #E4D0CD;
}
.AnyTagClassName
{
color: #E4D0CD;
}
</style>
background-color css
<style>
a { background-color: #E4D0CD; }
a { background-color: rgb(228,208,205); }
div.DivClassName
{
background-color: #E4D0CD;
}
.BgClassName
{
background-color: #E4D0CD;
}
</style>
border-color css
<style>
span { border-color: #E4D0CD; }
span { border-color: rgb(228,208,205); }
td.TdClassName
{
border-color: #E4D0CD;
}
.TagClassName
{
border-color: #E4D0CD;
}
</style>