Shades of Snow Flurry #EDFAC1
Tints of Snow Flurry #EDFAC1
RGB
CMYK
RGB Variations
Color information
#EDFAC1 (or 0xEDFAC1) is known color: Snow Flurry. HEX triplet: ED, FA and C1. RGB value is (237,250,193). Sum of RGB (Red+Green+Blue) = 237+250+193=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 193 (75.78% from 255 or 28.38% from 680); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAC1 is #12053E. Grayscale: #EFEFEF. Windows color (decimal): -1180991 or 12712685. OLE color: 12712685.
HSL color Cylindrical-coordinate representation of color #EDFAC1: hue angle of 73.68º degrees, saturation: 0.85, 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 #EDFAC1 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 250 | 193 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.02 |
| HSL | 73.68º | 0.85% | 0.87% | - |
| HSV(B) | 73.68º | 0.23% | 0.98% | - |
| XYZ | 78.74 | 90.23 | 63.72 | - |
| YUV | 239.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 250 | 193 | 0.05 | 0 | 0.23 | 0.02 | 73.68 | 0.85 | 0.87 |
| Hex | ED | FA | C1 | 5 | 0 | 17 | 2 | 4A | 55 | 57 |
| Octal | 355 | 372 | 301 | 5 | 0 | 27 | 2 | 112 | 125 | 127 |
| Binary | 11101101 | 11111010 | 11000001 | 101 | 0 | 10111 | 10 | 1001010 | 1010101 | 1010111 |
Color Harmonies of #EDFAC1
Complementary color
Monochromatic Colors of #EDFAC1
Black with #EDFAC1
Text Example
Text Example
White with #EDFAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFAC1; }
p { color: rgb(237,250,193); }
H1.HeaderClassName
{
color: #EDFAC1;
}
.AnyTagClassName
{
color: #EDFAC1;
}
</style>
background-color css
<style>
a { background-color: #EDFAC1; }
a { background-color: rgb(237,250,193); }
div.DivClassName
{
background-color: #EDFAC1;
}
.BgClassName
{
background-color: #EDFAC1;
}
</style>
border-color css
<style>
span { border-color: #EDFAC1; }
span { border-color: rgb(237,250,193); }
td.TdClassName
{
border-color: #EDFAC1;
}
.TagClassName
{
border-color: #EDFAC1;
}
</style>