Shades of Snow Flurry #EDFDD3
Tints of Snow Flurry #EDFDD3
RGB
CMYK
RGB Variations
Color information
#EDFDD3 (or 0xEDFDD3) is known color: Snow Flurry. HEX triplet: ED, FD and D3. RGB value is (237,253,211). Sum of RGB (Red+Green+Blue) = 237+253+211=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 253 (99.22% from 255 or 36.09% from 701); Blue value is 211 (82.81% from 255 or 30.10% from 701); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDD3 is #12022C. Grayscale: #F3F3F3. Windows color (decimal): -1180205 or 13893101. OLE color: 13893101.
HSL color Cylindrical-coordinate representation of color #EDFDD3: hue angle of 82.86º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDFDD3 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 253 | 211 | - |
CMYK | 0.06 | 0 | 0.17 | 0.01 |
HSL | 82.86º | 0.91% | 0.91% | - |
HSV(B) | 82.86º | 0.17% | 0.99% | - |
XYZ | 81.81 | 92.96 | 75.26 | - |
YUV | 243.43 | 109.7 | 123.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 253 | 211 | 0.06 | 0 | 0.17 | 0.01 | 82.86 | 0.91 | 0.91 |
Hex | ED | FD | D3 | 6 | 0 | 11 | 1 | 53 | 5B | 5B |
Octal | 355 | 375 | 323 | 6 | 0 | 21 | 1 | 123 | 133 | 133 |
Binary | 11101101 | 11111101 | 11010011 | 110 | 0 | 10001 | 1 | 1010011 | 1011011 | 1011011 |
Color Harmonies of #EDFDD3
Complementary color
Monochromatic Colors of #EDFDD3
Black with #EDFDD3
Text Example
Text Example
White with #EDFDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDD3; }
p { color: rgb(237,253,211); }
H1.HeaderClassName
{
color: #EDFDD3;
}
.AnyTagClassName
{
color: #EDFDD3;
}
</style>
background-color css
<style>
a { background-color: #EDFDD3; }
a { background-color: rgb(237,253,211); }
div.DivClassName
{
background-color: #EDFDD3;
}
.BgClassName
{
background-color: #EDFDD3;
}
</style>
border-color css
<style>
span { border-color: #EDFDD3; }
span { border-color: rgb(237,253,211); }
td.TdClassName
{
border-color: #EDFDD3;
}
.TagClassName
{
border-color: #EDFDD3;
}
</style>