Shades of Vanilla Ice #EED0CF
Tints of Vanilla Ice #EED0CF
RGB
CMYK
RGB Variations
Color information
#EED0CF (or 0xEED0CF) is known color: Vanilla Ice. HEX triplet: EE, D0 and CF. RGB value is (238,208,207). Sum of RGB (Red+Green+Blue) = 238+208+207=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 208 (81.64% from 255 or 31.85% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0CF is #112F30. Grayscale: #D8D8D8. Windows color (decimal): -1126193 or 13619438. OLE color: 13619438.
HSL color Cylindrical-coordinate representation of color #EED0CF: hue angle of 1.94º degrees, saturation: 0.48, 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 #EED0CF is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 207 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.07 |
| HSL | 1.94º | 0.48% | 0.87% | - |
| HSV(B) | 1.94º | 0.13% | 0.93% | - |
| XYZ | 69.08 | 67.79 | 68.48 | - |
| YUV | 216.86 | 122.44 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 207 | 0 | 0.13 | 0.13 | 0.07 | 1.94 | 0.48 | 0.87 |
| Hex | EE | D0 | CF | 0 | D | D | 7 | 2 | 30 | 57 |
| Octal | 356 | 320 | 317 | 0 | 15 | 15 | 7 | 2 | 60 | 127 |
| Binary | 11101110 | 11010000 | 11001111 | 0 | 1101 | 1101 | 111 | 10 | 110000 | 1010111 |
Color Harmonies of #EED0CF
Complementary color
Monochromatic Colors of #EED0CF
Black with #EED0CF
Text Example
Text Example
White with #EED0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0CF; }
p { color: rgb(238,208,207); }
H1.HeaderClassName
{
color: #EED0CF;
}
.AnyTagClassName
{
color: #EED0CF;
}
</style>
background-color css
<style>
a { background-color: #EED0CF; }
a { background-color: rgb(238,208,207); }
div.DivClassName
{
background-color: #EED0CF;
}
.BgClassName
{
background-color: #EED0CF;
}
</style>
border-color css
<style>
span { border-color: #EED0CF; }
span { border-color: rgb(238,208,207); }
td.TdClassName
{
border-color: #EED0CF;
}
.TagClassName
{
border-color: #EED0CF;
}
</style>