Shades of Vanilla Ice #ECCFCB
Tints of Vanilla Ice #ECCFCB
RGB
CMYK
RGB Variations
Color information
#ECCFCB (or 0xECCFCB) is known color: Vanilla Ice. HEX triplet: EC, CF and CB. RGB value is (236,207,203). Sum of RGB (Red+Green+Blue) = 236+207+203=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFCB is #133034. Grayscale: #D7D7D7. Windows color (decimal): -1257525 or 13357036. OLE color: 13357036.
HSL color Cylindrical-coordinate representation of color #ECCFCB: hue angle of 7.27º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCFCB is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 203 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.07 |
| HSL | 7.27º | 0.46% | 0.86% | - |
| HSV(B) | 7.27º | 0.14% | 0.93% | - |
| XYZ | 67.68 | 66.77 | 65.82 | - |
| YUV | 215.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 203 | 0 | 0.12 | 0.14 | 0.07 | 7.27 | 0.46 | 0.86 |
| Hex | EC | CF | CB | 0 | C | E | 7 | 7 | 2E | 56 |
| Octal | 354 | 317 | 313 | 0 | 14 | 16 | 7 | 7 | 56 | 126 |
| Binary | 11101100 | 11001111 | 11001011 | 0 | 1100 | 1110 | 111 | 111 | 101110 | 1010110 |
Color Harmonies of #ECCFCB
Complementary color
Monochromatic Colors of #ECCFCB
Black with #ECCFCB
Text Example
Text Example
White with #ECCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFCB; }
p { color: rgb(236,207,203); }
H1.HeaderClassName
{
color: #ECCFCB;
}
.AnyTagClassName
{
color: #ECCFCB;
}
</style>
background-color css
<style>
a { background-color: #ECCFCB; }
a { background-color: rgb(236,207,203); }
div.DivClassName
{
background-color: #ECCFCB;
}
.BgClassName
{
background-color: #ECCFCB;
}
</style>
border-color css
<style>
span { border-color: #ECCFCB; }
span { border-color: rgb(236,207,203); }
td.TdClassName
{
border-color: #ECCFCB;
}
.TagClassName
{
border-color: #ECCFCB;
}
</style>