Shades of Snow Flurry #EDFED2
Tints of Snow Flurry #EDFED2
RGB
CMYK
RGB Variations
Color information
#EDFED2 (or 0xEDFED2) is known color: Snow Flurry. HEX triplet: ED, FE and D2. RGB value is (237,254,210). Sum of RGB (Red+Green+Blue) = 237+254+210=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 210 (82.42% from 255 or 29.96% from 701); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFED2 is #12012D. Grayscale: #F4F4F4. Windows color (decimal): -1179950 or 13827821. OLE color: 13827821.
HSL color Cylindrical-coordinate representation of color #EDFED2: hue angle of 83.18º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDFED2 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
RGB | 237 | 254 | 210 | - |
CMYK | 0.07 | 0 | 0.17 | 0.00 |
HSL | 83.18º | 0.96% | 0.91% | - |
HSV(B) | 83.18º | 0.17% | 1% | - |
XYZ | 82 | 93.54 | 74.71 | - |
YUV | 243.9 | 108.87 | 123.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 254 | 210 | 0.07 | 0 | 0.17 | 0.00 | 83.18 | 0.96 | 0.91 |
Hex | ED | FE | D2 | 7 | 0 | 11 | 0 | 53 | 60 | 5B |
Octal | 355 | 376 | 322 | 7 | 0 | 21 | 0 | 123 | 140 | 133 |
Binary | 11101101 | 11111110 | 11010010 | 111 | 0 | 10001 | 0 | 1010011 | 1100000 | 1011011 |
Color Harmonies of #EDFED2
Complementary color
Monochromatic Colors of #EDFED2
Black with #EDFED2
Text Example
Text Example
White with #EDFED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFED2; }
p { color: rgb(237,254,210); }
H1.HeaderClassName
{
color: #EDFED2;
}
.AnyTagClassName
{
color: #EDFED2;
}
</style>
background-color css
<style>
a { background-color: #EDFED2; }
a { background-color: rgb(237,254,210); }
div.DivClassName
{
background-color: #EDFED2;
}
.BgClassName
{
background-color: #EDFED2;
}
</style>
border-color css
<style>
span { border-color: #EDFED2; }
span { border-color: rgb(237,254,210); }
td.TdClassName
{
border-color: #EDFED2;
}
.TagClassName
{
border-color: #EDFED2;
}
</style>