Shades of Vanilla Ice #ECCFCC
Tints of Vanilla Ice #ECCFCC
RGB
CMYK
RGB Variations
Color information
#ECCFCC (or 0xECCFCC) is known color: Vanilla Ice. HEX triplet: EC, CF and CC. RGB value is (236,207,204). Sum of RGB (Red+Green+Blue) = 236+207+204=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFCC is #133033. Grayscale: #D7D7D7. Windows color (decimal): -1257524 or 13422572. OLE color: 13422572.
HSL color Cylindrical-coordinate representation of color #ECCFCC: hue angle of 5.62º 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 #ECCFCC is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 204 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.07 |
| HSL | 5.63º | 0.46% | 0.86% | - |
| HSV(B) | 5.63º | 0.14% | 0.93% | - |
| XYZ | 67.8 | 66.82 | 66.45 | - |
| YUV | 215.33 | 121.61 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 204 | 0 | 0.12 | 0.14 | 0.07 | 5.63 | 0.46 | 0.86 |
| Hex | EC | CF | CC | 0 | C | E | 7 | 6 | 2E | 56 |
| Octal | 354 | 317 | 314 | 0 | 14 | 16 | 7 | 6 | 56 | 126 |
| Binary | 11101100 | 11001111 | 11001100 | 0 | 1100 | 1110 | 111 | 110 | 101110 | 1010110 |
Color Harmonies of #ECCFCC
Complementary color
Monochromatic Colors of #ECCFCC
Black with #ECCFCC
Text Example
Text Example
White with #ECCFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFCC; }
p { color: rgb(236,207,204); }
H1.HeaderClassName
{
color: #ECCFCC;
}
.AnyTagClassName
{
color: #ECCFCC;
}
</style>
background-color css
<style>
a { background-color: #ECCFCC; }
a { background-color: rgb(236,207,204); }
div.DivClassName
{
background-color: #ECCFCC;
}
.BgClassName
{
background-color: #ECCFCC;
}
</style>
border-color css
<style>
span { border-color: #ECCFCC; }
span { border-color: rgb(236,207,204); }
td.TdClassName
{
border-color: #ECCFCC;
}
.TagClassName
{
border-color: #ECCFCC;
}
</style>