Shades of Snow Flurry #EDF9C9
Tints of Snow Flurry #EDF9C9
RGB
CMYK
RGB Variations
Color information
#EDF9C9 (or 0xEDF9C9) is known color: Snow Flurry. HEX triplet: ED, F9 and C9. RGB value is (237,249,201). Sum of RGB (Red+Green+Blue) = 237+249+201=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 249 (97.66% from 255 or 36.24% from 687); Blue value is 201 (78.91% from 255 or 29.26% from 687); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9C9 is #120636. Grayscale: #F0F0F0. Windows color (decimal): -1181239 or 13236717. OLE color: 13236717.
HSL color Cylindrical-coordinate representation of color #EDF9C9: hue angle of 75º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDF9C9 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 201 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.02 |
| HSL | 75º | 0.8% | 0.88% | - |
| HSV(B) | 75º | 0.19% | 0.98% | - |
| XYZ | 79.34 | 89.97 | 68.44 | - |
| YUV | 239.94 | 106.02 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 201 | 0.05 | 0 | 0.19 | 0.02 | 75 | 0.8 | 0.88 |
| Hex | ED | F9 | C9 | 5 | 0 | 13 | 2 | 4B | 50 | 58 |
| Octal | 355 | 371 | 311 | 5 | 0 | 23 | 2 | 113 | 120 | 130 |
| Binary | 11101101 | 11111001 | 11001001 | 101 | 0 | 10011 | 10 | 1001011 | 1010000 | 1011000 |
Color Harmonies of #EDF9C9
Complementary color
Monochromatic Colors of #EDF9C9
Black with #EDF9C9
Text Example
Text Example
White with #EDF9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF9C9; }
p { color: rgb(237,249,201); }
H1.HeaderClassName
{
color: #EDF9C9;
}
.AnyTagClassName
{
color: #EDF9C9;
}
</style>
background-color css
<style>
a { background-color: #EDF9C9; }
a { background-color: rgb(237,249,201); }
div.DivClassName
{
background-color: #EDF9C9;
}
.BgClassName
{
background-color: #EDF9C9;
}
</style>
border-color css
<style>
span { border-color: #EDF9C9; }
span { border-color: rgb(237,249,201); }
td.TdClassName
{
border-color: #EDF9C9;
}
.TagClassName
{
border-color: #EDF9C9;
}
</style>