Shades of Snow Flurry #EDFBCD
Tints of Snow Flurry #EDFBCD
RGB
CMYK
RGB Variations
Color information
#EDFBCD (or 0xEDFBCD) is known color: Snow Flurry. HEX triplet: ED, FB and CD. RGB value is (237,251,205). Sum of RGB (Red+Green+Blue) = 237+251+205=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 251 (98.44% from 255 or 36.22% from 693); Blue value is 205 (80.47% from 255 or 29.58% from 693); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBCD is #120432. Grayscale: #F1F1F1. Windows color (decimal): -1180723 or 13499373. OLE color: 13499373.
HSL color Cylindrical-coordinate representation of color #EDFBCD: hue angle of 78.26º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDFBCD is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 251 | 205 | - |
CMYK | 0.06 | 0 | 0.18 | 0.02 |
HSL | 78.26º | 0.85% | 0.89% | - |
HSV(B) | 78.26º | 0.18% | 0.98% | - |
XYZ | 80.44 | 91.41 | 71.16 | - |
YUV | 241.57 | 107.36 | 124.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 251 | 205 | 0.06 | 0 | 0.18 | 0.02 | 78.26 | 0.85 | 0.89 |
Hex | ED | FB | CD | 6 | 0 | 12 | 2 | 4E | 55 | 59 |
Octal | 355 | 373 | 315 | 6 | 0 | 22 | 2 | 116 | 125 | 131 |
Binary | 11101101 | 11111011 | 11001101 | 110 | 0 | 10010 | 10 | 1001110 | 1010101 | 1011001 |
Color Harmonies of #EDFBCD
Complementary color
Monochromatic Colors of #EDFBCD
Black with #EDFBCD
Text Example
Text Example
White with #EDFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFBCD; }
p { color: rgb(237,251,205); }
H1.HeaderClassName
{
color: #EDFBCD;
}
.AnyTagClassName
{
color: #EDFBCD;
}
</style>
background-color css
<style>
a { background-color: #EDFBCD; }
a { background-color: rgb(237,251,205); }
div.DivClassName
{
background-color: #EDFBCD;
}
.BgClassName
{
background-color: #EDFBCD;
}
</style>
border-color css
<style>
span { border-color: #EDFBCD; }
span { border-color: rgb(237,251,205); }
td.TdClassName
{
border-color: #EDFBCD;
}
.TagClassName
{
border-color: #EDFBCD;
}
</style>