Shades of Vanilla Ice #ECCACA
Tints of Vanilla Ice #ECCACA
RGB
CMYK
RGB Variations
Color information
#ECCACA (or 0xECCACA) is known color: Vanilla Ice. HEX triplet: EC, CA and CA. RGB value is (236,202,202). Sum of RGB (Red+Green+Blue) = 236+202+202=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCACA is #133535. Grayscale: #D4D4D4. Windows color (decimal): -1258806 or 13290220. OLE color: 13290220.
HSL color Cylindrical-coordinate representation of color #ECCACA: hue angle of 0º 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 #ECCACA is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 202 | 202 | - |
CMYK | 0 | 0.14 | 0.14 | 0.07 |
HSL | 0º | 0.47% | 0.86% | - |
HSV(B) | 0º | 0.14% | 0.93% | - |
XYZ | 66.37 | 64.34 | 64.8 | - |
YUV | 212.17 | 122.26 | 145 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 202 | 202 | 0 | 0.14 | 0.14 | 0.07 | 0 | 0.47 | 0.86 |
Hex | EC | CA | CA | 0 | E | E | 7 | 0 | 2F | 56 |
Octal | 354 | 312 | 312 | 0 | 16 | 16 | 7 | 0 | 57 | 126 |
Binary | 11101100 | 11001010 | 11001010 | 0 | 1110 | 1110 | 111 | 0 | 101111 | 1010110 |
Color Harmonies of #ECCACA
Complementary color
Monochromatic Colors of #ECCACA
Black with #ECCACA
Text Example
Text Example
White with #ECCACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCACA; }
p { color: rgb(236,202,202); }
H1.HeaderClassName
{
color: #ECCACA;
}
.AnyTagClassName
{
color: #ECCACA;
}
</style>
background-color css
<style>
a { background-color: #ECCACA; }
a { background-color: rgb(236,202,202); }
div.DivClassName
{
background-color: #ECCACA;
}
.BgClassName
{
background-color: #ECCACA;
}
</style>
border-color css
<style>
span { border-color: #ECCACA; }
span { border-color: rgb(236,202,202); }
td.TdClassName
{
border-color: #ECCACA;
}
.TagClassName
{
border-color: #ECCACA;
}
</style>