Shades of Snow Flurry #EDFABF
Tints of Snow Flurry #EDFABF
RGB
CMYK
RGB Variations
Color information
#EDFABF (or 0xEDFABF) is known color: Snow Flurry. HEX triplet: ED, FA and BF. RGB value is (237,250,191). Sum of RGB (Red+Green+Blue) = 237+250+191=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 250 (98.05% from 255 or 36.87% from 678); Blue value is 191 (75% from 255 or 28.17% from 678); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFABF is #120540. Grayscale: #EFEFEF. Windows color (decimal): -1180993 or 12581613. OLE color: 12581613.
HSL color Cylindrical-coordinate representation of color #EDFABF: hue angle of 73.22º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDFABF is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 250 | 191 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.02 |
| HSL | 73.22º | 0.86% | 0.86% | - |
| HSV(B) | 73.22º | 0.24% | 0.98% | - |
| XYZ | 78.51 | 90.14 | 62.55 | - |
| YUV | 239.39 | 100.69 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 250 | 191 | 0.05 | 0 | 0.24 | 0.02 | 73.22 | 0.86 | 0.86 |
| Hex | ED | FA | BF | 5 | 0 | 18 | 2 | 49 | 56 | 56 |
| Octal | 355 | 372 | 277 | 5 | 0 | 30 | 2 | 111 | 126 | 126 |
| Binary | 11101101 | 11111010 | 10111111 | 101 | 0 | 11000 | 10 | 1001001 | 1010110 | 1010110 |
Color Harmonies of #EDFABF
Complementary color
Monochromatic Colors of #EDFABF
Black with #EDFABF
Text Example
Text Example
White with #EDFABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFABF; }
p { color: rgb(237,250,191); }
H1.HeaderClassName
{
color: #EDFABF;
}
.AnyTagClassName
{
color: #EDFABF;
}
</style>
background-color css
<style>
a { background-color: #EDFABF; }
a { background-color: rgb(237,250,191); }
div.DivClassName
{
background-color: #EDFABF;
}
.BgClassName
{
background-color: #EDFABF;
}
</style>
border-color css
<style>
span { border-color: #EDFABF; }
span { border-color: rgb(237,250,191); }
td.TdClassName
{
border-color: #EDFABF;
}
.TagClassName
{
border-color: #EDFABF;
}
</style>