Shades of Vanilla Ice #EBD4D2
Tints of Vanilla Ice #EBD4D2
RGB
CMYK
RGB Variations
Color information
#EBD4D2 (or 0xEBD4D2) is known color: Vanilla Ice. HEX triplet: EB, D4 and D2. RGB value is (235,212,210). Sum of RGB (Red+Green+Blue) = 235+212+210=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 212 (83.20% from 255 or 32.27% from 657); Blue value is 210 (82.42% from 255 or 31.96% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD4D2 is #142B2D. Grayscale: #DADADA. Windows color (decimal): -1321774 or 13817067. OLE color: 13817067.
HSL color Cylindrical-coordinate representation of color #EBD4D2: hue angle of 4.8º 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 #EBD4D2 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 212 | 210 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.08 |
| HSL | 4.8º | 0.38% | 0.87% | - |
| HSV(B) | 4.8º | 0.11% | 0.92% | - |
| XYZ | 69.44 | 69.4 | 70.71 | - |
| YUV | 218.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 212 | 210 | 0 | 0.10 | 0.11 | 0.08 | 4.8 | 0.38 | 0.87 |
| Hex | EB | D4 | D2 | 0 | A | B | 8 | 5 | 26 | 57 |
| Octal | 353 | 324 | 322 | 0 | 12 | 13 | 10 | 5 | 46 | 127 |
| Binary | 11101011 | 11010100 | 11010010 | 0 | 1010 | 1011 | 1000 | 101 | 100110 | 1010111 |
Color Harmonies of #EBD4D2
Complementary color
Monochromatic Colors of #EBD4D2
Black with #EBD4D2
Text Example
Text Example
White with #EBD4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD4D2; }
p { color: rgb(235,212,210); }
H1.HeaderClassName
{
color: #EBD4D2;
}
.AnyTagClassName
{
color: #EBD4D2;
}
</style>
background-color css
<style>
a { background-color: #EBD4D2; }
a { background-color: rgb(235,212,210); }
div.DivClassName
{
background-color: #EBD4D2;
}
.BgClassName
{
background-color: #EBD4D2;
}
</style>
border-color css
<style>
span { border-color: #EBD4D2; }
span { border-color: rgb(235,212,210); }
td.TdClassName
{
border-color: #EBD4D2;
}
.TagClassName
{
border-color: #EBD4D2;
}
</style>