Shades of Vanilla Ice #EFCECC
Tints of Vanilla Ice #EFCECC
RGB
CMYK
RGB Variations
Color information
#EFCECC (or 0xEFCECC) is known color: Vanilla Ice. HEX triplet: EF, CE and CC. RGB value is (239,206,204). Sum of RGB (Red+Green+Blue) = 239+206+204=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCECC is #103133. Grayscale: #D7D7D7. Windows color (decimal): -1061172 or 13422319. OLE color: 13422319.
HSL color Cylindrical-coordinate representation of color #EFCECC: hue angle of 3.43º 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 #EFCECC is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 204 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.06 |
| HSL | 3.43º | 0.52% | 0.87% | - |
| HSV(B) | 3.43º | 0.15% | 0.94% | - |
| XYZ | 68.57 | 66.85 | 66.42 | - |
| YUV | 215.64 | 121.43 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 204 | 0 | 0.14 | 0.15 | 0.06 | 3.43 | 0.52 | 0.87 |
| Hex | EF | CE | CC | 0 | E | F | 6 | 3 | 34 | 57 |
| Octal | 357 | 316 | 314 | 0 | 16 | 17 | 6 | 3 | 64 | 127 |
| Binary | 11101111 | 11001110 | 11001100 | 0 | 1110 | 1111 | 110 | 11 | 110100 | 1010111 |
Color Harmonies of #EFCECC
Complementary color
Monochromatic Colors of #EFCECC
Black with #EFCECC
Text Example
Text Example
White with #EFCECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCECC; }
p { color: rgb(239,206,204); }
H1.HeaderClassName
{
color: #EFCECC;
}
.AnyTagClassName
{
color: #EFCECC;
}
</style>
background-color css
<style>
a { background-color: #EFCECC; }
a { background-color: rgb(239,206,204); }
div.DivClassName
{
background-color: #EFCECC;
}
.BgClassName
{
background-color: #EFCECC;
}
</style>
border-color css
<style>
span { border-color: #EFCECC; }
span { border-color: rgb(239,206,204); }
td.TdClassName
{
border-color: #EFCECC;
}
.TagClassName
{
border-color: #EFCECC;
}
</style>