Shades of Snow Flurry #EDFDC2
Tints of Snow Flurry #EDFDC2
RGB
CMYK
RGB Variations
Color information
#EDFDC2 (or 0xEDFDC2) is known color: Snow Flurry. HEX triplet: ED, FD and C2. RGB value is (237,253,194). Sum of RGB (Red+Green+Blue) = 237+253+194=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 194 (76.17% from 255 or 28.36% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDC2 is #12023D. Grayscale: #F1F1F1. Windows color (decimal): -1180222 or 12778989. OLE color: 12778989.
HSL color Cylindrical-coordinate representation of color #EDFDC2: hue angle of 76.27º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDFDC2 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 253 | 194 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.01 |
| HSL | 76.27º | 0.94% | 0.88% | - |
| HSV(B) | 76.27º | 0.23% | 0.99% | - |
| XYZ | 79.79 | 92.15 | 64.62 | - |
| YUV | 241.49 | 101.2 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 253 | 194 | 0.06 | 0 | 0.23 | 0.01 | 76.27 | 0.94 | 0.88 |
| Hex | ED | FD | C2 | 6 | 0 | 17 | 1 | 4C | 5E | 58 |
| Octal | 355 | 375 | 302 | 6 | 0 | 27 | 1 | 114 | 136 | 130 |
| Binary | 11101101 | 11111101 | 11000010 | 110 | 0 | 10111 | 1 | 1001100 | 1011110 | 1011000 |
Color Harmonies of #EDFDC2
Complementary color
Monochromatic Colors of #EDFDC2
Black with #EDFDC2
Text Example
Text Example
White with #EDFDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDC2; }
p { color: rgb(237,253,194); }
H1.HeaderClassName
{
color: #EDFDC2;
}
.AnyTagClassName
{
color: #EDFDC2;
}
</style>
background-color css
<style>
a { background-color: #EDFDC2; }
a { background-color: rgb(237,253,194); }
div.DivClassName
{
background-color: #EDFDC2;
}
.BgClassName
{
background-color: #EDFDC2;
}
</style>
border-color css
<style>
span { border-color: #EDFDC2; }
span { border-color: rgb(237,253,194); }
td.TdClassName
{
border-color: #EDFDC2;
}
.TagClassName
{
border-color: #EDFDC2;
}
</style>