Shades of Vanilla Ice #E0CACA
Tints of Vanilla Ice #E0CACA
RGB
CMYK
RGB Variations
Color information
#E0CACA (or 0xE0CACA) is known color: Vanilla Ice. HEX triplet: E0, CA and CA. RGB value is (224,202,202). Sum of RGB (Red+Green+Blue) = 224+202+202=628 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.67% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CACA is #1F3535. Grayscale: #D0D0D0. Windows color (decimal): -2045238 or 13290208. OLE color: 13290208.
HSL color Cylindrical-coordinate representation of color #E0CACA: hue angle of 0º 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 #E0CACA is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 202 | 202 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.12 |
| HSL | 0º | 0.26% | 0.84% | - |
| HSV(B) | 0º | 0.1% | 0.88% | - |
| XYZ | 62.52 | 62.35 | 64.62 | - |
| YUV | 208.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 202 | 0 | 0.10 | 0.10 | 0.12 | 0 | 0.26 | 0.84 |
| Hex | E0 | CA | CA | 0 | A | A | C | 0 | 1A | 54 |
| Octal | 340 | 312 | 312 | 0 | 12 | 12 | 14 | 0 | 32 | 124 |
| Binary | 11100000 | 11001010 | 11001010 | 0 | 1010 | 1010 | 1100 | 0 | 11010 | 1010100 |
Color Harmonies of #E0CACA
Complementary color
Monochromatic Colors of #E0CACA
Black with #E0CACA
Text Example
Text Example
White with #E0CACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CACA; }
p { color: rgb(224,202,202); }
H1.HeaderClassName
{
color: #E0CACA;
}
.AnyTagClassName
{
color: #E0CACA;
}
</style>
background-color css
<style>
a { background-color: #E0CACA; }
a { background-color: rgb(224,202,202); }
div.DivClassName
{
background-color: #E0CACA;
}
.BgClassName
{
background-color: #E0CACA;
}
</style>
border-color css
<style>
span { border-color: #E0CACA; }
span { border-color: rgb(224,202,202); }
td.TdClassName
{
border-color: #E0CACA;
}
.TagClassName
{
border-color: #E0CACA;
}
</style>