Shades of Vanilla Ice #EFCFCF
Tints of Vanilla Ice #EFCFCF
RGB
CMYK
RGB Variations
Color information
#EFCFCF (or 0xEFCFCF) is known color: Vanilla Ice. HEX triplet: EF, CF and CF. RGB value is (239,207,207). Sum of RGB (Red+Green+Blue) = 239+207+207=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFCF is #103030. Grayscale: #D8D8D8. Windows color (decimal): -1060913 or 13619183. OLE color: 13619183.
HSL color Cylindrical-coordinate representation of color #EFCFCF: hue angle of 0º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFCFCF is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 207 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.06 |
| HSL | 0º | 0.5% | 0.87% | - |
| HSV(B) | 0º | 0.13% | 0.94% | - |
| XYZ | 69.17 | 67.48 | 68.41 | - |
| YUV | 216.57 | 122.6 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 207 | 0 | 0.13 | 0.13 | 0.06 | 0 | 0.5 | 0.87 |
| Hex | EF | CF | CF | 0 | D | D | 6 | 0 | 32 | 57 |
| Octal | 357 | 317 | 317 | 0 | 15 | 15 | 6 | 0 | 62 | 127 |
| Binary | 11101111 | 11001111 | 11001111 | 0 | 1101 | 1101 | 110 | 0 | 110010 | 1010111 |
Color Harmonies of #EFCFCF
Complementary color
Monochromatic Colors of #EFCFCF
Black with #EFCFCF
Text Example
Text Example
White with #EFCFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCFCF; }
p { color: rgb(239,207,207); }
H1.HeaderClassName
{
color: #EFCFCF;
}
.AnyTagClassName
{
color: #EFCFCF;
}
</style>
background-color css
<style>
a { background-color: #EFCFCF; }
a { background-color: rgb(239,207,207); }
div.DivClassName
{
background-color: #EFCFCF;
}
.BgClassName
{
background-color: #EFCFCF;
}
</style>
border-color css
<style>
span { border-color: #EFCFCF; }
span { border-color: rgb(239,207,207); }
td.TdClassName
{
border-color: #EFCFCF;
}
.TagClassName
{
border-color: #EFCFCF;
}
</style>