Shades of Vanilla Ice #ECCFCE
Tints of Vanilla Ice #ECCFCE
RGB
CMYK
RGB Variations
Color information
#ECCFCE (or 0xECCFCE) is known color: Vanilla Ice. HEX triplet: EC, CF and CE. RGB value is (236,207,206). Sum of RGB (Red+Green+Blue) = 236+207+206=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFCE is #133031. Grayscale: #D7D7D7. Windows color (decimal): -1257522 or 13553644. OLE color: 13553644.
HSL color Cylindrical-coordinate representation of color #ECCFCE: hue angle of 2º 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 #ECCFCE is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 206 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.07 |
| HSL | 2º | 0.44% | 0.87% | - |
| HSV(B) | 2º | 0.13% | 0.93% | - |
| XYZ | 68.05 | 66.91 | 67.72 | - |
| YUV | 215.56 | 122.61 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 206 | 0 | 0.12 | 0.13 | 0.07 | 2 | 0.44 | 0.87 |
| Hex | EC | CF | CE | 0 | C | D | 7 | 2 | 2C | 57 |
| Octal | 354 | 317 | 316 | 0 | 14 | 15 | 7 | 2 | 54 | 127 |
| Binary | 11101100 | 11001111 | 11001110 | 0 | 1100 | 1101 | 111 | 10 | 101100 | 1010111 |
Color Harmonies of #ECCFCE
Complementary color
Monochromatic Colors of #ECCFCE
Black with #ECCFCE
Text Example
Text Example
White with #ECCFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFCE; }
p { color: rgb(236,207,206); }
H1.HeaderClassName
{
color: #ECCFCE;
}
.AnyTagClassName
{
color: #ECCFCE;
}
</style>
background-color css
<style>
a { background-color: #ECCFCE; }
a { background-color: rgb(236,207,206); }
div.DivClassName
{
background-color: #ECCFCE;
}
.BgClassName
{
background-color: #ECCFCE;
}
</style>
border-color css
<style>
span { border-color: #ECCFCE; }
span { border-color: rgb(236,207,206); }
td.TdClassName
{
border-color: #ECCFCE;
}
.TagClassName
{
border-color: #ECCFCE;
}
</style>