Shades of Snow Flurry #EDF9D3
Tints of Snow Flurry #EDF9D3
RGB
CMYK
RGB Variations
Color information
#EDF9D3 (or 0xEDF9D3) is known color: Snow Flurry. HEX triplet: ED, F9 and D3. RGB value is (237,249,211). Sum of RGB (Red+Green+Blue) = 237+249+211=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 249 (97.66% from 255 or 35.72% from 697); Blue value is 211 (82.81% from 255 or 30.27% from 697); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9D3 is #12062C. Grayscale: #F1F1F1. Windows color (decimal): -1181229 or 13892077. OLE color: 13892077.
HSL color Cylindrical-coordinate representation of color #EDF9D3: hue angle of 78.95º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDF9D3 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 211 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.02 |
| HSL | 78.95º | 0.76% | 0.9% | - |
| HSV(B) | 78.95º | 0.15% | 0.98% | - |
| XYZ | 80.56 | 90.46 | 74.84 | - |
| YUV | 241.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 211 | 0.05 | 0 | 0.15 | 0.02 | 78.95 | 0.76 | 0.9 |
| Hex | ED | F9 | D3 | 5 | 0 | F | 2 | 4F | 4C | 5A |
| Octal | 355 | 371 | 323 | 5 | 0 | 17 | 2 | 117 | 114 | 132 |
| Binary | 11101101 | 11111001 | 11010011 | 101 | 0 | 1111 | 10 | 1001111 | 1001100 | 1011010 |
Color Harmonies of #EDF9D3
Complementary color
Monochromatic Colors of #EDF9D3
Black with #EDF9D3
Text Example
Text Example
White with #EDF9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF9D3; }
p { color: rgb(237,249,211); }
H1.HeaderClassName
{
color: #EDF9D3;
}
.AnyTagClassName
{
color: #EDF9D3;
}
</style>
background-color css
<style>
a { background-color: #EDF9D3; }
a { background-color: rgb(237,249,211); }
div.DivClassName
{
background-color: #EDF9D3;
}
.BgClassName
{
background-color: #EDF9D3;
}
</style>
border-color css
<style>
span { border-color: #EDF9D3; }
span { border-color: rgb(237,249,211); }
td.TdClassName
{
border-color: #EDF9D3;
}
.TagClassName
{
border-color: #EDF9D3;
}
</style>