Shades of Vanilla Ice #ECCECC
Tints of Vanilla Ice #ECCECC
RGB
CMYK
RGB Variations
Color information
#ECCECC (or 0xECCECC) is known color: Vanilla Ice. HEX triplet: EC, CE and CC. RGB value is (236,206,204). Sum of RGB (Red+Green+Blue) = 236+206+204=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCECC is #133133. Grayscale: #D6D6D6. Windows color (decimal): -1257780 or 13422316. OLE color: 13422316.
HSL color Cylindrical-coordinate representation of color #ECCECC: hue angle of 3.75º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCECC is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 204 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.07 |
| HSL | 3.75º | 0.46% | 0.86% | - |
| HSV(B) | 3.75º | 0.14% | 0.93% | - |
| XYZ | 67.56 | 66.34 | 66.37 | - |
| YUV | 214.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 204 | 0 | 0.13 | 0.14 | 0.07 | 3.75 | 0.46 | 0.86 |
| Hex | EC | CE | CC | 0 | D | E | 7 | 4 | 2E | 56 |
| Octal | 354 | 316 | 314 | 0 | 15 | 16 | 7 | 4 | 56 | 126 |
| Binary | 11101100 | 11001110 | 11001100 | 0 | 1101 | 1110 | 111 | 100 | 101110 | 1010110 |
Color Harmonies of #ECCECC
Complementary color
Monochromatic Colors of #ECCECC
Black with #ECCECC
Text Example
Text Example
White with #ECCECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCECC; }
p { color: rgb(236,206,204); }
H1.HeaderClassName
{
color: #ECCECC;
}
.AnyTagClassName
{
color: #ECCECC;
}
</style>
background-color css
<style>
a { background-color: #ECCECC; }
a { background-color: rgb(236,206,204); }
div.DivClassName
{
background-color: #ECCECC;
}
.BgClassName
{
background-color: #ECCECC;
}
</style>
border-color css
<style>
span { border-color: #ECCECC; }
span { border-color: rgb(236,206,204); }
td.TdClassName
{
border-color: #ECCECC;
}
.TagClassName
{
border-color: #ECCECC;
}
</style>