Shades of Snow Flurry #EDFFD3
Tints of Snow Flurry #EDFFD3
RGB
CMYK
RGB Variations
Color information
#EDFFD3 (or 0xEDFFD3) is known color: Snow Flurry. HEX triplet: ED, FF and D3. RGB value is (237,255,211). Sum of RGB (Red+Green+Blue) = 237+255+211=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 255 (100% from 255 or 36.27% from 703); Blue value is 211 (82.81% from 255 or 30.01% from 703); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFD3 is #12002C. Grayscale: #F4F4F4. Windows color (decimal): -1179693 or 13893613. OLE color: 13893613.
HSL color Cylindrical-coordinate representation of color #EDFFD3: hue angle of 84.55º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDFFD3 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 211 | - |
| CMYK | 0.07 | 0 | 0.17 | 0 |
| HSL | 84.55º | 1% | 0.91% | - |
| HSV(B) | 84.55º | 0.17% | 1% | - |
| XYZ | 82.44 | 94.23 | 75.47 | - |
| YUV | 244.6 | 109.04 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 211 | 0.07 | 0 | 0.17 | 0 | 84.55 | 1 | 0.91 |
| Hex | ED | FF | D3 | 7 | 0 | 11 | 0 | 55 | 64 | 5B |
| Octal | 355 | 377 | 323 | 7 | 0 | 21 | 0 | 125 | 144 | 133 |
| Binary | 11101101 | 11111111 | 11010011 | 111 | 0 | 10001 | 0 | 1010101 | 1100100 | 1011011 |
Color Harmonies of #EDFFD3
Complementary color
Monochromatic Colors of #EDFFD3
Black with #EDFFD3
Text Example
Text Example
White with #EDFFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFFD3; }
p { color: rgb(237,255,211); }
H1.HeaderClassName
{
color: #EDFFD3;
}
.AnyTagClassName
{
color: #EDFFD3;
}
</style>
background-color css
<style>
a { background-color: #EDFFD3; }
a { background-color: rgb(237,255,211); }
div.DivClassName
{
background-color: #EDFFD3;
}
.BgClassName
{
background-color: #EDFFD3;
}
</style>
border-color css
<style>
span { border-color: #EDFFD3; }
span { border-color: rgb(237,255,211); }
td.TdClassName
{
border-color: #EDFFD3;
}
.TagClassName
{
border-color: #EDFFD3;
}
</style>