Shades of Snow Flurry #EDFFD1
Tints of Snow Flurry #EDFFD1
RGB
CMYK
RGB Variations
Color information
#EDFFD1 (or 0xEDFFD1) is known color: Snow Flurry. HEX triplet: ED, FF and D1. RGB value is (237,255,209). Sum of RGB (Red+Green+Blue) = 237+255+209=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 209 (82.03% from 255 or 29.81% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFD1 is #12002E. Grayscale: #F4F4F4. Windows color (decimal): -1179695 or 13762541. OLE color: 13762541.
HSL color Cylindrical-coordinate representation of color #EDFFD1: hue angle of 83.48º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDFFD1 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 209 | - |
| CMYK | 0.07 | 0 | 0.18 | 0 |
| HSL | 83.48º | 1% | 0.91% | - |
| HSV(B) | 83.48º | 0.18% | 1% | - |
| XYZ | 82.19 | 94.13 | 74.16 | - |
| YUV | 244.37 | 108.04 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 209 | 0.07 | 0 | 0.18 | 0 | 83.48 | 1 | 0.91 |
| Hex | ED | FF | D1 | 7 | 0 | 12 | 0 | 53 | 64 | 5B |
| Octal | 355 | 377 | 321 | 7 | 0 | 22 | 0 | 123 | 144 | 133 |
| Binary | 11101101 | 11111111 | 11010001 | 111 | 0 | 10010 | 0 | 1010011 | 1100100 | 1011011 |
Color Harmonies of #EDFFD1
Complementary color
Monochromatic Colors of #EDFFD1
Black with #EDFFD1
Text Example
Text Example
White with #EDFFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFFD1; }
p { color: rgb(237,255,209); }
H1.HeaderClassName
{
color: #EDFFD1;
}
.AnyTagClassName
{
color: #EDFFD1;
}
</style>
background-color css
<style>
a { background-color: #EDFFD1; }
a { background-color: rgb(237,255,209); }
div.DivClassName
{
background-color: #EDFFD1;
}
.BgClassName
{
background-color: #EDFFD1;
}
</style>
border-color css
<style>
span { border-color: #EDFFD1; }
span { border-color: rgb(237,255,209); }
td.TdClassName
{
border-color: #EDFFD1;
}
.TagClassName
{
border-color: #EDFFD1;
}
</style>