Shades of Snow Flurry #ECF8D2
Tints of Snow Flurry #ECF8D2
RGB
CMYK
RGB Variations
Color information
#ECF8D2 (or 0xECF8D2) is known color: Snow Flurry. HEX triplet: EC, F8 and D2. RGB value is (236,248,210). Sum of RGB (Red+Green+Blue) = 236+248+210=694 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.01% from 694); Green value is 248 (97.27% from 255 or 35.73% from 694); Blue value is 210 (82.42% from 255 or 30.26% from 694); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF8D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF8D2 is #13072D. Grayscale: #F0F0F0. Windows color (decimal): -1247022 or 13826284. OLE color: 13826284.
HSL color Cylindrical-coordinate representation of color #ECF8D2: hue angle of 78.95º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECF8D2 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 210 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.03 |
| HSL | 78.95º | 0.73% | 0.9% | - |
| HSV(B) | 78.95º | 0.15% | 0.97% | - |
| XYZ | 79.79 | 89.62 | 74.07 | - |
| YUV | 240.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 210 | 0.05 | 0 | 0.15 | 0.03 | 78.95 | 0.73 | 0.9 |
| Hex | EC | F8 | D2 | 5 | 0 | F | 3 | 4F | 49 | 5A |
| Octal | 354 | 370 | 322 | 5 | 0 | 17 | 3 | 117 | 111 | 132 |
| Binary | 11101100 | 11111000 | 11010010 | 101 | 0 | 1111 | 11 | 1001111 | 1001001 | 1011010 |
Color Harmonies of #ECF8D2
Complementary color
Monochromatic Colors of #ECF8D2
Black with #ECF8D2
Text Example
Text Example
White with #ECF8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF8D2; }
p { color: rgb(236,248,210); }
H1.HeaderClassName
{
color: #ECF8D2;
}
.AnyTagClassName
{
color: #ECF8D2;
}
</style>
background-color css
<style>
a { background-color: #ECF8D2; }
a { background-color: rgb(236,248,210); }
div.DivClassName
{
background-color: #ECF8D2;
}
.BgClassName
{
background-color: #ECF8D2;
}
</style>
border-color css
<style>
span { border-color: #ECF8D2; }
span { border-color: rgb(236,248,210); }
td.TdClassName
{
border-color: #ECF8D2;
}
.TagClassName
{
border-color: #ECF8D2;
}
</style>