Shades of Vanilla Ice #E5CECE
Tints of Vanilla Ice #E5CECE
RGB
CMYK
RGB Variations
Color information
#E5CECE (or 0xE5CECE) is known color: Vanilla Ice. HEX triplet: E5, CE and CE. RGB value is (229,206,206). Sum of RGB (Red+Green+Blue) = 229+206+206=641 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.73% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CECE is #1A3131. Grayscale: #D4D4D4. Windows color (decimal): -1716530 or 13553381. OLE color: 13553381.
HSL color Cylindrical-coordinate representation of color #E5CECE: hue angle of 0º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5CECE is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 206 | 206 | - |
CMYK | 0 | 0.10 | 0.10 | 0.10 |
HSL | 0º | 0.31% | 0.85% | - |
HSV(B) | 0º | 0.1% | 0.9% | - |
XYZ | 65.52 | 65.26 | 67.53 | - |
YUV | 212.88 | 124.12 | 139.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 206 | 206 | 0 | 0.10 | 0.10 | 0.10 | 0 | 0.31 | 0.85 |
Hex | E5 | CE | CE | 0 | A | A | A | 0 | 1F | 55 |
Octal | 345 | 316 | 316 | 0 | 12 | 12 | 12 | 0 | 37 | 125 |
Binary | 11100101 | 11001110 | 11001110 | 0 | 1010 | 1010 | 1010 | 0 | 11111 | 1010101 |
Color Harmonies of #E5CECE
Complementary color
Monochromatic Colors of #E5CECE
Black with #E5CECE
Text Example
Text Example
White with #E5CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CECE; }
p { color: rgb(229,206,206); }
H1.HeaderClassName
{
color: #E5CECE;
}
.AnyTagClassName
{
color: #E5CECE;
}
</style>
background-color css
<style>
a { background-color: #E5CECE; }
a { background-color: rgb(229,206,206); }
div.DivClassName
{
background-color: #E5CECE;
}
.BgClassName
{
background-color: #E5CECE;
}
</style>
border-color css
<style>
span { border-color: #E5CECE; }
span { border-color: rgb(229,206,206); }
td.TdClassName
{
border-color: #E5CECE;
}
.TagClassName
{
border-color: #E5CECE;
}
</style>