Shades of Vanilla Ice #E8D0D0
Tints of Vanilla Ice #E8D0D0
RGB
CMYK
RGB Variations
Color information
#E8D0D0 (or 0xE8D0D0) is known color: Vanilla Ice. HEX triplet: E8, D0 and D0. RGB value is (232,208,208). Sum of RGB (Red+Green+Blue) = 232+208+208=648 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.80% from 648); Green value is 208 (81.64% from 255 or 32.10% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D0D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D0D0 is #172F2F. Grayscale: #D7D7D7. Windows color (decimal): -1519408 or 13684968. OLE color: 13684968.
HSL color Cylindrical-coordinate representation of color #E8D0D0: hue angle of 0º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E8D0D0 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 208 | 208 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.09 |
| HSL | 0º | 0.34% | 0.86% | - |
| HSV(B) | 0º | 0.1% | 0.91% | - |
| XYZ | 67.22 | 66.82 | 69.03 | - |
| YUV | 215.18 | 123.95 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 208 | 208 | 0 | 0.10 | 0.10 | 0.09 | 0 | 0.34 | 0.86 |
| Hex | E8 | D0 | D0 | 0 | A | A | 9 | 0 | 22 | 56 |
| Octal | 350 | 320 | 320 | 0 | 12 | 12 | 11 | 0 | 42 | 126 |
| Binary | 11101000 | 11010000 | 11010000 | 0 | 1010 | 1010 | 1001 | 0 | 100010 | 1010110 |
Color Harmonies of #E8D0D0
Complementary color
Monochromatic Colors of #E8D0D0
Black with #E8D0D0
Text Example
Text Example
White with #E8D0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D0D0; }
p { color: rgb(232,208,208); }
H1.HeaderClassName
{
color: #E8D0D0;
}
.AnyTagClassName
{
color: #E8D0D0;
}
</style>
background-color css
<style>
a { background-color: #E8D0D0; }
a { background-color: rgb(232,208,208); }
div.DivClassName
{
background-color: #E8D0D0;
}
.BgClassName
{
background-color: #E8D0D0;
}
</style>
border-color css
<style>
span { border-color: #E8D0D0; }
span { border-color: rgb(232,208,208); }
td.TdClassName
{
border-color: #E8D0D0;
}
.TagClassName
{
border-color: #E8D0D0;
}
</style>