Shades of Snow Flurry #ECF9CA
Tints of Snow Flurry #ECF9CA
RGB
CMYK
RGB Variations
Color information
#ECF9CA (or 0xECF9CA) is known color: Snow Flurry. HEX triplet: EC, F9 and CA. RGB value is (236,249,202). Sum of RGB (Red+Green+Blue) = 236+249+202=687 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.35% from 687); Green value is 249 (97.66% from 255 or 36.24% from 687); Blue value is 202 (79.30% from 255 or 29.40% from 687); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF9CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF9CA is #130635. Grayscale: #EFEFEF. Windows color (decimal): -1246774 or 13302252. OLE color: 13302252.
HSL color Cylindrical-coordinate representation of color #ECF9CA: hue angle of 76.6º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECF9CA is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 202 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.02 |
| HSL | 76.6º | 0.8% | 0.88% | - |
| HSV(B) | 76.6º | 0.19% | 0.98% | - |
| XYZ | 79.13 | 89.85 | 69.05 | - |
| YUV | 239.76 | 106.69 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 202 | 0.05 | 0 | 0.19 | 0.02 | 76.6 | 0.8 | 0.88 |
| Hex | EC | F9 | CA | 5 | 0 | 13 | 2 | 4D | 50 | 58 |
| Octal | 354 | 371 | 312 | 5 | 0 | 23 | 2 | 115 | 120 | 130 |
| Binary | 11101100 | 11111001 | 11001010 | 101 | 0 | 10011 | 10 | 1001101 | 1010000 | 1011000 |
Color Harmonies of #ECF9CA
Complementary color
Monochromatic Colors of #ECF9CA
Black with #ECF9CA
Text Example
Text Example
White with #ECF9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF9CA; }
p { color: rgb(236,249,202); }
H1.HeaderClassName
{
color: #ECF9CA;
}
.AnyTagClassName
{
color: #ECF9CA;
}
</style>
background-color css
<style>
a { background-color: #ECF9CA; }
a { background-color: rgb(236,249,202); }
div.DivClassName
{
background-color: #ECF9CA;
}
.BgClassName
{
background-color: #ECF9CA;
}
</style>
border-color css
<style>
span { border-color: #ECF9CA; }
span { border-color: rgb(236,249,202); }
td.TdClassName
{
border-color: #ECF9CA;
}
.TagClassName
{
border-color: #ECF9CA;
}
</style>