Shades of Snow Flurry #EDF8D7
Tints of Snow Flurry #EDF8D7
RGB
CMYK
RGB Variations
Color information
#EDF8D7 (or 0xEDF8D7) is known color: Snow Flurry. HEX triplet: ED, F8 and D7. RGB value is (237,248,215). Sum of RGB (Red+Green+Blue) = 237+248+215=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 248 (97.27% from 255 or 35.43% from 700); Blue value is 215 (84.38% from 255 or 30.71% from 700); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF8D7 is #120728. Grayscale: #F1F1F1. Windows color (decimal): -1181481 or 14153965. OLE color: 14153965.
HSL color Cylindrical-coordinate representation of color #EDF8D7: hue angle of 80º degrees, saturation: 0.7, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDF8D7 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 215 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.03 |
| HSL | 80º | 0.7% | 0.91% | - |
| HSV(B) | 80º | 0.13% | 0.97% | - |
| XYZ | 80.76 | 90.05 | 77.41 | - |
| YUV | 240.95 | 113.36 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 215 | 0.04 | 0 | 0.13 | 0.03 | 80 | 0.7 | 0.91 |
| Hex | ED | F8 | D7 | 4 | 0 | D | 3 | 50 | 46 | 5B |
| Octal | 355 | 370 | 327 | 4 | 0 | 15 | 3 | 120 | 106 | 133 |
| Binary | 11101101 | 11111000 | 11010111 | 100 | 0 | 1101 | 11 | 1010000 | 1000110 | 1011011 |
Color Harmonies of #EDF8D7
Complementary color
Monochromatic Colors of #EDF8D7
Black with #EDF8D7
Text Example
Text Example
White with #EDF8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF8D7; }
p { color: rgb(237,248,215); }
H1.HeaderClassName
{
color: #EDF8D7;
}
.AnyTagClassName
{
color: #EDF8D7;
}
</style>
background-color css
<style>
a { background-color: #EDF8D7; }
a { background-color: rgb(237,248,215); }
div.DivClassName
{
background-color: #EDF8D7;
}
.BgClassName
{
background-color: #EDF8D7;
}
</style>
border-color css
<style>
span { border-color: #EDF8D7; }
span { border-color: rgb(237,248,215); }
td.TdClassName
{
border-color: #EDF8D7;
}
.TagClassName
{
border-color: #EDF8D7;
}
</style>