Shades of Vanilla Ice #ECCFCF
Tints of Vanilla Ice #ECCFCF
RGB
CMYK
RGB Variations
Color information
#ECCFCF (or 0xECCFCF) is known color: Vanilla Ice. HEX triplet: EC, CF and CF. RGB value is (236,207,207). Sum of RGB (Red+Green+Blue) = 236+207+207=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFCF is #133030. Grayscale: #D7D7D7. Windows color (decimal): -1257521 or 13619180. OLE color: 13619180.
HSL color Cylindrical-coordinate representation of color #ECCFCF: hue angle of 0º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECCFCF is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 207 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.07 |
| HSL | 0º | 0.43% | 0.87% | - |
| HSV(B) | 0º | 0.12% | 0.93% | - |
| XYZ | 68.17 | 66.96 | 68.36 | - |
| YUV | 215.67 | 123.11 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 207 | 0 | 0.12 | 0.12 | 0.07 | 0 | 0.43 | 0.87 |
| Hex | EC | CF | CF | 0 | C | C | 7 | 0 | 2B | 57 |
| Octal | 354 | 317 | 317 | 0 | 14 | 14 | 7 | 0 | 53 | 127 |
| Binary | 11101100 | 11001111 | 11001111 | 0 | 1100 | 1100 | 111 | 0 | 101011 | 1010111 |
Color Harmonies of #ECCFCF
Complementary color
Monochromatic Colors of #ECCFCF
Black with #ECCFCF
Text Example
Text Example
White with #ECCFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFCF; }
p { color: rgb(236,207,207); }
H1.HeaderClassName
{
color: #ECCFCF;
}
.AnyTagClassName
{
color: #ECCFCF;
}
</style>
background-color css
<style>
a { background-color: #ECCFCF; }
a { background-color: rgb(236,207,207); }
div.DivClassName
{
background-color: #ECCFCF;
}
.BgClassName
{
background-color: #ECCFCF;
}
</style>
border-color css
<style>
span { border-color: #ECCFCF; }
span { border-color: rgb(236,207,207); }
td.TdClassName
{
border-color: #ECCFCF;
}
.TagClassName
{
border-color: #ECCFCF;
}
</style>