Shades of Snow Flurry #EDFDBD
Tints of Snow Flurry #EDFDBD
RGB
CMYK
RGB Variations
Color information
#EDFDBD (or 0xEDFDBD) is known color: Snow Flurry. HEX triplet: ED, FD and BD. RGB value is (237,253,189). Sum of RGB (Red+Green+Blue) = 237+253+189=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 189 (74.22% from 255 or 27.84% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDBD is #120242. Grayscale: #F1F1F1. Windows color (decimal): -1180227 or 12451309. OLE color: 12451309.
HSL color Cylindrical-coordinate representation of color #EDFDBD: hue angle of 75º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDFDBD is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 253 | 189 | - |
CMYK | 0.06 | 0 | 0.25 | 0.01 |
HSL | 75º | 0.94% | 0.87% | - |
HSV(B) | 75º | 0.25% | 0.99% | - |
XYZ | 79.24 | 91.93 | 61.71 | - |
YUV | 240.92 | 98.7 | 125.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 253 | 189 | 0.06 | 0 | 0.25 | 0.01 | 75 | 0.94 | 0.87 |
Hex | ED | FD | BD | 6 | 0 | 19 | 1 | 4B | 5E | 57 |
Octal | 355 | 375 | 275 | 6 | 0 | 31 | 1 | 113 | 136 | 127 |
Binary | 11101101 | 11111101 | 10111101 | 110 | 0 | 11001 | 1 | 1001011 | 1011110 | 1010111 |
Color Harmonies of #EDFDBD
Complementary color
Monochromatic Colors of #EDFDBD
Black with #EDFDBD
Text Example
Text Example
White with #EDFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDBD; }
p { color: rgb(237,253,189); }
H1.HeaderClassName
{
color: #EDFDBD;
}
.AnyTagClassName
{
color: #EDFDBD;
}
</style>
background-color css
<style>
a { background-color: #EDFDBD; }
a { background-color: rgb(237,253,189); }
div.DivClassName
{
background-color: #EDFDBD;
}
.BgClassName
{
background-color: #EDFDBD;
}
</style>
border-color css
<style>
span { border-color: #EDFDBD; }
span { border-color: rgb(237,253,189); }
td.TdClassName
{
border-color: #EDFDBD;
}
.TagClassName
{
border-color: #EDFDBD;
}
</style>