Shades of Snow Flurry #EDFDC4
Tints of Snow Flurry #EDFDC4
RGB
CMYK
RGB Variations
Color information
#EDFDC4 (or 0xEDFDC4) is known color: Snow Flurry. HEX triplet: ED, FD and C4. RGB value is (237,253,196). Sum of RGB (Red+Green+Blue) = 237+253+196=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 196 (76.95% from 255 or 28.57% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDC4 is #12023B. Grayscale: #F1F1F1. Windows color (decimal): -1180220 or 12910061. OLE color: 12910061.
HSL color Cylindrical-coordinate representation of color #EDFDC4: hue angle of 76.84º degrees, saturation: 0.93, 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 #EDFDC4 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 253 | 196 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.01 |
| HSL | 76.84º | 0.93% | 0.88% | - |
| HSV(B) | 76.84º | 0.23% | 0.99% | - |
| XYZ | 80.01 | 92.24 | 65.81 | - |
| YUV | 241.72 | 102.2 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 253 | 196 | 0.06 | 0 | 0.23 | 0.01 | 76.84 | 0.93 | 0.88 |
| Hex | ED | FD | C4 | 6 | 0 | 17 | 1 | 4D | 5D | 58 |
| Octal | 355 | 375 | 304 | 6 | 0 | 27 | 1 | 115 | 135 | 130 |
| Binary | 11101101 | 11111101 | 11000100 | 110 | 0 | 10111 | 1 | 1001101 | 1011101 | 1011000 |
Color Harmonies of #EDFDC4
Complementary color
Monochromatic Colors of #EDFDC4
Black with #EDFDC4
Text Example
Text Example
White with #EDFDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDC4; }
p { color: rgb(237,253,196); }
H1.HeaderClassName
{
color: #EDFDC4;
}
.AnyTagClassName
{
color: #EDFDC4;
}
</style>
background-color css
<style>
a { background-color: #EDFDC4; }
a { background-color: rgb(237,253,196); }
div.DivClassName
{
background-color: #EDFDC4;
}
.BgClassName
{
background-color: #EDFDC4;
}
</style>
border-color css
<style>
span { border-color: #EDFDC4; }
span { border-color: rgb(237,253,196); }
td.TdClassName
{
border-color: #EDFDC4;
}
.TagClassName
{
border-color: #EDFDC4;
}
</style>