Shades of Vanilla Ice #EDD7D6
Tints of Vanilla Ice #EDD7D6
RGB
CMYK
RGB Variations
Color information
#EDD7D6 (or 0xEDD7D6) is known color: Vanilla Ice. HEX triplet: ED, D7 and D6. RGB value is (237,215,214). Sum of RGB (Red+Green+Blue) = 237+215+214=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 215 (84.38% from 255 or 32.28% from 666); Blue value is 214 (83.98% from 255 or 32.13% from 666); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD7D6 is #122829. Grayscale: #DDDDDD. Windows color (decimal): -1189930 or 14079981. OLE color: 14079981.
HSL color Cylindrical-coordinate representation of color #EDD7D6: hue angle of 2.61º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDD7D6 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 214 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.07 |
| HSL | 2.61º | 0.39% | 0.88% | - |
| HSV(B) | 2.61º | 0.1% | 0.93% | - |
| XYZ | 71.36 | 71.46 | 73.65 | - |
| YUV | 221.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 214 | 0 | 0.09 | 0.10 | 0.07 | 2.61 | 0.39 | 0.88 |
| Hex | ED | D7 | D6 | 0 | 9 | A | 7 | 3 | 27 | 58 |
| Octal | 355 | 327 | 326 | 0 | 11 | 12 | 7 | 3 | 47 | 130 |
| Binary | 11101101 | 11010111 | 11010110 | 0 | 1001 | 1010 | 111 | 11 | 100111 | 1011000 |
Color Harmonies of #EDD7D6
Complementary color
Monochromatic Colors of #EDD7D6
Black with #EDD7D6
Text Example
Text Example
White with #EDD7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD7D6; }
p { color: rgb(237,215,214); }
H1.HeaderClassName
{
color: #EDD7D6;
}
.AnyTagClassName
{
color: #EDD7D6;
}
</style>
background-color css
<style>
a { background-color: #EDD7D6; }
a { background-color: rgb(237,215,214); }
div.DivClassName
{
background-color: #EDD7D6;
}
.BgClassName
{
background-color: #EDD7D6;
}
</style>
border-color css
<style>
span { border-color: #EDD7D6; }
span { border-color: rgb(237,215,214); }
td.TdClassName
{
border-color: #EDD7D6;
}
.TagClassName
{
border-color: #EDD7D6;
}
</style>