Shades of Snow Flurry #EDFBD2
Tints of Snow Flurry #EDFBD2
RGB
CMYK
RGB Variations
Color information
#EDFBD2 (or 0xEDFBD2) is known color: Snow Flurry. HEX triplet: ED, FB and D2. RGB value is (237,251,210). Sum of RGB (Red+Green+Blue) = 237+251+210=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 251 (98.44% from 255 or 35.96% from 698); Blue value is 210 (82.42% from 255 or 30.09% from 698); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBD2 is #12042D. Grayscale: #F2F2F2. Windows color (decimal): -1180718 or 13827053. OLE color: 13827053.
HSL color Cylindrical-coordinate representation of color #EDFBD2: hue angle of 80.49º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDFBD2 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 210 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.02 |
| HSL | 80.49º | 0.84% | 0.9% | - |
| HSV(B) | 80.49º | 0.16% | 0.98% | - |
| XYZ | 81.06 | 91.65 | 74.39 | - |
| YUV | 242.14 | 109.86 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 210 | 0.06 | 0 | 0.16 | 0.02 | 80.49 | 0.84 | 0.9 |
| Hex | ED | FB | D2 | 6 | 0 | 10 | 2 | 50 | 54 | 5A |
| Octal | 355 | 373 | 322 | 6 | 0 | 20 | 2 | 120 | 124 | 132 |
| Binary | 11101101 | 11111011 | 11010010 | 110 | 0 | 10000 | 10 | 1010000 | 1010100 | 1011010 |
Color Harmonies of #EDFBD2
Complementary color
Monochromatic Colors of #EDFBD2
Black with #EDFBD2
Text Example
Text Example
White with #EDFBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFBD2; }
p { color: rgb(237,251,210); }
H1.HeaderClassName
{
color: #EDFBD2;
}
.AnyTagClassName
{
color: #EDFBD2;
}
</style>
background-color css
<style>
a { background-color: #EDFBD2; }
a { background-color: rgb(237,251,210); }
div.DivClassName
{
background-color: #EDFBD2;
}
.BgClassName
{
background-color: #EDFBD2;
}
</style>
border-color css
<style>
span { border-color: #EDFBD2; }
span { border-color: rgb(237,251,210); }
td.TdClassName
{
border-color: #EDFBD2;
}
.TagClassName
{
border-color: #EDFBD2;
}
</style>