Shades of Vanilla Ice #EFCFCD
Tints of Vanilla Ice #EFCFCD
RGB
CMYK
RGB Variations
Color information
#EFCFCD (or 0xEFCFCD) is known color: Vanilla Ice. HEX triplet: EF, CF and CD. RGB value is (239,207,205). Sum of RGB (Red+Green+Blue) = 239+207+205=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFCD is #103032. Grayscale: #D8D8D8. Windows color (decimal): -1060915 or 13488111. OLE color: 13488111.
HSL color Cylindrical-coordinate representation of color #EFCFCD: hue angle of 3.53º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCFCD is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 205 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.06 |
| HSL | 3.53º | 0.52% | 0.87% | - |
| HSV(B) | 3.53º | 0.14% | 0.94% | - |
| XYZ | 68.93 | 67.38 | 67.13 | - |
| YUV | 216.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 205 | 0 | 0.13 | 0.14 | 0.06 | 3.53 | 0.52 | 0.87 |
| Hex | EF | CF | CD | 0 | D | E | 6 | 4 | 34 | 57 |
| Octal | 357 | 317 | 315 | 0 | 15 | 16 | 6 | 4 | 64 | 127 |
| Binary | 11101111 | 11001111 | 11001101 | 0 | 1101 | 1110 | 110 | 100 | 110100 | 1010111 |
Color Harmonies of #EFCFCD
Complementary color
Monochromatic Colors of #EFCFCD
Black with #EFCFCD
Text Example
Text Example
White with #EFCFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCFCD; }
p { color: rgb(239,207,205); }
H1.HeaderClassName
{
color: #EFCFCD;
}
.AnyTagClassName
{
color: #EFCFCD;
}
</style>
background-color css
<style>
a { background-color: #EFCFCD; }
a { background-color: rgb(239,207,205); }
div.DivClassName
{
background-color: #EFCFCD;
}
.BgClassName
{
background-color: #EFCFCD;
}
</style>
border-color css
<style>
span { border-color: #EFCFCD; }
span { border-color: rgb(239,207,205); }
td.TdClassName
{
border-color: #EFCFCD;
}
.TagClassName
{
border-color: #EFCFCD;
}
</style>