Shades of Vanilla Ice #EFCCCC
Tints of Vanilla Ice #EFCCCC
RGB
CMYK
RGB Variations
Color information
#EFCCCC (or 0xEFCCCC) is known color: Vanilla Ice. HEX triplet: EF, CC and CC. RGB value is (239,204,204). Sum of RGB (Red+Green+Blue) = 239+204+204=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCCC is #103333. Grayscale: #D6D6D6. Windows color (decimal): -1061684 or 13421807. OLE color: 13421807.
HSL color Cylindrical-coordinate representation of color #EFCCCC: hue angle of 0º 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 #EFCCCC is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 204 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.06 |
| HSL | 0º | 0.52% | 0.87% | - |
| HSV(B) | 0º | 0.15% | 0.94% | - |
| XYZ | 68.09 | 65.9 | 66.26 | - |
| YUV | 214.47 | 122.1 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 204 | 0 | 0.15 | 0.15 | 0.06 | 0 | 0.52 | 0.87 |
| Hex | EF | CC | CC | 0 | F | F | 6 | 0 | 34 | 57 |
| Octal | 357 | 314 | 314 | 0 | 17 | 17 | 6 | 0 | 64 | 127 |
| Binary | 11101111 | 11001100 | 11001100 | 0 | 1111 | 1111 | 110 | 0 | 110100 | 1010111 |
Color Harmonies of #EFCCCC
Complementary color
Monochromatic Colors of #EFCCCC
Black with #EFCCCC
Text Example
Text Example
White with #EFCCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCCCC; }
p { color: rgb(239,204,204); }
H1.HeaderClassName
{
color: #EFCCCC;
}
.AnyTagClassName
{
color: #EFCCCC;
}
</style>
background-color css
<style>
a { background-color: #EFCCCC; }
a { background-color: rgb(239,204,204); }
div.DivClassName
{
background-color: #EFCCCC;
}
.BgClassName
{
background-color: #EFCCCC;
}
</style>
border-color css
<style>
span { border-color: #EFCCCC; }
span { border-color: rgb(239,204,204); }
td.TdClassName
{
border-color: #EFCCCC;
}
.TagClassName
{
border-color: #EFCCCC;
}
</style>