Shades of Vanilla Ice #EDD1D0
Tints of Vanilla Ice #EDD1D0
RGB
CMYK
RGB Variations
Color information
#EDD1D0 (or 0xEDD1D0) is known color: Vanilla Ice. HEX triplet: ED, D1 and D0. RGB value is (237,209,208). Sum of RGB (Red+Green+Blue) = 237+209+208=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 209 (82.03% from 255 or 31.96% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD1D0 is #122E2F. Grayscale: #D9D9D9. Windows color (decimal): -1191472 or 13685229. OLE color: 13685229.
HSL color Cylindrical-coordinate representation of color #EDD1D0: hue angle of 2.07º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDD1D0 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 209 | 208 | - |
CMYK | 0 | 0.12 | 0.12 | 0.07 |
HSL | 2.07º | 0.45% | 0.87% | - |
HSV(B) | 2.07º | 0.12% | 0.93% | - |
XYZ | 69.11 | 68.16 | 69.19 | - |
YUV | 217.26 | 122.78 | 142.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 209 | 208 | 0 | 0.12 | 0.12 | 0.07 | 2.07 | 0.45 | 0.87 |
Hex | ED | D1 | D0 | 0 | C | C | 7 | 2 | 2D | 57 |
Octal | 355 | 321 | 320 | 0 | 14 | 14 | 7 | 2 | 55 | 127 |
Binary | 11101101 | 11010001 | 11010000 | 0 | 1100 | 1100 | 111 | 10 | 101101 | 1010111 |
Color Harmonies of #EDD1D0
Complementary color
Monochromatic Colors of #EDD1D0
Black with #EDD1D0
Text Example
Text Example
White with #EDD1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD1D0; }
p { color: rgb(237,209,208); }
H1.HeaderClassName
{
color: #EDD1D0;
}
.AnyTagClassName
{
color: #EDD1D0;
}
</style>
background-color css
<style>
a { background-color: #EDD1D0; }
a { background-color: rgb(237,209,208); }
div.DivClassName
{
background-color: #EDD1D0;
}
.BgClassName
{
background-color: #EDD1D0;
}
</style>
border-color css
<style>
span { border-color: #EDD1D0; }
span { border-color: rgb(237,209,208); }
td.TdClassName
{
border-color: #EDD1D0;
}
.TagClassName
{
border-color: #EDD1D0;
}
</style>