Shades of Vanilla Ice #E8D0CC
Tints of Vanilla Ice #E8D0CC
RGB
CMYK
RGB Variations
Color information
#E8D0CC (or 0xE8D0CC) is known color: Vanilla Ice. HEX triplet: E8, D0 and CC. RGB value is (232,208,204). Sum of RGB (Red+Green+Blue) = 232+208+204=644 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.02% from 644); Green value is 208 (81.64% from 255 or 32.30% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D0CC is #172F33. Grayscale: #D6D6D6. Windows color (decimal): -1519412 or 13422824. OLE color: 13422824.
HSL color Cylindrical-coordinate representation of color #E8D0CC: hue angle of 8.57º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8D0CC is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 208 | 204 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.09 |
| HSL | 8.57º | 0.38% | 0.85% | - |
| HSV(B) | 8.57º | 0.12% | 0.91% | - |
| XYZ | 66.73 | 66.63 | 66.47 | - |
| YUV | 214.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 208 | 204 | 0 | 0.10 | 0.12 | 0.09 | 8.57 | 0.38 | 0.85 |
| Hex | E8 | D0 | CC | 0 | A | C | 9 | 9 | 26 | 55 |
| Octal | 350 | 320 | 314 | 0 | 12 | 14 | 11 | 11 | 46 | 125 |
| Binary | 11101000 | 11010000 | 11001100 | 0 | 1010 | 1100 | 1001 | 1001 | 100110 | 1010101 |
Color Harmonies of #E8D0CC
Complementary color
Monochromatic Colors of #E8D0CC
Black with #E8D0CC
Text Example
Text Example
White with #E8D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D0CC; }
p { color: rgb(232,208,204); }
H1.HeaderClassName
{
color: #E8D0CC;
}
.AnyTagClassName
{
color: #E8D0CC;
}
</style>
background-color css
<style>
a { background-color: #E8D0CC; }
a { background-color: rgb(232,208,204); }
div.DivClassName
{
background-color: #E8D0CC;
}
.BgClassName
{
background-color: #E8D0CC;
}
</style>
border-color css
<style>
span { border-color: #E8D0CC; }
span { border-color: rgb(232,208,204); }
td.TdClassName
{
border-color: #E8D0CC;
}
.TagClassName
{
border-color: #E8D0CC;
}
</style>