Shades of Snow Flurry #EDFFD5
Tints of Snow Flurry #EDFFD5
RGB
CMYK
RGB Variations
Color information
#EDFFD5 (or 0xEDFFD5) is known color: Snow Flurry. HEX triplet: ED, FF and D5. RGB value is (237,255,213). Sum of RGB (Red+Green+Blue) = 237+255+213=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 213 (83.59% from 255 or 30.21% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFD5 is #12002A. Grayscale: #F4F4F4. Windows color (decimal): -1179691 or 14024685. OLE color: 14024685.
HSL color Cylindrical-coordinate representation of color #EDFFD5: hue angle of 85.71º 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 #EDFFD5 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 213 | - |
| CMYK | 0.07 | 0 | 0.16 | 0 |
| HSL | 85.71º | 1% | 0.92% | - |
| HSV(B) | 85.71º | 0.16% | 1% | - |
| XYZ | 82.7 | 94.33 | 76.8 | - |
| YUV | 244.83 | 110.04 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 213 | 0.07 | 0 | 0.16 | 0 | 85.71 | 1 | 0.92 |
| Hex | ED | FF | D5 | 7 | 0 | 10 | 0 | 56 | 64 | 5C |
| Octal | 355 | 377 | 325 | 7 | 0 | 20 | 0 | 126 | 144 | 134 |
| Binary | 11101101 | 11111111 | 11010101 | 111 | 0 | 10000 | 0 | 1010110 | 1100100 | 1011100 |
Color Harmonies of #EDFFD5
Complementary color
Monochromatic Colors of #EDFFD5
Black with #EDFFD5
Text Example
Text Example
White with #EDFFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFFD5; }
p { color: rgb(237,255,213); }
H1.HeaderClassName
{
color: #EDFFD5;
}
.AnyTagClassName
{
color: #EDFFD5;
}
</style>
background-color css
<style>
a { background-color: #EDFFD5; }
a { background-color: rgb(237,255,213); }
div.DivClassName
{
background-color: #EDFFD5;
}
.BgClassName
{
background-color: #EDFFD5;
}
</style>
border-color css
<style>
span { border-color: #EDFFD5; }
span { border-color: rgb(237,255,213); }
td.TdClassName
{
border-color: #EDFFD5;
}
.TagClassName
{
border-color: #EDFFD5;
}
</style>