Shades of Snow Flurry #ECF5C4
Tints of Snow Flurry #ECF5C4
RGB
CMYK
RGB Variations
Color information
#ECF5C4 (or 0xECF5C4) is known color: Snow Flurry. HEX triplet: EC, F5 and C4. RGB value is (236,245,196). Sum of RGB (Red+Green+Blue) = 236+245+196=677 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.86% from 677); Green value is 245 (96.09% from 255 or 36.19% from 677); Blue value is 196 (76.95% from 255 or 28.95% from 677); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF5C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF5C4 is #130A3B. Grayscale: #ECECEC. Windows color (decimal): -1247804 or 12908012. OLE color: 12908012.
HSL color Cylindrical-coordinate representation of color #ECF5C4: hue angle of 71.02º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECF5C4 is Cyan = 0.04, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 196 | - |
| CMYK | 0.04 | 0 | 0.2 | 0.04 |
| HSL | 71.02º | 0.71% | 0.86% | - |
| HSV(B) | 71.02º | 0.2% | 0.96% | - |
| XYZ | 77.21 | 87.12 | 64.97 | - |
| YUV | 236.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 196 | 0.04 | 0 | 0.2 | 0.04 | 71.02 | 0.71 | 0.86 |
| Hex | EC | F5 | C4 | 4 | 0 | 14 | 4 | 47 | 47 | 56 |
| Octal | 354 | 365 | 304 | 4 | 0 | 24 | 4 | 107 | 107 | 126 |
| Binary | 11101100 | 11110101 | 11000100 | 100 | 0 | 10100 | 100 | 1000111 | 1000111 | 1010110 |
Color Harmonies of #ECF5C4
Complementary color
Monochromatic Colors of #ECF5C4
Black with #ECF5C4
Text Example
Text Example
White with #ECF5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF5C4; }
p { color: rgb(236,245,196); }
H1.HeaderClassName
{
color: #ECF5C4;
}
.AnyTagClassName
{
color: #ECF5C4;
}
</style>
background-color css
<style>
a { background-color: #ECF5C4; }
a { background-color: rgb(236,245,196); }
div.DivClassName
{
background-color: #ECF5C4;
}
.BgClassName
{
background-color: #ECF5C4;
}
</style>
border-color css
<style>
span { border-color: #ECF5C4; }
span { border-color: rgb(236,245,196); }
td.TdClassName
{
border-color: #ECF5C4;
}
.TagClassName
{
border-color: #ECF5C4;
}
</style>