Shades of Vanilla Ice #EDD8D6
Tints of Vanilla Ice #EDD8D6
RGB
CMYK
RGB Variations
Color information
#EDD8D6 (or 0xEDD8D6) is known color: Vanilla Ice. HEX triplet: ED, D8 and D6. RGB value is (237,216,214). Sum of RGB (Red+Green+Blue) = 237+216+214=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 216 (84.77% from 255 or 32.38% from 667); Blue value is 214 (83.98% from 255 or 32.08% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD8D6 is #122729. Grayscale: #DEDEDE. Windows color (decimal): -1189674 or 14080237. OLE color: 14080237.
HSL color Cylindrical-coordinate representation of color #EDD8D6: hue angle of 5.22º 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 #EDD8D6 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 214 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.07 |
| HSL | 5.22º | 0.39% | 0.88% | - |
| HSV(B) | 5.22º | 0.1% | 0.93% | - |
| XYZ | 71.62 | 71.97 | 73.74 | - |
| YUV | 222.05 | 123.46 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 214 | 0 | 0.09 | 0.10 | 0.07 | 5.22 | 0.39 | 0.88 |
| Hex | ED | D8 | D6 | 0 | 9 | A | 7 | 5 | 27 | 58 |
| Octal | 355 | 330 | 326 | 0 | 11 | 12 | 7 | 5 | 47 | 130 |
| Binary | 11101101 | 11011000 | 11010110 | 0 | 1001 | 1010 | 111 | 101 | 100111 | 1011000 |
Color Harmonies of #EDD8D6
Complementary color
Monochromatic Colors of #EDD8D6
Black with #EDD8D6
Text Example
Text Example
White with #EDD8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD8D6; }
p { color: rgb(237,216,214); }
H1.HeaderClassName
{
color: #EDD8D6;
}
.AnyTagClassName
{
color: #EDD8D6;
}
</style>
background-color css
<style>
a { background-color: #EDD8D6; }
a { background-color: rgb(237,216,214); }
div.DivClassName
{
background-color: #EDD8D6;
}
.BgClassName
{
background-color: #EDD8D6;
}
</style>
border-color css
<style>
span { border-color: #EDD8D6; }
span { border-color: rgb(237,216,214); }
td.TdClassName
{
border-color: #EDD8D6;
}
.TagClassName
{
border-color: #EDD8D6;
}
</style>