Shades of Vanilla Ice #E5CECC
Tints of Vanilla Ice #E5CECC
RGB
CMYK
RGB Variations
Color information
#E5CECC (or 0xE5CECC) is known color: Vanilla Ice. HEX triplet: E5, CE and CC. RGB value is (229,206,204). Sum of RGB (Red+Green+Blue) = 229+206+204=639 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.84% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CECC is #1A3133. Grayscale: #D4D4D4. Windows color (decimal): -1716532 or 13422309. OLE color: 13422309.
HSL color Cylindrical-coordinate representation of color #E5CECC: hue angle of 4.8º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5CECC is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 206 | 204 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.10 |
| HSL | 4.8º | 0.32% | 0.85% | - |
| HSV(B) | 4.8º | 0.11% | 0.9% | - |
| XYZ | 65.28 | 65.16 | 66.26 | - |
| YUV | 212.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 206 | 204 | 0 | 0.10 | 0.11 | 0.10 | 4.8 | 0.32 | 0.85 |
| Hex | E5 | CE | CC | 0 | A | B | A | 5 | 20 | 55 |
| Octal | 345 | 316 | 314 | 0 | 12 | 13 | 12 | 5 | 40 | 125 |
| Binary | 11100101 | 11001110 | 11001100 | 0 | 1010 | 1011 | 1010 | 101 | 100000 | 1010101 |
Color Harmonies of #E5CECC
Complementary color
Monochromatic Colors of #E5CECC
Black with #E5CECC
Text Example
Text Example
White with #E5CECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CECC; }
p { color: rgb(229,206,204); }
H1.HeaderClassName
{
color: #E5CECC;
}
.AnyTagClassName
{
color: #E5CECC;
}
</style>
background-color css
<style>
a { background-color: #E5CECC; }
a { background-color: rgb(229,206,204); }
div.DivClassName
{
background-color: #E5CECC;
}
.BgClassName
{
background-color: #E5CECC;
}
</style>
border-color css
<style>
span { border-color: #E5CECC; }
span { border-color: rgb(229,206,204); }
td.TdClassName
{
border-color: #E5CECC;
}
.TagClassName
{
border-color: #E5CECC;
}
</style>