Shades of Snow Flurry #ECF8D0
Tints of Snow Flurry #ECF8D0
RGB
CMYK
RGB Variations
Color information
#ECF8D0 (or 0xECF8D0) is known color: Snow Flurry. HEX triplet: EC, F8 and D0. RGB value is (236,248,208). Sum of RGB (Red+Green+Blue) = 236+248+208=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 248 (97.27% from 255 or 35.84% from 692); Blue value is 208 (81.64% from 255 or 30.06% from 692); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF8D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF8D0 is #13072F. Grayscale: #F0F0F0. Windows color (decimal): -1247024 or 13695212. OLE color: 13695212.
HSL color Cylindrical-coordinate representation of color #ECF8D0: hue angle of 78º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECF8D0 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 208 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.03 |
| HSL | 78º | 0.74% | 0.89% | - |
| HSV(B) | 78º | 0.16% | 0.97% | - |
| XYZ | 79.54 | 89.52 | 72.76 | - |
| YUV | 239.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 208 | 0.05 | 0 | 0.16 | 0.03 | 78 | 0.74 | 0.89 |
| Hex | EC | F8 | D0 | 5 | 0 | 10 | 3 | 4E | 4A | 59 |
| Octal | 354 | 370 | 320 | 5 | 0 | 20 | 3 | 116 | 112 | 131 |
| Binary | 11101100 | 11111000 | 11010000 | 101 | 0 | 10000 | 11 | 1001110 | 1001010 | 1011001 |
Color Harmonies of #ECF8D0
Complementary color
Monochromatic Colors of #ECF8D0
Black with #ECF8D0
Text Example
Text Example
White with #ECF8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF8D0; }
p { color: rgb(236,248,208); }
H1.HeaderClassName
{
color: #ECF8D0;
}
.AnyTagClassName
{
color: #ECF8D0;
}
</style>
background-color css
<style>
a { background-color: #ECF8D0; }
a { background-color: rgb(236,248,208); }
div.DivClassName
{
background-color: #ECF8D0;
}
.BgClassName
{
background-color: #ECF8D0;
}
</style>
border-color css
<style>
span { border-color: #ECF8D0; }
span { border-color: rgb(236,248,208); }
td.TdClassName
{
border-color: #ECF8D0;
}
.TagClassName
{
border-color: #ECF8D0;
}
</style>