Shades of Snow Flurry #ECF9D5
Tints of Snow Flurry #ECF9D5
RGB
CMYK
RGB Variations
Color information
#ECF9D5 (or 0xECF9D5) is known color: Snow Flurry. HEX triplet: EC, F9 and D5. RGB value is (236,249,213). Sum of RGB (Red+Green+Blue) = 236+249+213=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 249 (97.66% from 255 or 35.67% from 698); Blue value is 213 (83.59% from 255 or 30.52% from 698); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF9D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF9D5 is #13062A. Grayscale: #F1F1F1. Windows color (decimal): -1246763 or 14023148. OLE color: 14023148.
HSL color Cylindrical-coordinate representation of color #ECF9D5: hue angle of 81.67º degrees, saturation: 0.75, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECF9D5 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 213 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.02 |
| HSL | 81.67º | 0.75% | 0.91% | - |
| HSV(B) | 81.67º | 0.14% | 0.98% | - |
| XYZ | 80.48 | 90.39 | 76.16 | - |
| YUV | 241.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 213 | 0.05 | 0 | 0.14 | 0.02 | 81.67 | 0.75 | 0.91 |
| Hex | EC | F9 | D5 | 5 | 0 | E | 2 | 52 | 4B | 5B |
| Octal | 354 | 371 | 325 | 5 | 0 | 16 | 2 | 122 | 113 | 133 |
| Binary | 11101100 | 11111001 | 11010101 | 101 | 0 | 1110 | 10 | 1010010 | 1001011 | 1011011 |
Color Harmonies of #ECF9D5
Complementary color
Monochromatic Colors of #ECF9D5
Black with #ECF9D5
Text Example
Text Example
White with #ECF9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF9D5; }
p { color: rgb(236,249,213); }
H1.HeaderClassName
{
color: #ECF9D5;
}
.AnyTagClassName
{
color: #ECF9D5;
}
</style>
background-color css
<style>
a { background-color: #ECF9D5; }
a { background-color: rgb(236,249,213); }
div.DivClassName
{
background-color: #ECF9D5;
}
.BgClassName
{
background-color: #ECF9D5;
}
</style>
border-color css
<style>
span { border-color: #ECF9D5; }
span { border-color: rgb(236,249,213); }
td.TdClassName
{
border-color: #ECF9D5;
}
.TagClassName
{
border-color: #ECF9D5;
}
</style>