Shades of Snow Flurry #ECF7CA
Tints of Snow Flurry #ECF7CA
RGB
CMYK
RGB Variations
Color information
#ECF7CA (or 0xECF7CA) is known color: Snow Flurry. HEX triplet: EC, F7 and CA. RGB value is (236,247,202). Sum of RGB (Red+Green+Blue) = 236+247+202=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 247 (96.88% from 255 or 36.06% from 685); Blue value is 202 (79.30% from 255 or 29.49% from 685); Max value from RGB is 247 - color contains mainly: green. Hex color #ECF7CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF7CA is #130835. Grayscale: #EEEEEE. Windows color (decimal): -1247286 or 13301740. OLE color: 13301740.
HSL color Cylindrical-coordinate representation of color #ECF7CA: hue angle of 74.67º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECF7CA is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 247 | 202 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.03 |
| HSL | 74.67º | 0.74% | 0.88% | - |
| HSV(B) | 74.67º | 0.18% | 0.97% | - |
| XYZ | 78.51 | 88.62 | 68.84 | - |
| YUV | 238.58 | 107.36 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 247 | 202 | 0.04 | 0 | 0.18 | 0.03 | 74.67 | 0.74 | 0.88 |
| Hex | EC | F7 | CA | 4 | 0 | 12 | 3 | 4B | 4A | 58 |
| Octal | 354 | 367 | 312 | 4 | 0 | 22 | 3 | 113 | 112 | 130 |
| Binary | 11101100 | 11110111 | 11001010 | 100 | 0 | 10010 | 11 | 1001011 | 1001010 | 1011000 |
Color Harmonies of #ECF7CA
Complementary color
Monochromatic Colors of #ECF7CA
Black with #ECF7CA
Text Example
Text Example
White with #ECF7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF7CA; }
p { color: rgb(236,247,202); }
H1.HeaderClassName
{
color: #ECF7CA;
}
.AnyTagClassName
{
color: #ECF7CA;
}
</style>
background-color css
<style>
a { background-color: #ECF7CA; }
a { background-color: rgb(236,247,202); }
div.DivClassName
{
background-color: #ECF7CA;
}
.BgClassName
{
background-color: #ECF7CA;
}
</style>
border-color css
<style>
span { border-color: #ECF7CA; }
span { border-color: rgb(236,247,202); }
td.TdClassName
{
border-color: #ECF7CA;
}
.TagClassName
{
border-color: #ECF7CA;
}
</style>