Shades of Vanilla Ice #E0CCCA
Tints of Vanilla Ice #E0CCCA
RGB
CMYK
RGB Variations
Color information
#E0CCCA (or 0xE0CCCA) is known color: Vanilla Ice. HEX triplet: E0, CC and CA. RGB value is (224,204,202). Sum of RGB (Red+Green+Blue) = 224+204+202=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CCCA is #1F3335. Grayscale: #D1D1D1. Windows color (decimal): -2044726 or 13290720. OLE color: 13290720.
HSL color Cylindrical-coordinate representation of color #E0CCCA: hue angle of 5.45º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0CCCA is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 204 | 202 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.12 |
| HSL | 5.45º | 0.26% | 0.84% | - |
| HSV(B) | 5.45º | 0.1% | 0.88% | - |
| XYZ | 62.99 | 63.3 | 64.77 | - |
| YUV | 209.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 204 | 202 | 0 | 0.09 | 0.10 | 0.12 | 5.45 | 0.26 | 0.84 |
| Hex | E0 | CC | CA | 0 | 9 | A | C | 5 | 1A | 54 |
| Octal | 340 | 314 | 312 | 0 | 11 | 12 | 14 | 5 | 32 | 124 |
| Binary | 11100000 | 11001100 | 11001010 | 0 | 1001 | 1010 | 1100 | 101 | 11010 | 1010100 |
Color Harmonies of #E0CCCA
Complementary color
Monochromatic Colors of #E0CCCA
Black with #E0CCCA
Text Example
Text Example
White with #E0CCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CCCA; }
p { color: rgb(224,204,202); }
H1.HeaderClassName
{
color: #E0CCCA;
}
.AnyTagClassName
{
color: #E0CCCA;
}
</style>
background-color css
<style>
a { background-color: #E0CCCA; }
a { background-color: rgb(224,204,202); }
div.DivClassName
{
background-color: #E0CCCA;
}
.BgClassName
{
background-color: #E0CCCA;
}
</style>
border-color css
<style>
span { border-color: #E0CCCA; }
span { border-color: rgb(224,204,202); }
td.TdClassName
{
border-color: #E0CCCA;
}
.TagClassName
{
border-color: #E0CCCA;
}
</style>