Shades of Vanilla Ice #EDD1CE
Tints of Vanilla Ice #EDD1CE
RGB
CMYK
RGB Variations
Color information
#EDD1CE (or 0xEDD1CE) is known color: Vanilla Ice. HEX triplet: ED, D1 and CE. RGB value is (237,209,206). Sum of RGB (Red+Green+Blue) = 237+209+206=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 209 (82.03% from 255 or 32.06% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD1CE is #122E31. Grayscale: #D9D9D9. Windows color (decimal): -1191474 or 13554157. OLE color: 13554157.
HSL color Cylindrical-coordinate representation of color #EDD1CE: hue angle of 5.81º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDD1CE is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 206 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.07 |
| HSL | 5.81º | 0.46% | 0.87% | - |
| HSV(B) | 5.81º | 0.13% | 0.93% | - |
| XYZ | 68.87 | 68.06 | 67.9 | - |
| YUV | 217.03 | 121.78 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 206 | 0 | 0.12 | 0.13 | 0.07 | 5.81 | 0.46 | 0.87 |
| Hex | ED | D1 | CE | 0 | C | D | 7 | 6 | 2E | 57 |
| Octal | 355 | 321 | 316 | 0 | 14 | 15 | 7 | 6 | 56 | 127 |
| Binary | 11101101 | 11010001 | 11001110 | 0 | 1100 | 1101 | 111 | 110 | 101110 | 1010111 |
Color Harmonies of #EDD1CE
Complementary color
Monochromatic Colors of #EDD1CE
Black with #EDD1CE
Text Example
Text Example
White with #EDD1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD1CE; }
p { color: rgb(237,209,206); }
H1.HeaderClassName
{
color: #EDD1CE;
}
.AnyTagClassName
{
color: #EDD1CE;
}
</style>
background-color css
<style>
a { background-color: #EDD1CE; }
a { background-color: rgb(237,209,206); }
div.DivClassName
{
background-color: #EDD1CE;
}
.BgClassName
{
background-color: #EDD1CE;
}
</style>
border-color css
<style>
span { border-color: #EDD1CE; }
span { border-color: rgb(237,209,206); }
td.TdClassName
{
border-color: #EDD1CE;
}
.TagClassName
{
border-color: #EDD1CE;
}
</style>