Shades of Snow Flurry #ECFDC0
Tints of Snow Flurry #ECFDC0
RGB
CMYK
RGB Variations
Color information
#ECFDC0 (or 0xECFDC0) is known color: Snow Flurry. HEX triplet: EC, FD and C0. RGB value is (236,253,192). Sum of RGB (Red+Green+Blue) = 236+253+192=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 253 (99.22% from 255 or 37.15% from 681); Blue value is 192 (75.39% from 255 or 28.19% from 681); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFDC0 is #13023F. Grayscale: #F1F1F1. Windows color (decimal): -1245760 or 12647916. OLE color: 12647916.
HSL color Cylindrical-coordinate representation of color #ECFDC0: hue angle of 76.72º degrees, saturation: 0.94, 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 #ECFDC0 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 253 | 192 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.01 |
| HSL | 76.72º | 0.94% | 0.87% | - |
| HSV(B) | 76.72º | 0.24% | 0.99% | - |
| XYZ | 79.23 | 91.89 | 63.43 | - |
| YUV | 240.96 | 100.37 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 253 | 192 | 0.07 | 0 | 0.24 | 0.01 | 76.72 | 0.94 | 0.87 |
| Hex | EC | FD | C0 | 7 | 0 | 18 | 1 | 4D | 5E | 57 |
| Octal | 354 | 375 | 300 | 7 | 0 | 30 | 1 | 115 | 136 | 127 |
| Binary | 11101100 | 11111101 | 11000000 | 111 | 0 | 11000 | 1 | 1001101 | 1011110 | 1010111 |
Color Harmonies of #ECFDC0
Complementary color
Monochromatic Colors of #ECFDC0
Black with #ECFDC0
Text Example
Text Example
White with #ECFDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFDC0; }
p { color: rgb(236,253,192); }
H1.HeaderClassName
{
color: #ECFDC0;
}
.AnyTagClassName
{
color: #ECFDC0;
}
</style>
background-color css
<style>
a { background-color: #ECFDC0; }
a { background-color: rgb(236,253,192); }
div.DivClassName
{
background-color: #ECFDC0;
}
.BgClassName
{
background-color: #ECFDC0;
}
</style>
border-color css
<style>
span { border-color: #ECFDC0; }
span { border-color: rgb(236,253,192); }
td.TdClassName
{
border-color: #ECFDC0;
}
.TagClassName
{
border-color: #ECFDC0;
}
</style>