Shades of Snow Flurry #EDFEC5
Tints of Snow Flurry #EDFEC5
RGB
CMYK
RGB Variations
Color information
#EDFEC5 (or 0xEDFEC5) is known color: Snow Flurry. HEX triplet: ED, FE and C5. RGB value is (237,254,197). Sum of RGB (Red+Green+Blue) = 237+254+197=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 254 (99.61% from 255 or 36.92% from 688); Blue value is 197 (77.34% from 255 or 28.63% from 688); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFEC5 is #12013A. Grayscale: #F2F2F2. Windows color (decimal): -1179963 or 12975853. OLE color: 12975853.
HSL color Cylindrical-coordinate representation of color #EDFEC5: hue angle of 77.89º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDFEC5 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 197 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.00 |
| HSL | 77.89º | 0.97% | 0.88% | - |
| HSV(B) | 77.89º | 0.22% | 1% | - |
| XYZ | 80.44 | 92.92 | 66.52 | - |
| YUV | 242.42 | 102.37 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 197 | 0.07 | 0 | 0.22 | 0.00 | 77.89 | 0.97 | 0.88 |
| Hex | ED | FE | C5 | 7 | 0 | 16 | 0 | 4E | 61 | 58 |
| Octal | 355 | 376 | 305 | 7 | 0 | 26 | 0 | 116 | 141 | 130 |
| Binary | 11101101 | 11111110 | 11000101 | 111 | 0 | 10110 | 0 | 1001110 | 1100001 | 1011000 |
Color Harmonies of #EDFEC5
Complementary color
Monochromatic Colors of #EDFEC5
Black with #EDFEC5
Text Example
Text Example
White with #EDFEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFEC5; }
p { color: rgb(237,254,197); }
H1.HeaderClassName
{
color: #EDFEC5;
}
.AnyTagClassName
{
color: #EDFEC5;
}
</style>
background-color css
<style>
a { background-color: #EDFEC5; }
a { background-color: rgb(237,254,197); }
div.DivClassName
{
background-color: #EDFEC5;
}
.BgClassName
{
background-color: #EDFEC5;
}
</style>
border-color css
<style>
span { border-color: #EDFEC5; }
span { border-color: rgb(237,254,197); }
td.TdClassName
{
border-color: #EDFEC5;
}
.TagClassName
{
border-color: #EDFEC5;
}
</style>