Shades of Snow Flurry #EDFDC0
Tints of Snow Flurry #EDFDC0
RGB
CMYK
RGB Variations
Color information
#EDFDC0 (or 0xEDFDC0) is known color: Snow Flurry. HEX triplet: ED, FD and C0. RGB value is (237,253,192). Sum of RGB (Red+Green+Blue) = 237+253+192=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 192 (75.39% from 255 or 28.15% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDC0 is #12023F. Grayscale: #F1F1F1. Windows color (decimal): -1180224 or 12647917. OLE color: 12647917.
HSL color Cylindrical-coordinate representation of color #EDFDC0: hue angle of 75.74º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDFDC0 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 253 | 192 | - |
CMYK | 0.06 | 0 | 0.24 | 0.01 |
HSL | 75.74º | 0.94% | 0.87% | - |
HSV(B) | 75.74º | 0.24% | 0.99% | - |
XYZ | 79.56 | 92.06 | 63.45 | - |
YUV | 241.26 | 100.2 | 124.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 253 | 192 | 0.06 | 0 | 0.24 | 0.01 | 75.74 | 0.94 | 0.87 |
Hex | ED | FD | C0 | 6 | 0 | 18 | 1 | 4C | 5E | 57 |
Octal | 355 | 375 | 300 | 6 | 0 | 30 | 1 | 114 | 136 | 127 |
Binary | 11101101 | 11111101 | 11000000 | 110 | 0 | 11000 | 1 | 1001100 | 1011110 | 1010111 |
Color Harmonies of #EDFDC0
Complementary color
Monochromatic Colors of #EDFDC0
Black with #EDFDC0
Text Example
Text Example
White with #EDFDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDC0; }
p { color: rgb(237,253,192); }
H1.HeaderClassName
{
color: #EDFDC0;
}
.AnyTagClassName
{
color: #EDFDC0;
}
</style>
background-color css
<style>
a { background-color: #EDFDC0; }
a { background-color: rgb(237,253,192); }
div.DivClassName
{
background-color: #EDFDC0;
}
.BgClassName
{
background-color: #EDFDC0;
}
</style>
border-color css
<style>
span { border-color: #EDFDC0; }
span { border-color: rgb(237,253,192); }
td.TdClassName
{
border-color: #EDFDC0;
}
.TagClassName
{
border-color: #EDFDC0;
}
</style>