Shades of Vanilla Ice #EED0CD
Tints of Vanilla Ice #EED0CD
RGB
CMYK
RGB Variations
Color information
#EED0CD (or 0xEED0CD) is known color: Vanilla Ice. HEX triplet: EE, D0 and CD. RGB value is (238,208,205). Sum of RGB (Red+Green+Blue) = 238+208+205=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 208 (81.64% from 255 or 31.95% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0CD is #112F32. Grayscale: #D8D8D8. Windows color (decimal): -1126195 or 13488366. OLE color: 13488366.
HSL color Cylindrical-coordinate representation of color #EED0CD: hue angle of 5.45º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EED0CD is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 205 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.07 |
| HSL | 5.45º | 0.49% | 0.87% | - |
| HSV(B) | 5.45º | 0.14% | 0.93% | - |
| XYZ | 68.84 | 67.7 | 67.2 | - |
| YUV | 216.63 | 121.44 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 205 | 0 | 0.13 | 0.14 | 0.07 | 5.45 | 0.49 | 0.87 |
| Hex | EE | D0 | CD | 0 | D | E | 7 | 5 | 31 | 57 |
| Octal | 356 | 320 | 315 | 0 | 15 | 16 | 7 | 5 | 61 | 127 |
| Binary | 11101110 | 11010000 | 11001101 | 0 | 1101 | 1110 | 111 | 101 | 110001 | 1010111 |
Color Harmonies of #EED0CD
Complementary color
Monochromatic Colors of #EED0CD
Black with #EED0CD
Text Example
Text Example
White with #EED0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0CD; }
p { color: rgb(238,208,205); }
H1.HeaderClassName
{
color: #EED0CD;
}
.AnyTagClassName
{
color: #EED0CD;
}
</style>
background-color css
<style>
a { background-color: #EED0CD; }
a { background-color: rgb(238,208,205); }
div.DivClassName
{
background-color: #EED0CD;
}
.BgClassName
{
background-color: #EED0CD;
}
</style>
border-color css
<style>
span { border-color: #EED0CD; }
span { border-color: rgb(238,208,205); }
td.TdClassName
{
border-color: #EED0CD;
}
.TagClassName
{
border-color: #EED0CD;
}
</style>