Shades of Vanilla Ice #EFCCCB
Tints of Vanilla Ice #EFCCCB
RGB
CMYK
RGB Variations
Color information
#EFCCCB (or 0xEFCCCB) is known color: Vanilla Ice. HEX triplet: EF, CC and CB. RGB value is (239,204,203). Sum of RGB (Red+Green+Blue) = 239+204+203=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCCB is #103334. Grayscale: #D6D6D6. Windows color (decimal): -1061685 or 13356271. OLE color: 13356271.
HSL color Cylindrical-coordinate representation of color #EFCCCB: hue angle of 1.67º 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 #EFCCCB is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 203 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.06 |
| HSL | 1.67º | 0.53% | 0.87% | - |
| HSV(B) | 1.67º | 0.15% | 0.94% | - |
| XYZ | 67.97 | 65.85 | 65.63 | - |
| YUV | 214.35 | 121.6 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 203 | 0 | 0.15 | 0.15 | 0.06 | 1.67 | 0.53 | 0.87 |
| Hex | EF | CC | CB | 0 | F | F | 6 | 2 | 35 | 57 |
| Octal | 357 | 314 | 313 | 0 | 17 | 17 | 6 | 2 | 65 | 127 |
| Binary | 11101111 | 11001100 | 11001011 | 0 | 1111 | 1111 | 110 | 10 | 110101 | 1010111 |
Color Harmonies of #EFCCCB
Complementary color
Monochromatic Colors of #EFCCCB
Black with #EFCCCB
Text Example
Text Example
White with #EFCCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCCCB; }
p { color: rgb(239,204,203); }
H1.HeaderClassName
{
color: #EFCCCB;
}
.AnyTagClassName
{
color: #EFCCCB;
}
</style>
background-color css
<style>
a { background-color: #EFCCCB; }
a { background-color: rgb(239,204,203); }
div.DivClassName
{
background-color: #EFCCCB;
}
.BgClassName
{
background-color: #EFCCCB;
}
</style>
border-color css
<style>
span { border-color: #EFCCCB; }
span { border-color: rgb(239,204,203); }
td.TdClassName
{
border-color: #EFCCCB;
}
.TagClassName
{
border-color: #EFCCCB;
}
</style>