Shades of Snow Flurry #ECF9D0
Tints of Snow Flurry #ECF9D0
RGB
CMYK
RGB Variations
Color information
#ECF9D0 (or 0xECF9D0) is known color: Snow Flurry. HEX triplet: EC, F9 and D0. RGB value is (236,249,208). Sum of RGB (Red+Green+Blue) = 236+249+208=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 249 (97.66% from 255 or 35.93% from 693); Blue value is 208 (81.64% from 255 or 30.01% from 693); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF9D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF9D0 is #13062F. Grayscale: #F0F0F0. Windows color (decimal): -1246768 or 13695468. OLE color: 13695468.
HSL color Cylindrical-coordinate representation of color #ECF9D0: hue angle of 79.02º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECF9D0 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 249 | 208 | - |
CMYK | 0.05 | 0 | 0.16 | 0.02 |
HSL | 79.02º | 0.77% | 0.9% | - |
HSV(B) | 79.02º | 0.16% | 0.98% | - |
XYZ | 79.85 | 90.14 | 72.86 | - |
YUV | 240.44 | 109.69 | 124.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 249 | 208 | 0.05 | 0 | 0.16 | 0.02 | 79.02 | 0.77 | 0.9 |
Hex | EC | F9 | D0 | 5 | 0 | 10 | 2 | 4F | 4D | 5A |
Octal | 354 | 371 | 320 | 5 | 0 | 20 | 2 | 117 | 115 | 132 |
Binary | 11101100 | 11111001 | 11010000 | 101 | 0 | 10000 | 10 | 1001111 | 1001101 | 1011010 |
Color Harmonies of #ECF9D0
Complementary color
Monochromatic Colors of #ECF9D0
Black with #ECF9D0
Text Example
Text Example
White with #ECF9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF9D0; }
p { color: rgb(236,249,208); }
H1.HeaderClassName
{
color: #ECF9D0;
}
.AnyTagClassName
{
color: #ECF9D0;
}
</style>
background-color css
<style>
a { background-color: #ECF9D0; }
a { background-color: rgb(236,249,208); }
div.DivClassName
{
background-color: #ECF9D0;
}
.BgClassName
{
background-color: #ECF9D0;
}
</style>
border-color css
<style>
span { border-color: #ECF9D0; }
span { border-color: rgb(236,249,208); }
td.TdClassName
{
border-color: #ECF9D0;
}
.TagClassName
{
border-color: #ECF9D0;
}
</style>