Shades of Vanilla Ice #EFCECB
Tints of Vanilla Ice #EFCECB
RGB
CMYK
RGB Variations
Color information
#EFCECB (or 0xEFCECB) is known color: Vanilla Ice. HEX triplet: EF, CE and CB. RGB value is (239,206,203). Sum of RGB (Red+Green+Blue) = 239+206+203=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCECB is #103134. Grayscale: #D7D7D7. Windows color (decimal): -1061173 or 13356783. OLE color: 13356783.
HSL color Cylindrical-coordinate representation of color #EFCECB: hue angle of 5º degrees, saturation: 0.53, 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 #EFCECB is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 203 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.06 |
| HSL | 5º | 0.53% | 0.87% | - |
| HSV(B) | 5º | 0.15% | 0.94% | - |
| XYZ | 68.45 | 66.81 | 65.79 | - |
| YUV | 215.53 | 120.93 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 203 | 0 | 0.14 | 0.15 | 0.06 | 5 | 0.53 | 0.87 |
| Hex | EF | CE | CB | 0 | E | F | 6 | 5 | 35 | 57 |
| Octal | 357 | 316 | 313 | 0 | 16 | 17 | 6 | 5 | 65 | 127 |
| Binary | 11101111 | 11001110 | 11001011 | 0 | 1110 | 1111 | 110 | 101 | 110101 | 1010111 |
Color Harmonies of #EFCECB
Complementary color
Monochromatic Colors of #EFCECB
Black with #EFCECB
Text Example
Text Example
White with #EFCECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCECB; }
p { color: rgb(239,206,203); }
H1.HeaderClassName
{
color: #EFCECB;
}
.AnyTagClassName
{
color: #EFCECB;
}
</style>
background-color css
<style>
a { background-color: #EFCECB; }
a { background-color: rgb(239,206,203); }
div.DivClassName
{
background-color: #EFCECB;
}
.BgClassName
{
background-color: #EFCECB;
}
</style>
border-color css
<style>
span { border-color: #EFCECB; }
span { border-color: rgb(239,206,203); }
td.TdClassName
{
border-color: #EFCECB;
}
.TagClassName
{
border-color: #EFCECB;
}
</style>