Shades of Snow Flurry #EDFFD6
Tints of Snow Flurry #EDFFD6
RGB
CMYK
RGB Variations
Color information
#EDFFD6 (or 0xEDFFD6) is known color: Snow Flurry. HEX triplet: ED, FF and D6. RGB value is (237,255,214). Sum of RGB (Red+Green+Blue) = 237+255+214=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 255 (100% from 255 or 36.12% from 706); Blue value is 214 (83.98% from 255 or 30.31% from 706); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFD6 is #120029. Grayscale: #F5F5F5. Windows color (decimal): -1179690 or 14090221. OLE color: 14090221.
HSL color Cylindrical-coordinate representation of color #EDFFD6: hue angle of 86.34º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDFFD6 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 214 | - |
| CMYK | 0.07 | 0 | 0.16 | 0 |
| HSL | 86.34º | 1% | 0.92% | - |
| HSV(B) | 86.34º | 0.16% | 1% | - |
| XYZ | 82.82 | 94.38 | 77.47 | - |
| YUV | 244.94 | 110.54 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 214 | 0.07 | 0 | 0.16 | 0 | 86.34 | 1 | 0.92 |
| Hex | ED | FF | D6 | 7 | 0 | 10 | 0 | 56 | 64 | 5C |
| Octal | 355 | 377 | 326 | 7 | 0 | 20 | 0 | 126 | 144 | 134 |
| Binary | 11101101 | 11111111 | 11010110 | 111 | 0 | 10000 | 0 | 1010110 | 1100100 | 1011100 |
Color Harmonies of #EDFFD6
Complementary color
Monochromatic Colors of #EDFFD6
Black with #EDFFD6
Text Example
Text Example
White with #EDFFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFFD6; }
p { color: rgb(237,255,214); }
H1.HeaderClassName
{
color: #EDFFD6;
}
.AnyTagClassName
{
color: #EDFFD6;
}
</style>
background-color css
<style>
a { background-color: #EDFFD6; }
a { background-color: rgb(237,255,214); }
div.DivClassName
{
background-color: #EDFFD6;
}
.BgClassName
{
background-color: #EDFFD6;
}
</style>
border-color css
<style>
span { border-color: #EDFFD6; }
span { border-color: rgb(237,255,214); }
td.TdClassName
{
border-color: #EDFFD6;
}
.TagClassName
{
border-color: #EDFFD6;
}
</style>