Shades of Vanilla Ice #EFC5C5
Tints of Vanilla Ice #EFC5C5
RGB
CMYK
RGB Variations
Color information
#EFC5C5 (or 0xEFC5C5) is known color: Vanilla Ice. HEX triplet: EF, C5 and C5. RGB value is (239,197,197). Sum of RGB (Red+Green+Blue) = 239+197+197=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5C5 is #103A3A. Grayscale: #D1D1D1. Windows color (decimal): -1063483 or 12961263. OLE color: 12961263.
HSL color Cylindrical-coordinate representation of color #EFC5C5: hue angle of 0º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC5C5 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 197 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.06 |
| HSL | 0º | 0.57% | 0.85% | - |
| HSV(B) | 0º | 0.18% | 0.94% | - |
| XYZ | 65.64 | 62.31 | 61.39 | - |
| YUV | 209.56 | 120.91 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 197 | 0 | 0.18 | 0.18 | 0.06 | 0 | 0.57 | 0.85 |
| Hex | EF | C5 | C5 | 0 | 12 | 12 | 6 | 0 | 39 | 55 |
| Octal | 357 | 305 | 305 | 0 | 22 | 22 | 6 | 0 | 71 | 125 |
| Binary | 11101111 | 11000101 | 11000101 | 0 | 10010 | 10010 | 110 | 0 | 111001 | 1010101 |
Color Harmonies of #EFC5C5
Complementary color
Monochromatic Colors of #EFC5C5
Black with #EFC5C5
Text Example
Text Example
White with #EFC5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5C5; }
p { color: rgb(239,197,197); }
H1.HeaderClassName
{
color: #EFC5C5;
}
.AnyTagClassName
{
color: #EFC5C5;
}
</style>
background-color css
<style>
a { background-color: #EFC5C5; }
a { background-color: rgb(239,197,197); }
div.DivClassName
{
background-color: #EFC5C5;
}
.BgClassName
{
background-color: #EFC5C5;
}
</style>
border-color css
<style>
span { border-color: #EFC5C5; }
span { border-color: rgb(239,197,197); }
td.TdClassName
{
border-color: #EFC5C5;
}
.TagClassName
{
border-color: #EFC5C5;
}
</style>