Shades of Vanilla Ice #E5CECA
Tints of Vanilla Ice #E5CECA
RGB
CMYK
RGB Variations
Color information
#E5CECA (or 0xE5CECA) is known color: Vanilla Ice. HEX triplet: E5, CE and CA. RGB value is (229,206,202). Sum of RGB (Red+Green+Blue) = 229+206+202=637 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.95% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CECA is #1A3135. Grayscale: #D4D4D4. Windows color (decimal): -1716534 or 13291237. OLE color: 13291237.
HSL color Cylindrical-coordinate representation of color #E5CECA: hue angle of 8.89º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5CECA is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 206 | 202 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.10 |
| HSL | 8.89º | 0.34% | 0.85% | - |
| HSV(B) | 8.89º | 0.12% | 0.9% | - |
| XYZ | 65.05 | 65.06 | 65.01 | - |
| YUV | 212.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 206 | 202 | 0 | 0.10 | 0.12 | 0.10 | 8.89 | 0.34 | 0.85 |
| Hex | E5 | CE | CA | 0 | A | C | A | 9 | 22 | 55 |
| Octal | 345 | 316 | 312 | 0 | 12 | 14 | 12 | 11 | 42 | 125 |
| Binary | 11100101 | 11001110 | 11001010 | 0 | 1010 | 1100 | 1010 | 1001 | 100010 | 1010101 |
Color Harmonies of #E5CECA
Complementary color
Monochromatic Colors of #E5CECA
Black with #E5CECA
Text Example
Text Example
White with #E5CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CECA; }
p { color: rgb(229,206,202); }
H1.HeaderClassName
{
color: #E5CECA;
}
.AnyTagClassName
{
color: #E5CECA;
}
</style>
background-color css
<style>
a { background-color: #E5CECA; }
a { background-color: rgb(229,206,202); }
div.DivClassName
{
background-color: #E5CECA;
}
.BgClassName
{
background-color: #E5CECA;
}
</style>
border-color css
<style>
span { border-color: #E5CECA; }
span { border-color: rgb(229,206,202); }
td.TdClassName
{
border-color: #E5CECA;
}
.TagClassName
{
border-color: #E5CECA;
}
</style>