Shades of Vanilla Ice #EED1D0
Tints of Vanilla Ice #EED1D0
RGB
CMYK
RGB Variations
Color information
#EED1D0 (or 0xEED1D0) is known color: Vanilla Ice. HEX triplet: EE, D1 and D0. RGB value is (238,209,208). Sum of RGB (Red+Green+Blue) = 238+209+208=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 209 (82.03% from 255 or 31.91% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1D0 is #112E2F. Grayscale: #D9D9D9. Windows color (decimal): -1125936 or 13685230. OLE color: 13685230.
HSL color Cylindrical-coordinate representation of color #EED1D0: hue angle of 2º degrees, saturation: 0.47, 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 #EED1D0 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 208 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.07 |
| HSL | 2º | 0.47% | 0.87% | - |
| HSV(B) | 2º | 0.13% | 0.93% | - |
| XYZ | 69.45 | 68.33 | 69.2 | - |
| YUV | 217.56 | 122.61 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 208 | 0 | 0.12 | 0.13 | 0.07 | 2 | 0.47 | 0.87 |
| Hex | EE | D1 | D0 | 0 | C | D | 7 | 2 | 2F | 57 |
| Octal | 356 | 321 | 320 | 0 | 14 | 15 | 7 | 2 | 57 | 127 |
| Binary | 11101110 | 11010001 | 11010000 | 0 | 1100 | 1101 | 111 | 10 | 101111 | 1010111 |
Color Harmonies of #EED1D0
Complementary color
Monochromatic Colors of #EED1D0
Black with #EED1D0
Text Example
Text Example
White with #EED1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED1D0; }
p { color: rgb(238,209,208); }
H1.HeaderClassName
{
color: #EED1D0;
}
.AnyTagClassName
{
color: #EED1D0;
}
</style>
background-color css
<style>
a { background-color: #EED1D0; }
a { background-color: rgb(238,209,208); }
div.DivClassName
{
background-color: #EED1D0;
}
.BgClassName
{
background-color: #EED1D0;
}
</style>
border-color css
<style>
span { border-color: #EED1D0; }
span { border-color: rgb(238,209,208); }
td.TdClassName
{
border-color: #EED1D0;
}
.TagClassName
{
border-color: #EED1D0;
}
</style>