Shades of Vanilla Ice #E7D5D4
Tints of Vanilla Ice #E7D5D4
RGB
CMYK
RGB Variations
Color information
#E7D5D4 (or 0xE7D5D4) is known color: Vanilla Ice. HEX triplet: E7, D5 and D4. RGB value is (231,213,212). Sum of RGB (Red+Green+Blue) = 231+213+212=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 212 (83.20% from 255 or 32.32% from 656); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D5D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D5D4 is #182A2B. Grayscale: #DADADA. Windows color (decimal): -1583660 or 13948391. OLE color: 13948391.
HSL color Cylindrical-coordinate representation of color #E7D5D4: hue angle of 3.16º degrees, saturation: 0.28, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E7D5D4 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 212 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.09 |
| HSL | 3.16º | 0.28% | 0.87% | - |
| HSV(B) | 3.16º | 0.08% | 0.91% | - |
| XYZ | 68.63 | 69.33 | 72.05 | - |
| YUV | 218.27 | 124.46 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 212 | 0 | 0.08 | 0.08 | 0.09 | 3.16 | 0.28 | 0.87 |
| Hex | E7 | D5 | D4 | 0 | 8 | 8 | 9 | 3 | 1C | 57 |
| Octal | 347 | 325 | 324 | 0 | 10 | 10 | 11 | 3 | 34 | 127 |
| Binary | 11100111 | 11010101 | 11010100 | 0 | 1000 | 1000 | 1001 | 11 | 11100 | 1010111 |
Color Harmonies of #E7D5D4
Complementary color
Monochromatic Colors of #E7D5D4
Black with #E7D5D4
Text Example
Text Example
White with #E7D5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D5D4; }
p { color: rgb(231,213,212); }
H1.HeaderClassName
{
color: #E7D5D4;
}
.AnyTagClassName
{
color: #E7D5D4;
}
</style>
background-color css
<style>
a { background-color: #E7D5D4; }
a { background-color: rgb(231,213,212); }
div.DivClassName
{
background-color: #E7D5D4;
}
.BgClassName
{
background-color: #E7D5D4;
}
</style>
border-color css
<style>
span { border-color: #E7D5D4; }
span { border-color: rgb(231,213,212); }
td.TdClassName
{
border-color: #E7D5D4;
}
.TagClassName
{
border-color: #E7D5D4;
}
</style>