Shades of Vanilla Ice #EAD2D0
Tints of Vanilla Ice #EAD2D0
RGB
CMYK
RGB Variations
Color information
#EAD2D0 (or 0xEAD2D0) is known color: Vanilla Ice. HEX triplet: EA, D2 and D0. RGB value is (234,210,208). Sum of RGB (Red+Green+Blue) = 234+210+208=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 210 (82.42% from 255 or 32.21% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD2D0 is #152D2F. Grayscale: #D8D8D8. Windows color (decimal): -1387824 or 13685482. OLE color: 13685482.
HSL color Cylindrical-coordinate representation of color #EAD2D0: hue angle of 4.62º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAD2D0 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 208 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.08 |
| HSL | 4.62º | 0.38% | 0.87% | - |
| HSV(B) | 4.62º | 0.11% | 0.92% | - |
| XYZ | 68.36 | 68.14 | 69.22 | - |
| YUV | 216.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 208 | 0 | 0.10 | 0.11 | 0.08 | 4.62 | 0.38 | 0.87 |
| Hex | EA | D2 | D0 | 0 | A | B | 8 | 5 | 26 | 57 |
| Octal | 352 | 322 | 320 | 0 | 12 | 13 | 10 | 5 | 46 | 127 |
| Binary | 11101010 | 11010010 | 11010000 | 0 | 1010 | 1011 | 1000 | 101 | 100110 | 1010111 |
Color Harmonies of #EAD2D0
Complementary color
Monochromatic Colors of #EAD2D0
Black with #EAD2D0
Text Example
Text Example
White with #EAD2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD2D0; }
p { color: rgb(234,210,208); }
H1.HeaderClassName
{
color: #EAD2D0;
}
.AnyTagClassName
{
color: #EAD2D0;
}
</style>
background-color css
<style>
a { background-color: #EAD2D0; }
a { background-color: rgb(234,210,208); }
div.DivClassName
{
background-color: #EAD2D0;
}
.BgClassName
{
background-color: #EAD2D0;
}
</style>
border-color css
<style>
span { border-color: #EAD2D0; }
span { border-color: rgb(234,210,208); }
td.TdClassName
{
border-color: #EAD2D0;
}
.TagClassName
{
border-color: #EAD2D0;
}
</style>