Shades of Snow Flurry #EDFEBF
Tints of Snow Flurry #EDFEBF
RGB
CMYK
RGB Variations
Color information
#EDFEBF (or 0xEDFEBF) is known color: Snow Flurry. HEX triplet: ED, FE and BF. RGB value is (237,254,191). Sum of RGB (Red+Green+Blue) = 237+254+191=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 254 (99.61% from 255 or 37.24% from 682); Blue value is 191 (75% from 255 or 28.01% from 682); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFEBF is #120140. Grayscale: #F1F1F1. Windows color (decimal): -1179969 or 12582637. OLE color: 12582637.
HSL color Cylindrical-coordinate representation of color #EDFEBF: hue angle of 76.19º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDFEBF is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 191 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.00 |
| HSL | 76.19º | 0.97% | 0.87% | - |
| HSV(B) | 76.19º | 0.25% | 1% | - |
| XYZ | 79.77 | 92.65 | 62.97 | - |
| YUV | 241.74 | 99.37 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 191 | 0.07 | 0 | 0.25 | 0.00 | 76.19 | 0.97 | 0.87 |
| Hex | ED | FE | BF | 7 | 0 | 19 | 0 | 4C | 61 | 57 |
| Octal | 355 | 376 | 277 | 7 | 0 | 31 | 0 | 114 | 141 | 127 |
| Binary | 11101101 | 11111110 | 10111111 | 111 | 0 | 11001 | 0 | 1001100 | 1100001 | 1010111 |
Color Harmonies of #EDFEBF
Complementary color
Monochromatic Colors of #EDFEBF
Black with #EDFEBF
Text Example
Text Example
White with #EDFEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFEBF; }
p { color: rgb(237,254,191); }
H1.HeaderClassName
{
color: #EDFEBF;
}
.AnyTagClassName
{
color: #EDFEBF;
}
</style>
background-color css
<style>
a { background-color: #EDFEBF; }
a { background-color: rgb(237,254,191); }
div.DivClassName
{
background-color: #EDFEBF;
}
.BgClassName
{
background-color: #EDFEBF;
}
</style>
border-color css
<style>
span { border-color: #EDFEBF; }
span { border-color: rgb(237,254,191); }
td.TdClassName
{
border-color: #EDFEBF;
}
.TagClassName
{
border-color: #EDFEBF;
}
</style>