Shades of Vanilla Ice #EDD0CE
Tints of Vanilla Ice #EDD0CE
RGB
CMYK
RGB Variations
Color information
#EDD0CE (or 0xEDD0CE) is known color: Vanilla Ice. HEX triplet: ED, D0 and CE. RGB value is (237,208,206). Sum of RGB (Red+Green+Blue) = 237+208+206=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 208 (81.64% from 255 or 31.95% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0CE is #122F31. Grayscale: #D8D8D8. Windows color (decimal): -1191730 or 13553901. OLE color: 13553901.
HSL color Cylindrical-coordinate representation of color #EDD0CE: hue angle of 3.87º 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 #EDD0CE is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 206 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.07 |
| HSL | 3.87º | 0.46% | 0.87% | - |
| HSV(B) | 3.87º | 0.13% | 0.93% | - |
| XYZ | 68.62 | 67.57 | 67.82 | - |
| YUV | 216.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 206 | 0 | 0.12 | 0.13 | 0.07 | 3.87 | 0.46 | 0.87 |
| Hex | ED | D0 | CE | 0 | C | D | 7 | 4 | 2E | 57 |
| Octal | 355 | 320 | 316 | 0 | 14 | 15 | 7 | 4 | 56 | 127 |
| Binary | 11101101 | 11010000 | 11001110 | 0 | 1100 | 1101 | 111 | 100 | 101110 | 1010111 |
Color Harmonies of #EDD0CE
Complementary color
Monochromatic Colors of #EDD0CE
Black with #EDD0CE
Text Example
Text Example
White with #EDD0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD0CE; }
p { color: rgb(237,208,206); }
H1.HeaderClassName
{
color: #EDD0CE;
}
.AnyTagClassName
{
color: #EDD0CE;
}
</style>
background-color css
<style>
a { background-color: #EDD0CE; }
a { background-color: rgb(237,208,206); }
div.DivClassName
{
background-color: #EDD0CE;
}
.BgClassName
{
background-color: #EDD0CE;
}
</style>
border-color css
<style>
span { border-color: #EDD0CE; }
span { border-color: rgb(237,208,206); }
td.TdClassName
{
border-color: #EDD0CE;
}
.TagClassName
{
border-color: #EDD0CE;
}
</style>