Shades of Snow Flurry #EDFBC0
Tints of Snow Flurry #EDFBC0
RGB
CMYK
RGB Variations
Color information
#EDFBC0 (or 0xEDFBC0) is known color: Snow Flurry. HEX triplet: ED, FB and C0. RGB value is (237,251,192). Sum of RGB (Red+Green+Blue) = 237+251+192=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 251 (98.44% from 255 or 36.91% from 680); Blue value is 192 (75.39% from 255 or 28.24% from 680); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBC0 is #12043F. Grayscale: #F0F0F0. Windows color (decimal): -1180736 or 12647405. OLE color: 12647405.
HSL color Cylindrical-coordinate representation of color #EDFBC0: hue angle of 74.24º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDFBC0 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 192 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.02 |
| HSL | 74.24º | 0.88% | 0.87% | - |
| HSV(B) | 74.24º | 0.24% | 0.98% | - |
| XYZ | 78.94 | 90.8 | 63.24 | - |
| YUV | 240.09 | 100.86 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 192 | 0.06 | 0 | 0.24 | 0.02 | 74.24 | 0.88 | 0.87 |
| Hex | ED | FB | C0 | 6 | 0 | 18 | 2 | 4A | 58 | 57 |
| Octal | 355 | 373 | 300 | 6 | 0 | 30 | 2 | 112 | 130 | 127 |
| Binary | 11101101 | 11111011 | 11000000 | 110 | 0 | 11000 | 10 | 1001010 | 1011000 | 1010111 |
Color Harmonies of #EDFBC0
Complementary color
Monochromatic Colors of #EDFBC0
Black with #EDFBC0
Text Example
Text Example
White with #EDFBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFBC0; }
p { color: rgb(237,251,192); }
H1.HeaderClassName
{
color: #EDFBC0;
}
.AnyTagClassName
{
color: #EDFBC0;
}
</style>
background-color css
<style>
a { background-color: #EDFBC0; }
a { background-color: rgb(237,251,192); }
div.DivClassName
{
background-color: #EDFBC0;
}
.BgClassName
{
background-color: #EDFBC0;
}
</style>
border-color css
<style>
span { border-color: #EDFBC0; }
span { border-color: rgb(237,251,192); }
td.TdClassName
{
border-color: #EDFBC0;
}
.TagClassName
{
border-color: #EDFBC0;
}
</style>