Shades of Vanilla Ice #ECCECE
Tints of Vanilla Ice #ECCECE
RGB
CMYK
RGB Variations
Color information
#ECCECE (or 0xECCECE) is known color: Vanilla Ice. HEX triplet: EC, CE and CE. RGB value is (236,206,206). Sum of RGB (Red+Green+Blue) = 236+206+206=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCECE is #133131. Grayscale: #D6D6D6. Windows color (decimal): -1257778 or 13553388. OLE color: 13553388.
HSL color Cylindrical-coordinate representation of color #ECCECE: hue angle of 0º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECCECE is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 206 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.07 |
| HSL | 0º | 0.44% | 0.87% | - |
| HSV(B) | 0º | 0.13% | 0.93% | - |
| XYZ | 67.8 | 66.43 | 67.64 | - |
| YUV | 214.97 | 122.94 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 206 | 0 | 0.13 | 0.13 | 0.07 | 0 | 0.44 | 0.87 |
| Hex | EC | CE | CE | 0 | D | D | 7 | 0 | 2C | 57 |
| Octal | 354 | 316 | 316 | 0 | 15 | 15 | 7 | 0 | 54 | 127 |
| Binary | 11101100 | 11001110 | 11001110 | 0 | 1101 | 1101 | 111 | 0 | 101100 | 1010111 |
Color Harmonies of #ECCECE
Complementary color
Monochromatic Colors of #ECCECE
Black with #ECCECE
Text Example
Text Example
White with #ECCECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCECE; }
p { color: rgb(236,206,206); }
H1.HeaderClassName
{
color: #ECCECE;
}
.AnyTagClassName
{
color: #ECCECE;
}
</style>
background-color css
<style>
a { background-color: #ECCECE; }
a { background-color: rgb(236,206,206); }
div.DivClassName
{
background-color: #ECCECE;
}
.BgClassName
{
background-color: #ECCECE;
}
</style>
border-color css
<style>
span { border-color: #ECCECE; }
span { border-color: rgb(236,206,206); }
td.TdClassName
{
border-color: #ECCECE;
}
.TagClassName
{
border-color: #ECCECE;
}
</style>