Shades of Vanilla Ice #EAD5D5
Tints of Vanilla Ice #EAD5D5
RGB
CMYK
RGB Variations
Color information
#EAD5D5 (or 0xEAD5D5) is known color: Vanilla Ice. HEX triplet: EA, D5 and D5. RGB value is (234,213,213). Sum of RGB (Red+Green+Blue) = 234+213+213=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 213 (83.59% from 255 or 32.27% from 660); Blue value is 213 (83.59% from 255 or 32.27% from 660); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD5D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD5D5 is #152A2A. Grayscale: #DBDBDB. Windows color (decimal): -1387051 or 14013930. OLE color: 14013930.
HSL color Cylindrical-coordinate representation of color #EAD5D5: hue angle of 0º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAD5D5 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 213 | 213 | - |
CMYK | 0 | 0.09 | 0.09 | 0.08 |
HSL | 0º | 0.33% | 0.88% | - |
HSV(B) | 0º | 0.09% | 0.92% | - |
XYZ | 69.74 | 69.89 | 72.76 | - |
YUV | 219.28 | 124.46 | 138.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 213 | 213 | 0 | 0.09 | 0.09 | 0.08 | 0 | 0.33 | 0.88 |
Hex | EA | D5 | D5 | 0 | 9 | 9 | 8 | 0 | 21 | 58 |
Octal | 352 | 325 | 325 | 0 | 11 | 11 | 10 | 0 | 41 | 130 |
Binary | 11101010 | 11010101 | 11010101 | 0 | 1001 | 1001 | 1000 | 0 | 100001 | 1011000 |
Color Harmonies of #EAD5D5
Complementary color
Monochromatic Colors of #EAD5D5
Black with #EAD5D5
Text Example
Text Example
White with #EAD5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD5D5; }
p { color: rgb(234,213,213); }
H1.HeaderClassName
{
color: #EAD5D5;
}
.AnyTagClassName
{
color: #EAD5D5;
}
</style>
background-color css
<style>
a { background-color: #EAD5D5; }
a { background-color: rgb(234,213,213); }
div.DivClassName
{
background-color: #EAD5D5;
}
.BgClassName
{
background-color: #EAD5D5;
}
</style>
border-color css
<style>
span { border-color: #EAD5D5; }
span { border-color: rgb(234,213,213); }
td.TdClassName
{
border-color: #EAD5D5;
}
.TagClassName
{
border-color: #EAD5D5;
}
</style>