Shades of Vanilla Ice #EDD0CC
Tints of Vanilla Ice #EDD0CC
RGB
CMYK
RGB Variations
Color information
#EDD0CC (or 0xEDD0CC) is known color: Vanilla Ice. HEX triplet: ED, D0 and CC. RGB value is (237,208,204). Sum of RGB (Red+Green+Blue) = 237+208+204=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 208 (81.64% from 255 or 32.05% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0CC is #122F33. Grayscale: #D8D8D8. Windows color (decimal): -1191732 or 13422829. OLE color: 13422829.
HSL color Cylindrical-coordinate representation of color #EDD0CC: hue angle of 7.27º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDD0CC is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 208 | 204 | - |
CMYK | 0 | 0.12 | 0.14 | 0.07 |
HSL | 7.27º | 0.48% | 0.86% | - |
HSV(B) | 7.27º | 0.14% | 0.93% | - |
XYZ | 68.38 | 67.48 | 66.55 | - |
YUV | 216.22 | 121.11 | 142.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 208 | 204 | 0 | 0.12 | 0.14 | 0.07 | 7.27 | 0.48 | 0.86 |
Hex | ED | D0 | CC | 0 | C | E | 7 | 7 | 30 | 56 |
Octal | 355 | 320 | 314 | 0 | 14 | 16 | 7 | 7 | 60 | 126 |
Binary | 11101101 | 11010000 | 11001100 | 0 | 1100 | 1110 | 111 | 111 | 110000 | 1010110 |
Color Harmonies of #EDD0CC
Complementary color
Monochromatic Colors of #EDD0CC
Black with #EDD0CC
Text Example
Text Example
White with #EDD0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD0CC; }
p { color: rgb(237,208,204); }
H1.HeaderClassName
{
color: #EDD0CC;
}
.AnyTagClassName
{
color: #EDD0CC;
}
</style>
background-color css
<style>
a { background-color: #EDD0CC; }
a { background-color: rgb(237,208,204); }
div.DivClassName
{
background-color: #EDD0CC;
}
.BgClassName
{
background-color: #EDD0CC;
}
</style>
border-color css
<style>
span { border-color: #EDD0CC; }
span { border-color: rgb(237,208,204); }
td.TdClassName
{
border-color: #EDD0CC;
}
.TagClassName
{
border-color: #EDD0CC;
}
</style>