Shades of Vanilla Ice #E1CECE
Tints of Vanilla Ice #E1CECE
RGB
CMYK
RGB Variations
Color information
#E1CECE (or 0xE1CECE) is known color: Vanilla Ice. HEX triplet: E1, CE and CE. RGB value is (225,206,206). Sum of RGB (Red+Green+Blue) = 225+206+206=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CECE is #1E3131. Grayscale: #D3D3D3. Windows color (decimal): -1978674 or 13553377. OLE color: 13553377.
HSL color Cylindrical-coordinate representation of color #E1CECE: hue angle of 0º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1CECE is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 206 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.12 |
| HSL | 0º | 0.24% | 0.85% | - |
| HSV(B) | 0º | 0.08% | 0.88% | - |
| XYZ | 64.26 | 64.61 | 67.48 | - |
| YUV | 211.68 | 124.79 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 206 | 0 | 0.08 | 0.08 | 0.12 | 0 | 0.24 | 0.85 |
| Hex | E1 | CE | CE | 0 | 8 | 8 | C | 0 | 18 | 55 |
| Octal | 341 | 316 | 316 | 0 | 10 | 10 | 14 | 0 | 30 | 125 |
| Binary | 11100001 | 11001110 | 11001110 | 0 | 1000 | 1000 | 1100 | 0 | 11000 | 1010101 |
Color Harmonies of #E1CECE
Complementary color
Monochromatic Colors of #E1CECE
Black with #E1CECE
Text Example
Text Example
White with #E1CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CECE; }
p { color: rgb(225,206,206); }
H1.HeaderClassName
{
color: #E1CECE;
}
.AnyTagClassName
{
color: #E1CECE;
}
</style>
background-color css
<style>
a { background-color: #E1CECE; }
a { background-color: rgb(225,206,206); }
div.DivClassName
{
background-color: #E1CECE;
}
.BgClassName
{
background-color: #E1CECE;
}
</style>
border-color css
<style>
span { border-color: #E1CECE; }
span { border-color: rgb(225,206,206); }
td.TdClassName
{
border-color: #E1CECE;
}
.TagClassName
{
border-color: #E1CECE;
}
</style>