Shades of Vanilla Ice #E7CECA
Tints of Vanilla Ice #E7CECA
RGB
CMYK
RGB Variations
Color information
#E7CECA (or 0xE7CECA) is known color: Vanilla Ice. HEX triplet: E7, CE and CA. RGB value is (231,206,202). Sum of RGB (Red+Green+Blue) = 231+206+202=639 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.15% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CECA is #183135. Grayscale: #D5D5D5. Windows color (decimal): -1585462 or 13291239. OLE color: 13291239.
HSL color Cylindrical-coordinate representation of color #E7CECA: hue angle of 8.28º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7CECA is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 206 | 202 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.09 |
| HSL | 8.28º | 0.38% | 0.85% | - |
| HSV(B) | 8.28º | 0.13% | 0.91% | - |
| XYZ | 65.69 | 65.4 | 65.04 | - |
| YUV | 213.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 206 | 202 | 0 | 0.11 | 0.13 | 0.09 | 8.28 | 0.38 | 0.85 |
| Hex | E7 | CE | CA | 0 | B | D | 9 | 8 | 26 | 55 |
| Octal | 347 | 316 | 312 | 0 | 13 | 15 | 11 | 10 | 46 | 125 |
| Binary | 11100111 | 11001110 | 11001010 | 0 | 1011 | 1101 | 1001 | 1000 | 100110 | 1010101 |
Color Harmonies of #E7CECA
Complementary color
Monochromatic Colors of #E7CECA
Black with #E7CECA
Text Example
Text Example
White with #E7CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CECA; }
p { color: rgb(231,206,202); }
H1.HeaderClassName
{
color: #E7CECA;
}
.AnyTagClassName
{
color: #E7CECA;
}
</style>
background-color css
<style>
a { background-color: #E7CECA; }
a { background-color: rgb(231,206,202); }
div.DivClassName
{
background-color: #E7CECA;
}
.BgClassName
{
background-color: #E7CECA;
}
</style>
border-color css
<style>
span { border-color: #E7CECA; }
span { border-color: rgb(231,206,202); }
td.TdClassName
{
border-color: #E7CECA;
}
.TagClassName
{
border-color: #E7CECA;
}
</style>