Shades of Vanilla Ice #EBCDCC
Tints of Vanilla Ice #EBCDCC
RGB
CMYK
RGB Variations
Color information
#EBCDCC (or 0xEBCDCC) is known color: Vanilla Ice. HEX triplet: EB, CD and CC. RGB value is (235,205,204). Sum of RGB (Red+Green+Blue) = 235+205+204=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDCC is #143233. Grayscale: #D5D5D5. Windows color (decimal): -1323572 or 13422059. OLE color: 13422059.
HSL color Cylindrical-coordinate representation of color #EBCDCC: hue angle of 1.94º 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 #EBCDCC is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 204 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.08 |
| HSL | 1.94º | 0.44% | 0.86% | - |
| HSV(B) | 1.94º | 0.13% | 0.92% | - |
| XYZ | 66.99 | 65.68 | 66.27 | - |
| YUV | 213.86 | 122.44 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 204 | 0 | 0.13 | 0.13 | 0.08 | 1.94 | 0.44 | 0.86 |
| Hex | EB | CD | CC | 0 | D | D | 8 | 2 | 2C | 56 |
| Octal | 353 | 315 | 314 | 0 | 15 | 15 | 10 | 2 | 54 | 126 |
| Binary | 11101011 | 11001101 | 11001100 | 0 | 1101 | 1101 | 1000 | 10 | 101100 | 1010110 |
Color Harmonies of #EBCDCC
Complementary color
Monochromatic Colors of #EBCDCC
Black with #EBCDCC
Text Example
Text Example
White with #EBCDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCDCC; }
p { color: rgb(235,205,204); }
H1.HeaderClassName
{
color: #EBCDCC;
}
.AnyTagClassName
{
color: #EBCDCC;
}
</style>
background-color css
<style>
a { background-color: #EBCDCC; }
a { background-color: rgb(235,205,204); }
div.DivClassName
{
background-color: #EBCDCC;
}
.BgClassName
{
background-color: #EBCDCC;
}
</style>
border-color css
<style>
span { border-color: #EBCDCC; }
span { border-color: rgb(235,205,204); }
td.TdClassName
{
border-color: #EBCDCC;
}
.TagClassName
{
border-color: #EBCDCC;
}
</style>