Shades of Snow Flurry #ECFCC0
Tints of Snow Flurry #ECFCC0
RGB
CMYK
RGB Variations
Color information
#ECFCC0 (or 0xECFCC0) is known color: Snow Flurry. HEX triplet: EC, FC and C0. RGB value is (236,252,192). Sum of RGB (Red+Green+Blue) = 236+252+192=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 252 (98.83% from 255 or 37.06% from 680); Blue value is 192 (75.39% from 255 or 28.24% from 680); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFCC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFCC0 is #13033F. Grayscale: #F0F0F0. Windows color (decimal): -1246016 or 12647660. OLE color: 12647660.
HSL color Cylindrical-coordinate representation of color #ECFCC0: hue angle of 76º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECFCC0 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 252 | 192 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.01 |
| HSL | 76º | 0.91% | 0.87% | - |
| HSV(B) | 76º | 0.24% | 0.99% | - |
| XYZ | 78.92 | 91.26 | 63.32 | - |
| YUV | 240.38 | 100.7 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 252 | 192 | 0.06 | 0 | 0.24 | 0.01 | 76 | 0.91 | 0.87 |
| Hex | EC | FC | C0 | 6 | 0 | 18 | 1 | 4C | 5B | 57 |
| Octal | 354 | 374 | 300 | 6 | 0 | 30 | 1 | 114 | 133 | 127 |
| Binary | 11101100 | 11111100 | 11000000 | 110 | 0 | 11000 | 1 | 1001100 | 1011011 | 1010111 |
Color Harmonies of #ECFCC0
Complementary color
Monochromatic Colors of #ECFCC0
Black with #ECFCC0
Text Example
Text Example
White with #ECFCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFCC0; }
p { color: rgb(236,252,192); }
H1.HeaderClassName
{
color: #ECFCC0;
}
.AnyTagClassName
{
color: #ECFCC0;
}
</style>
background-color css
<style>
a { background-color: #ECFCC0; }
a { background-color: rgb(236,252,192); }
div.DivClassName
{
background-color: #ECFCC0;
}
.BgClassName
{
background-color: #ECFCC0;
}
</style>
border-color css
<style>
span { border-color: #ECFCC0; }
span { border-color: rgb(236,252,192); }
td.TdClassName
{
border-color: #ECFCC0;
}
.TagClassName
{
border-color: #ECFCC0;
}
</style>