Shades of Snow Flurry #EDFBC2
Tints of Snow Flurry #EDFBC2
RGB
CMYK
RGB Variations
Color information
#EDFBC2 (or 0xEDFBC2) is known color: Snow Flurry. HEX triplet: ED, FB and C2. RGB value is (237,251,194). Sum of RGB (Red+Green+Blue) = 237+251+194=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 194 (76.17% from 255 or 28.45% from 682); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBC2 is #12043D. Grayscale: #F0F0F0. Windows color (decimal): -1180734 or 12778477. OLE color: 12778477.
HSL color Cylindrical-coordinate representation of color #EDFBC2: hue angle of 74.74º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDFBC2 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 251 | 194 | - |
CMYK | 0.06 | 0 | 0.23 | 0.02 |
HSL | 74.74º | 0.88% | 0.87% | - |
HSV(B) | 74.74º | 0.23% | 0.98% | - |
XYZ | 79.16 | 90.89 | 64.41 | - |
YUV | 240.32 | 101.86 | 125.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 251 | 194 | 0.06 | 0 | 0.23 | 0.02 | 74.74 | 0.88 | 0.87 |
Hex | ED | FB | C2 | 6 | 0 | 17 | 2 | 4B | 58 | 57 |
Octal | 355 | 373 | 302 | 6 | 0 | 27 | 2 | 113 | 130 | 127 |
Binary | 11101101 | 11111011 | 11000010 | 110 | 0 | 10111 | 10 | 1001011 | 1011000 | 1010111 |
Color Harmonies of #EDFBC2
Complementary color
Monochromatic Colors of #EDFBC2
Black with #EDFBC2
Text Example
Text Example
White with #EDFBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFBC2; }
p { color: rgb(237,251,194); }
H1.HeaderClassName
{
color: #EDFBC2;
}
.AnyTagClassName
{
color: #EDFBC2;
}
</style>
background-color css
<style>
a { background-color: #EDFBC2; }
a { background-color: rgb(237,251,194); }
div.DivClassName
{
background-color: #EDFBC2;
}
.BgClassName
{
background-color: #EDFBC2;
}
</style>
border-color css
<style>
span { border-color: #EDFBC2; }
span { border-color: rgb(237,251,194); }
td.TdClassName
{
border-color: #EDFBC2;
}
.TagClassName
{
border-color: #EDFBC2;
}
</style>