Shades of Snow Flurry #EDF9C8
Tints of Snow Flurry #EDF9C8
RGB
CMYK
RGB Variations
Color information
#EDF9C8 (or 0xEDF9C8) is known color: Snow Flurry. HEX triplet: ED, F9 and C8. RGB value is (237,249,200). Sum of RGB (Red+Green+Blue) = 237+249+200=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 249 (97.66% from 255 or 36.30% from 686); Blue value is 200 (78.52% from 255 or 29.15% from 686); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9C8 is #120637. Grayscale: #F0F0F0. Windows color (decimal): -1181240 or 13171181. OLE color: 13171181.
HSL color Cylindrical-coordinate representation of color #EDF9C8: hue angle of 74.69º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDF9C8 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 200 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.02 |
| HSL | 74.69º | 0.8% | 0.88% | - |
| HSV(B) | 74.69º | 0.2% | 0.98% | - |
| XYZ | 79.23 | 89.93 | 67.83 | - |
| YUV | 239.83 | 105.52 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 200 | 0.05 | 0 | 0.20 | 0.02 | 74.69 | 0.8 | 0.88 |
| Hex | ED | F9 | C8 | 5 | 0 | 14 | 2 | 4B | 50 | 58 |
| Octal | 355 | 371 | 310 | 5 | 0 | 24 | 2 | 113 | 120 | 130 |
| Binary | 11101101 | 11111001 | 11001000 | 101 | 0 | 10100 | 10 | 1001011 | 1010000 | 1011000 |
Color Harmonies of #EDF9C8
Complementary color
Monochromatic Colors of #EDF9C8
Black with #EDF9C8
Text Example
Text Example
White with #EDF9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF9C8; }
p { color: rgb(237,249,200); }
H1.HeaderClassName
{
color: #EDF9C8;
}
.AnyTagClassName
{
color: #EDF9C8;
}
</style>
background-color css
<style>
a { background-color: #EDF9C8; }
a { background-color: rgb(237,249,200); }
div.DivClassName
{
background-color: #EDF9C8;
}
.BgClassName
{
background-color: #EDF9C8;
}
</style>
border-color css
<style>
span { border-color: #EDF9C8; }
span { border-color: rgb(237,249,200); }
td.TdClassName
{
border-color: #EDF9C8;
}
.TagClassName
{
border-color: #EDF9C8;
}
</style>