Shades of Snow Flurry #EDFBCC
Tints of Snow Flurry #EDFBCC
RGB
CMYK
RGB Variations
Color information
#EDFBCC (or 0xEDFBCC) is known color: Snow Flurry. HEX triplet: ED, FB and CC. RGB value is (237,251,204). Sum of RGB (Red+Green+Blue) = 237+251+204=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 251 (98.44% from 255 or 36.27% from 692); Blue value is 204 (80.08% from 255 or 29.48% from 692); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBCC is #120433. Grayscale: #F1F1F1. Windows color (decimal): -1180724 or 13433837. OLE color: 13433837.
HSL color Cylindrical-coordinate representation of color #EDFBCC: hue angle of 77.87º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDFBCC is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 204 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.02 |
| HSL | 77.87º | 0.85% | 0.89% | - |
| HSV(B) | 77.87º | 0.19% | 0.98% | - |
| XYZ | 80.32 | 91.36 | 70.53 | - |
| YUV | 241.46 | 106.86 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 204 | 0.06 | 0 | 0.19 | 0.02 | 77.87 | 0.85 | 0.89 |
| Hex | ED | FB | CC | 6 | 0 | 13 | 2 | 4E | 55 | 59 |
| Octal | 355 | 373 | 314 | 6 | 0 | 23 | 2 | 116 | 125 | 131 |
| Binary | 11101101 | 11111011 | 11001100 | 110 | 0 | 10011 | 10 | 1001110 | 1010101 | 1011001 |
Color Harmonies of #EDFBCC
Complementary color
Monochromatic Colors of #EDFBCC
Black with #EDFBCC
Text Example
Text Example
White with #EDFBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFBCC; }
p { color: rgb(237,251,204); }
H1.HeaderClassName
{
color: #EDFBCC;
}
.AnyTagClassName
{
color: #EDFBCC;
}
</style>
background-color css
<style>
a { background-color: #EDFBCC; }
a { background-color: rgb(237,251,204); }
div.DivClassName
{
background-color: #EDFBCC;
}
.BgClassName
{
background-color: #EDFBCC;
}
</style>
border-color css
<style>
span { border-color: #EDFBCC; }
span { border-color: rgb(237,251,204); }
td.TdClassName
{
border-color: #EDFBCC;
}
.TagClassName
{
border-color: #EDFBCC;
}
</style>