Shades of Snow Flurry #EDFEC9
Tints of Snow Flurry #EDFEC9
RGB
CMYK
RGB Variations
Color information
#EDFEC9 (or 0xEDFEC9) is known color: Snow Flurry. HEX triplet: ED, FE and C9. RGB value is (237,254,201). Sum of RGB (Red+Green+Blue) = 237+254+201=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 201 (78.91% from 255 or 29.05% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFEC9 is #120136. Grayscale: #F3F3F3. Windows color (decimal): -1179959 or 13237997. OLE color: 13237997.
HSL color Cylindrical-coordinate representation of color #EDFEC9: hue angle of 79.25º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDFEC9 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 201 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.00 |
| HSL | 79.25º | 0.96% | 0.89% | - |
| HSV(B) | 79.25º | 0.21% | 1% | - |
| XYZ | 80.91 | 93.11 | 68.97 | - |
| YUV | 242.88 | 104.37 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 201 | 0.07 | 0 | 0.21 | 0.00 | 79.25 | 0.96 | 0.89 |
| Hex | ED | FE | C9 | 7 | 0 | 15 | 0 | 4F | 60 | 59 |
| Octal | 355 | 376 | 311 | 7 | 0 | 25 | 0 | 117 | 140 | 131 |
| Binary | 11101101 | 11111110 | 11001001 | 111 | 0 | 10101 | 0 | 1001111 | 1100000 | 1011001 |
Color Harmonies of #EDFEC9
Complementary color
Monochromatic Colors of #EDFEC9
Black with #EDFEC9
Text Example
Text Example
White with #EDFEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFEC9; }
p { color: rgb(237,254,201); }
H1.HeaderClassName
{
color: #EDFEC9;
}
.AnyTagClassName
{
color: #EDFEC9;
}
</style>
background-color css
<style>
a { background-color: #EDFEC9; }
a { background-color: rgb(237,254,201); }
div.DivClassName
{
background-color: #EDFEC9;
}
.BgClassName
{
background-color: #EDFEC9;
}
</style>
border-color css
<style>
span { border-color: #EDFEC9; }
span { border-color: rgb(237,254,201); }
td.TdClassName
{
border-color: #EDFEC9;
}
.TagClassName
{
border-color: #EDFEC9;
}
</style>