Shades of Vanilla Ice #EED3CF
Tints of Vanilla Ice #EED3CF
RGB
CMYK
RGB Variations
Color information
#EED3CF (or 0xEED3CF) is known color: Vanilla Ice. HEX triplet: EE, D3 and CF. RGB value is (238,211,207). Sum of RGB (Red+Green+Blue) = 238+211+207=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 211 (82.81% from 255 or 32.16% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED3CF is #112C30. Grayscale: #DADADA. Windows color (decimal): -1125425 or 13620206. OLE color: 13620206.
HSL color Cylindrical-coordinate representation of color #EED3CF: hue angle of 7.74º 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 #EED3CF is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 207 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.07 |
| HSL | 7.74º | 0.48% | 0.87% | - |
| HSV(B) | 7.74º | 0.13% | 0.93% | - |
| XYZ | 69.82 | 69.27 | 68.72 | - |
| YUV | 218.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 207 | 0 | 0.11 | 0.13 | 0.07 | 7.74 | 0.48 | 0.87 |
| Hex | EE | D3 | CF | 0 | B | D | 7 | 8 | 30 | 57 |
| Octal | 356 | 323 | 317 | 0 | 13 | 15 | 7 | 10 | 60 | 127 |
| Binary | 11101110 | 11010011 | 11001111 | 0 | 1011 | 1101 | 111 | 1000 | 110000 | 1010111 |
Color Harmonies of #EED3CF
Complementary color
Monochromatic Colors of #EED3CF
Black with #EED3CF
Text Example
Text Example
White with #EED3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED3CF; }
p { color: rgb(238,211,207); }
H1.HeaderClassName
{
color: #EED3CF;
}
.AnyTagClassName
{
color: #EED3CF;
}
</style>
background-color css
<style>
a { background-color: #EED3CF; }
a { background-color: rgb(238,211,207); }
div.DivClassName
{
background-color: #EED3CF;
}
.BgClassName
{
background-color: #EED3CF;
}
</style>
border-color css
<style>
span { border-color: #EED3CF; }
span { border-color: rgb(238,211,207); }
td.TdClassName
{
border-color: #EED3CF;
}
.TagClassName
{
border-color: #EED3CF;
}
</style>