Shades of Vanilla Ice #EFCDCC
Tints of Vanilla Ice #EFCDCC
RGB
CMYK
RGB Variations
Color information
#EFCDCC (or 0xEFCDCC) is known color: Vanilla Ice. HEX triplet: EF, CD and CC. RGB value is (239,205,204). Sum of RGB (Red+Green+Blue) = 239+205+204=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDCC is #103233. Grayscale: #D7D7D7. Windows color (decimal): -1061428 or 13422063. OLE color: 13422063.
HSL color Cylindrical-coordinate representation of color #EFCDCC: hue angle of 1.71º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCDCC is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 204 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.06 |
| HSL | 1.71º | 0.52% | 0.87% | - |
| HSV(B) | 1.71º | 0.15% | 0.94% | - |
| XYZ | 68.33 | 66.37 | 66.34 | - |
| YUV | 215.05 | 121.76 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 204 | 0 | 0.14 | 0.15 | 0.06 | 1.71 | 0.52 | 0.87 |
| Hex | EF | CD | CC | 0 | E | F | 6 | 2 | 34 | 57 |
| Octal | 357 | 315 | 314 | 0 | 16 | 17 | 6 | 2 | 64 | 127 |
| Binary | 11101111 | 11001101 | 11001100 | 0 | 1110 | 1111 | 110 | 10 | 110100 | 1010111 |
Color Harmonies of #EFCDCC
Complementary color
Monochromatic Colors of #EFCDCC
Black with #EFCDCC
Text Example
Text Example
White with #EFCDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDCC; }
p { color: rgb(239,205,204); }
H1.HeaderClassName
{
color: #EFCDCC;
}
.AnyTagClassName
{
color: #EFCDCC;
}
</style>
background-color css
<style>
a { background-color: #EFCDCC; }
a { background-color: rgb(239,205,204); }
div.DivClassName
{
background-color: #EFCDCC;
}
.BgClassName
{
background-color: #EFCDCC;
}
</style>
border-color css
<style>
span { border-color: #EFCDCC; }
span { border-color: rgb(239,205,204); }
td.TdClassName
{
border-color: #EFCDCC;
}
.TagClassName
{
border-color: #EFCDCC;
}
</style>