Shades of Snow Flurry #EDFACC
Tints of Snow Flurry #EDFACC
RGB
CMYK
RGB Variations
Color information
#EDFACC (or 0xEDFACC) is known color: Snow Flurry. HEX triplet: ED, FA and CC. RGB value is (237,250,204). Sum of RGB (Red+Green+Blue) = 237+250+204=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 250 (98.05% from 255 or 36.18% from 691); Blue value is 204 (80.08% from 255 or 29.52% from 691); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFACC is #120533. Grayscale: #F1F1F1. Windows color (decimal): -1180980 or 13433581. OLE color: 13433581.
HSL color Cylindrical-coordinate representation of color #EDFACC: hue angle of 76.96º degrees, saturation: 0.82, 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 #EDFACC is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 250 | 204 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.02 |
| HSL | 76.96º | 0.82% | 0.89% | - |
| HSV(B) | 76.96º | 0.18% | 0.98% | - |
| XYZ | 80.01 | 90.74 | 70.42 | - |
| YUV | 240.87 | 107.19 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 250 | 204 | 0.05 | 0 | 0.18 | 0.02 | 76.96 | 0.82 | 0.89 |
| Hex | ED | FA | CC | 5 | 0 | 12 | 2 | 4D | 52 | 59 |
| Octal | 355 | 372 | 314 | 5 | 0 | 22 | 2 | 115 | 122 | 131 |
| Binary | 11101101 | 11111010 | 11001100 | 101 | 0 | 10010 | 10 | 1001101 | 1010010 | 1011001 |
Color Harmonies of #EDFACC
Complementary color
Monochromatic Colors of #EDFACC
Black with #EDFACC
Text Example
Text Example
White with #EDFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFACC; }
p { color: rgb(237,250,204); }
H1.HeaderClassName
{
color: #EDFACC;
}
.AnyTagClassName
{
color: #EDFACC;
}
</style>
background-color css
<style>
a { background-color: #EDFACC; }
a { background-color: rgb(237,250,204); }
div.DivClassName
{
background-color: #EDFACC;
}
.BgClassName
{
background-color: #EDFACC;
}
</style>
border-color css
<style>
span { border-color: #EDFACC; }
span { border-color: rgb(237,250,204); }
td.TdClassName
{
border-color: #EDFACC;
}
.TagClassName
{
border-color: #EDFACC;
}
</style>