Shades of Vanilla Ice #E6D8D7
Tints of Vanilla Ice #E6D8D7
RGB
CMYK
RGB Variations
Color information
#E6D8D7 (or 0xE6D8D7) is known color: Vanilla Ice. HEX triplet: E6, D8 and D7. RGB value is (230,216,215). Sum of RGB (Red+Green+Blue) = 230+216+215=661 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.80% from 661); Green value is 216 (84.77% from 255 or 32.68% from 661); Blue value is 215 (84.38% from 255 or 32.53% from 661); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D8D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D8D7 is #192728. Grayscale: #DCDCDC. Windows color (decimal): -1648425 or 14145766. OLE color: 14145766.
HSL color Cylindrical-coordinate representation of color #E6D8D7: hue angle of 4º degrees, saturation: 0.23, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E6D8D7 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 216 | 215 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.10 |
| HSL | 4º | 0.23% | 0.87% | - |
| HSV(B) | 4º | 0.07% | 0.9% | - |
| XYZ | 69.45 | 70.84 | 74.3 | - |
| YUV | 220.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 216 | 215 | 0 | 0.06 | 0.07 | 0.10 | 4 | 0.23 | 0.87 |
| Hex | E6 | D8 | D7 | 0 | 6 | 7 | A | 4 | 17 | 57 |
| Octal | 346 | 330 | 327 | 0 | 6 | 7 | 12 | 4 | 27 | 127 |
| Binary | 11100110 | 11011000 | 11010111 | 0 | 110 | 111 | 1010 | 100 | 10111 | 1010111 |
Color Harmonies of #E6D8D7
Complementary color
Monochromatic Colors of #E6D8D7
Black with #E6D8D7
Text Example
Text Example
White with #E6D8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D8D7; }
p { color: rgb(230,216,215); }
H1.HeaderClassName
{
color: #E6D8D7;
}
.AnyTagClassName
{
color: #E6D8D7;
}
</style>
background-color css
<style>
a { background-color: #E6D8D7; }
a { background-color: rgb(230,216,215); }
div.DivClassName
{
background-color: #E6D8D7;
}
.BgClassName
{
background-color: #E6D8D7;
}
</style>
border-color css
<style>
span { border-color: #E6D8D7; }
span { border-color: rgb(230,216,215); }
td.TdClassName
{
border-color: #E6D8D7;
}
.TagClassName
{
border-color: #E6D8D7;
}
</style>