Shades of Vanilla Ice #EDD7D5
Tints of Vanilla Ice #EDD7D5
RGB
CMYK
RGB Variations
Color information
#EDD7D5 (or 0xEDD7D5) is known color: Vanilla Ice. HEX triplet: ED, D7 and D5. RGB value is (237,215,213). Sum of RGB (Red+Green+Blue) = 237+215+213=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 215 (84.38% from 255 or 32.33% from 665); Blue value is 213 (83.59% from 255 or 32.03% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD7D5 is #12282A. Grayscale: #DDDDDD. Windows color (decimal): -1189931 or 14014445. OLE color: 14014445.
HSL color Cylindrical-coordinate representation of color #EDD7D5: hue angle of 5º degrees, saturation: 0.4, 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 #EDD7D5 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 213 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.07 |
| HSL | 5º | 0.4% | 0.88% | - |
| HSV(B) | 5º | 0.1% | 0.93% | - |
| XYZ | 71.24 | 71.41 | 72.98 | - |
| YUV | 221.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 213 | 0 | 0.09 | 0.10 | 0.07 | 5 | 0.4 | 0.88 |
| Hex | ED | D7 | D5 | 0 | 9 | A | 7 | 5 | 28 | 58 |
| Octal | 355 | 327 | 325 | 0 | 11 | 12 | 7 | 5 | 50 | 130 |
| Binary | 11101101 | 11010111 | 11010101 | 0 | 1001 | 1010 | 111 | 101 | 101000 | 1011000 |
Color Harmonies of #EDD7D5
Complementary color
Monochromatic Colors of #EDD7D5
Black with #EDD7D5
Text Example
Text Example
White with #EDD7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD7D5; }
p { color: rgb(237,215,213); }
H1.HeaderClassName
{
color: #EDD7D5;
}
.AnyTagClassName
{
color: #EDD7D5;
}
</style>
background-color css
<style>
a { background-color: #EDD7D5; }
a { background-color: rgb(237,215,213); }
div.DivClassName
{
background-color: #EDD7D5;
}
.BgClassName
{
background-color: #EDD7D5;
}
</style>
border-color css
<style>
span { border-color: #EDD7D5; }
span { border-color: rgb(237,215,213); }
td.TdClassName
{
border-color: #EDD7D5;
}
.TagClassName
{
border-color: #EDD7D5;
}
</style>