Shades of Snow Flurry #EDF8C7
Tints of Snow Flurry #EDF8C7
RGB
CMYK
RGB Variations
Color information
#EDF8C7 (or 0xEDF8C7) is known color: Snow Flurry. HEX triplet: ED, F8 and C7. RGB value is (237,248,199). Sum of RGB (Red+Green+Blue) = 237+248+199=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 248 (97.27% from 255 or 36.26% from 684); Blue value is 199 (78.12% from 255 or 29.09% from 684); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF8C7 is #120738. Grayscale: #EFEFEF. Windows color (decimal): -1181497 or 13105389. OLE color: 13105389.
HSL color Cylindrical-coordinate representation of color #EDF8C7: hue angle of 73.47º degrees, saturation: 0.78, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDF8C7 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 199 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.03 |
| HSL | 73.47º | 0.78% | 0.88% | - |
| HSV(B) | 73.47º | 0.2% | 0.97% | - |
| XYZ | 78.8 | 89.26 | 67.11 | - |
| YUV | 239.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 199 | 0.04 | 0 | 0.20 | 0.03 | 73.47 | 0.78 | 0.88 |
| Hex | ED | F8 | C7 | 4 | 0 | 14 | 3 | 49 | 4E | 58 |
| Octal | 355 | 370 | 307 | 4 | 0 | 24 | 3 | 111 | 116 | 130 |
| Binary | 11101101 | 11111000 | 11000111 | 100 | 0 | 10100 | 11 | 1001001 | 1001110 | 1011000 |
Color Harmonies of #EDF8C7
Complementary color
Monochromatic Colors of #EDF8C7
Black with #EDF8C7
Text Example
Text Example
White with #EDF8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF8C7; }
p { color: rgb(237,248,199); }
H1.HeaderClassName
{
color: #EDF8C7;
}
.AnyTagClassName
{
color: #EDF8C7;
}
</style>
background-color css
<style>
a { background-color: #EDF8C7; }
a { background-color: rgb(237,248,199); }
div.DivClassName
{
background-color: #EDF8C7;
}
.BgClassName
{
background-color: #EDF8C7;
}
</style>
border-color css
<style>
span { border-color: #EDF8C7; }
span { border-color: rgb(237,248,199); }
td.TdClassName
{
border-color: #EDF8C7;
}
.TagClassName
{
border-color: #EDF8C7;
}
</style>