Shades of Vanilla Ice #EBCACA
Tints of Vanilla Ice #EBCACA
RGB
CMYK
RGB Variations
Color information
#EBCACA (or 0xEBCACA) is known color: Vanilla Ice. HEX triplet: EB, CA and CA. RGB value is (235,202,202). Sum of RGB (Red+Green+Blue) = 235+202+202=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCACA is #143535. Grayscale: #D3D3D3. Windows color (decimal): -1324342 or 13290219. OLE color: 13290219.
HSL color Cylindrical-coordinate representation of color #EBCACA: hue angle of 0º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBCACA is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 202 | 202 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.08 |
| HSL | 0º | 0.45% | 0.86% | - |
| HSV(B) | 0º | 0.14% | 0.92% | - |
| XYZ | 66.04 | 64.17 | 64.78 | - |
| YUV | 211.87 | 122.43 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 202 | 202 | 0 | 0.14 | 0.14 | 0.08 | 0 | 0.45 | 0.86 |
| Hex | EB | CA | CA | 0 | E | E | 8 | 0 | 2D | 56 |
| Octal | 353 | 312 | 312 | 0 | 16 | 16 | 10 | 0 | 55 | 126 |
| Binary | 11101011 | 11001010 | 11001010 | 0 | 1110 | 1110 | 1000 | 0 | 101101 | 1010110 |
Color Harmonies of #EBCACA
Complementary color
Monochromatic Colors of #EBCACA
Black with #EBCACA
Text Example
Text Example
White with #EBCACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCACA; }
p { color: rgb(235,202,202); }
H1.HeaderClassName
{
color: #EBCACA;
}
.AnyTagClassName
{
color: #EBCACA;
}
</style>
background-color css
<style>
a { background-color: #EBCACA; }
a { background-color: rgb(235,202,202); }
div.DivClassName
{
background-color: #EBCACA;
}
.BgClassName
{
background-color: #EBCACA;
}
</style>
border-color css
<style>
span { border-color: #EBCACA; }
span { border-color: rgb(235,202,202); }
td.TdClassName
{
border-color: #EBCACA;
}
.TagClassName
{
border-color: #EBCACA;
}
</style>