Shades of Vanilla Ice #EBD0CC
Tints of Vanilla Ice #EBD0CC
RGB
CMYK
RGB Variations
Color information
#EBD0CC (or 0xEBD0CC) is known color: Vanilla Ice. HEX triplet: EB, D0 and CC. RGB value is (235,208,204). Sum of RGB (Red+Green+Blue) = 235+208+204=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 208 (81.64% from 255 or 32.15% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD0CC is #142F33. Grayscale: #D7D7D7. Windows color (decimal): -1322804 or 13422827. OLE color: 13422827.
HSL color Cylindrical-coordinate representation of color #EBD0CC: hue angle of 7.74º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBD0CC is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 208 | 204 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.08 |
| HSL | 7.74º | 0.44% | 0.86% | - |
| HSV(B) | 7.74º | 0.13% | 0.92% | - |
| XYZ | 67.72 | 67.13 | 66.52 | - |
| YUV | 215.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 208 | 204 | 0 | 0.11 | 0.13 | 0.08 | 7.74 | 0.44 | 0.86 |
| Hex | EB | D0 | CC | 0 | B | D | 8 | 8 | 2C | 56 |
| Octal | 353 | 320 | 314 | 0 | 13 | 15 | 10 | 10 | 54 | 126 |
| Binary | 11101011 | 11010000 | 11001100 | 0 | 1011 | 1101 | 1000 | 1000 | 101100 | 1010110 |
Color Harmonies of #EBD0CC
Complementary color
Monochromatic Colors of #EBD0CC
Black with #EBD0CC
Text Example
Text Example
White with #EBD0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD0CC; }
p { color: rgb(235,208,204); }
H1.HeaderClassName
{
color: #EBD0CC;
}
.AnyTagClassName
{
color: #EBD0CC;
}
</style>
background-color css
<style>
a { background-color: #EBD0CC; }
a { background-color: rgb(235,208,204); }
div.DivClassName
{
background-color: #EBD0CC;
}
.BgClassName
{
background-color: #EBD0CC;
}
</style>
border-color css
<style>
span { border-color: #EBD0CC; }
span { border-color: rgb(235,208,204); }
td.TdClassName
{
border-color: #EBD0CC;
}
.TagClassName
{
border-color: #EBD0CC;
}
</style>