Shades of Vanilla Ice #EED4D0
Tints of Vanilla Ice #EED4D0
RGB
CMYK
RGB Variations
Color information
#EED4D0 (or 0xEED4D0) is known color: Vanilla Ice. HEX triplet: EE, D4 and D0. RGB value is (238,212,208). Sum of RGB (Red+Green+Blue) = 238+212+208=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 212 (83.20% from 255 or 32.22% from 658); Blue value is 208 (81.64% from 255 or 31.61% from 658); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4D0 is #112B2F. Grayscale: #DBDBDB. Windows color (decimal): -1125168 or 13685998. OLE color: 13685998.
HSL color Cylindrical-coordinate representation of color #EED4D0: hue angle of 8º 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 #EED4D0 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 208 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.07 |
| HSL | 8º | 0.47% | 0.87% | - |
| HSV(B) | 8º | 0.13% | 0.93% | - |
| XYZ | 70.19 | 69.82 | 69.45 | - |
| YUV | 219.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 208 | 0 | 0.11 | 0.13 | 0.07 | 8 | 0.47 | 0.87 |
| Hex | EE | D4 | D0 | 0 | B | D | 7 | 8 | 2F | 57 |
| Octal | 356 | 324 | 320 | 0 | 13 | 15 | 7 | 10 | 57 | 127 |
| Binary | 11101110 | 11010100 | 11010000 | 0 | 1011 | 1101 | 111 | 1000 | 101111 | 1010111 |
Color Harmonies of #EED4D0
Complementary color
Monochromatic Colors of #EED4D0
Black with #EED4D0
Text Example
Text Example
White with #EED4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED4D0; }
p { color: rgb(238,212,208); }
H1.HeaderClassName
{
color: #EED4D0;
}
.AnyTagClassName
{
color: #EED4D0;
}
</style>
background-color css
<style>
a { background-color: #EED4D0; }
a { background-color: rgb(238,212,208); }
div.DivClassName
{
background-color: #EED4D0;
}
.BgClassName
{
background-color: #EED4D0;
}
</style>
border-color css
<style>
span { border-color: #EED4D0; }
span { border-color: rgb(238,212,208); }
td.TdClassName
{
border-color: #EED4D0;
}
.TagClassName
{
border-color: #EED4D0;
}
</style>