Shades of Vanilla Ice #EFCACA
Tints of Vanilla Ice #EFCACA
RGB
CMYK
RGB Variations
Color information
#EFCACA (or 0xEFCACA) is known color: Vanilla Ice. HEX triplet: EF, CA and CA. RGB value is (239,202,202). Sum of RGB (Red+Green+Blue) = 239+202+202=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCACA is #103535. Grayscale: #D5D5D5. Windows color (decimal): -1062198 or 13290223. OLE color: 13290223.
HSL color Cylindrical-coordinate representation of color #EFCACA: hue angle of 0º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCACA is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 202 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.06 |
| HSL | 0º | 0.54% | 0.86% | - |
| HSV(B) | 0º | 0.15% | 0.94% | - |
| XYZ | 67.38 | 64.86 | 64.84 | - |
| YUV | 213.06 | 121.76 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 202 | 0 | 0.15 | 0.15 | 0.06 | 0 | 0.54 | 0.86 |
| Hex | EF | CA | CA | 0 | F | F | 6 | 0 | 36 | 56 |
| Octal | 357 | 312 | 312 | 0 | 17 | 17 | 6 | 0 | 66 | 126 |
| Binary | 11101111 | 11001010 | 11001010 | 0 | 1111 | 1111 | 110 | 0 | 110110 | 1010110 |
Color Harmonies of #EFCACA
Complementary color
Monochromatic Colors of #EFCACA
Black with #EFCACA
Text Example
Text Example
White with #EFCACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCACA; }
p { color: rgb(239,202,202); }
H1.HeaderClassName
{
color: #EFCACA;
}
.AnyTagClassName
{
color: #EFCACA;
}
</style>
background-color css
<style>
a { background-color: #EFCACA; }
a { background-color: rgb(239,202,202); }
div.DivClassName
{
background-color: #EFCACA;
}
.BgClassName
{
background-color: #EFCACA;
}
</style>
border-color css
<style>
span { border-color: #EFCACA; }
span { border-color: rgb(239,202,202); }
td.TdClassName
{
border-color: #EFCACA;
}
.TagClassName
{
border-color: #EFCACA;
}
</style>