Shades of Vanilla Ice #EAD3D1
Tints of Vanilla Ice #EAD3D1
RGB
CMYK
RGB Variations
Color information
#EAD3D1 (or 0xEAD3D1) is known color: Vanilla Ice. HEX triplet: EA, D3 and D1. RGB value is (234,211,209). Sum of RGB (Red+Green+Blue) = 234+211+209=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 211 (82.81% from 255 or 32.26% from 654); Blue value is 209 (82.03% from 255 or 31.96% from 654); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD3D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD3D1 is #152C2E. Grayscale: #D9D9D9. Windows color (decimal): -1387567 or 13751274. OLE color: 13751274.
HSL color Cylindrical-coordinate representation of color #EAD3D1: hue angle of 4.8º 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 #EAD3D1 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 209 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.08 |
| HSL | 4.8º | 0.37% | 0.87% | - |
| HSV(B) | 4.8º | 0.11% | 0.92% | - |
| XYZ | 68.73 | 68.68 | 69.96 | - |
| YUV | 217.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 209 | 0 | 0.10 | 0.11 | 0.08 | 4.8 | 0.37 | 0.87 |
| Hex | EA | D3 | D1 | 0 | A | B | 8 | 5 | 25 | 57 |
| Octal | 352 | 323 | 321 | 0 | 12 | 13 | 10 | 5 | 45 | 127 |
| Binary | 11101010 | 11010011 | 11010001 | 0 | 1010 | 1011 | 1000 | 101 | 100101 | 1010111 |
Color Harmonies of #EAD3D1
Complementary color
Monochromatic Colors of #EAD3D1
Black with #EAD3D1
Text Example
Text Example
White with #EAD3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD3D1; }
p { color: rgb(234,211,209); }
H1.HeaderClassName
{
color: #EAD3D1;
}
.AnyTagClassName
{
color: #EAD3D1;
}
</style>
background-color css
<style>
a { background-color: #EAD3D1; }
a { background-color: rgb(234,211,209); }
div.DivClassName
{
background-color: #EAD3D1;
}
.BgClassName
{
background-color: #EAD3D1;
}
</style>
border-color css
<style>
span { border-color: #EAD3D1; }
span { border-color: rgb(234,211,209); }
td.TdClassName
{
border-color: #EAD3D1;
}
.TagClassName
{
border-color: #EAD3D1;
}
</style>