Shades of Vanilla Ice #EAD4D1
Tints of Vanilla Ice #EAD4D1
RGB
CMYK
RGB Variations
Color information
#EAD4D1 (or 0xEAD4D1) is known color: Vanilla Ice. HEX triplet: EA, D4 and D1. RGB value is (234,212,209). Sum of RGB (Red+Green+Blue) = 234+212+209=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 212 (83.20% from 255 or 32.37% from 655); Blue value is 209 (82.03% from 255 or 31.91% from 655); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD4D1 is #152B2E. Grayscale: #DADADA. Windows color (decimal): -1387311 or 13751530. OLE color: 13751530.
HSL color Cylindrical-coordinate representation of color #EAD4D1: hue angle of 7.2º degrees, saturation: 0.37, 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 #EAD4D1 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 212 | 209 | - |
CMYK | 0 | 0.09 | 0.11 | 0.08 |
HSL | 7.2º | 0.37% | 0.87% | - |
HSV(B) | 7.2º | 0.11% | 0.92% | - |
XYZ | 68.98 | 69.18 | 70.04 | - |
YUV | 218.24 | 122.79 | 139.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 212 | 209 | 0 | 0.09 | 0.11 | 0.08 | 7.2 | 0.37 | 0.87 |
Hex | EA | D4 | D1 | 0 | 9 | B | 8 | 7 | 25 | 57 |
Octal | 352 | 324 | 321 | 0 | 11 | 13 | 10 | 7 | 45 | 127 |
Binary | 11101010 | 11010100 | 11010001 | 0 | 1001 | 1011 | 1000 | 111 | 100101 | 1010111 |
Color Harmonies of #EAD4D1
Complementary color
Monochromatic Colors of #EAD4D1
Black with #EAD4D1
Text Example
Text Example
White with #EAD4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD4D1; }
p { color: rgb(234,212,209); }
H1.HeaderClassName
{
color: #EAD4D1;
}
.AnyTagClassName
{
color: #EAD4D1;
}
</style>
background-color css
<style>
a { background-color: #EAD4D1; }
a { background-color: rgb(234,212,209); }
div.DivClassName
{
background-color: #EAD4D1;
}
.BgClassName
{
background-color: #EAD4D1;
}
</style>
border-color css
<style>
span { border-color: #EAD4D1; }
span { border-color: rgb(234,212,209); }
td.TdClassName
{
border-color: #EAD4D1;
}
.TagClassName
{
border-color: #EAD4D1;
}
</style>