Shades of Vanilla Ice #E0CCCB
Tints of Vanilla Ice #E0CCCB
RGB
CMYK
RGB Variations
Color information
#E0CCCB (or 0xE0CCCB) is known color: Vanilla Ice. HEX triplet: E0, CC and CB. RGB value is (224,204,203). Sum of RGB (Red+Green+Blue) = 224+204+203=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CCCB is #1F3334. Grayscale: #D1D1D1. Windows color (decimal): -2044725 or 13356256. OLE color: 13356256.
HSL color Cylindrical-coordinate representation of color #E0CCCB: hue angle of 2.86º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0CCCB is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 204 | 203 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.12 |
| HSL | 2.86º | 0.25% | 0.84% | - |
| HSV(B) | 2.86º | 0.09% | 0.88% | - |
| XYZ | 63.11 | 63.34 | 65.4 | - |
| YUV | 209.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 204 | 203 | 0 | 0.09 | 0.09 | 0.12 | 2.86 | 0.25 | 0.84 |
| Hex | E0 | CC | CB | 0 | 9 | 9 | C | 3 | 19 | 54 |
| Octal | 340 | 314 | 313 | 0 | 11 | 11 | 14 | 3 | 31 | 124 |
| Binary | 11100000 | 11001100 | 11001011 | 0 | 1001 | 1001 | 1100 | 11 | 11001 | 1010100 |
Color Harmonies of #E0CCCB
Complementary color
Monochromatic Colors of #E0CCCB
Black with #E0CCCB
Text Example
Text Example
White with #E0CCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CCCB; }
p { color: rgb(224,204,203); }
H1.HeaderClassName
{
color: #E0CCCB;
}
.AnyTagClassName
{
color: #E0CCCB;
}
</style>
background-color css
<style>
a { background-color: #E0CCCB; }
a { background-color: rgb(224,204,203); }
div.DivClassName
{
background-color: #E0CCCB;
}
.BgClassName
{
background-color: #E0CCCB;
}
</style>
border-color css
<style>
span { border-color: #E0CCCB; }
span { border-color: rgb(224,204,203); }
td.TdClassName
{
border-color: #E0CCCB;
}
.TagClassName
{
border-color: #E0CCCB;
}
</style>