Shades of Vanilla Ice #ECCCCA
Tints of Vanilla Ice #ECCCCA
RGB
CMYK
RGB Variations
Color information
#ECCCCA (or 0xECCCCA) is known color: Vanilla Ice. HEX triplet: EC, CC and CA. RGB value is (236,204,202). Sum of RGB (Red+Green+Blue) = 236+204+202=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCCA is #133335. Grayscale: #D5D5D5. Windows color (decimal): -1258294 or 13290732. OLE color: 13290732.
HSL color Cylindrical-coordinate representation of color #ECCCCA: hue angle of 3.53º degrees, saturation: 0.47, 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 #ECCCCA is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 204 | 202 | - |
CMYK | 0 | 0.14 | 0.14 | 0.07 |
HSL | 3.53º | 0.47% | 0.86% | - |
HSV(B) | 3.53º | 0.14% | 0.93% | - |
XYZ | 66.85 | 65.28 | 64.95 | - |
YUV | 213.34 | 121.6 | 144.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 202 | 0 | 0.14 | 0.14 | 0.07 | 3.53 | 0.47 | 0.86 |
Hex | EC | CC | CA | 0 | E | E | 7 | 4 | 2F | 56 |
Octal | 354 | 314 | 312 | 0 | 16 | 16 | 7 | 4 | 57 | 126 |
Binary | 11101100 | 11001100 | 11001010 | 0 | 1110 | 1110 | 111 | 100 | 101111 | 1010110 |
Color Harmonies of #ECCCCA
Complementary color
Monochromatic Colors of #ECCCCA
Black with #ECCCCA
Text Example
Text Example
White with #ECCCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCCA; }
p { color: rgb(236,204,202); }
H1.HeaderClassName
{
color: #ECCCCA;
}
.AnyTagClassName
{
color: #ECCCCA;
}
</style>
background-color css
<style>
a { background-color: #ECCCCA; }
a { background-color: rgb(236,204,202); }
div.DivClassName
{
background-color: #ECCCCA;
}
.BgClassName
{
background-color: #ECCCCA;
}
</style>
border-color css
<style>
span { border-color: #ECCCCA; }
span { border-color: rgb(236,204,202); }
td.TdClassName
{
border-color: #ECCCCA;
}
.TagClassName
{
border-color: #ECCCCA;
}
</style>