Shades of Snow Flurry #EDFDCD
Tints of Snow Flurry #EDFDCD
RGB
CMYK
RGB Variations
Color information
#EDFDCD (or 0xEDFDCD) is known color: Snow Flurry. HEX triplet: ED, FD and CD. RGB value is (237,253,205). Sum of RGB (Red+Green+Blue) = 237+253+205=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 253 (99.22% from 255 or 36.40% from 695); Blue value is 205 (80.47% from 255 or 29.50% from 695); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDCD is #120232. Grayscale: #F2F2F2. Windows color (decimal): -1180211 or 13499885. OLE color: 13499885.
HSL color Cylindrical-coordinate representation of color #EDFDCD: hue angle of 80º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDFDCD is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 253 | 205 | - |
CMYK | 0.06 | 0 | 0.19 | 0.01 |
HSL | 80º | 0.92% | 0.9% | - |
HSV(B) | 80º | 0.19% | 0.99% | - |
XYZ | 81.07 | 92.66 | 71.37 | - |
YUV | 242.74 | 106.7 | 123.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 253 | 205 | 0.06 | 0 | 0.19 | 0.01 | 80 | 0.92 | 0.9 |
Hex | ED | FD | CD | 6 | 0 | 13 | 1 | 50 | 5C | 5A |
Octal | 355 | 375 | 315 | 6 | 0 | 23 | 1 | 120 | 134 | 132 |
Binary | 11101101 | 11111101 | 11001101 | 110 | 0 | 10011 | 1 | 1010000 | 1011100 | 1011010 |
Color Harmonies of #EDFDCD
Complementary color
Monochromatic Colors of #EDFDCD
Black with #EDFDCD
Text Example
Text Example
White with #EDFDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDCD; }
p { color: rgb(237,253,205); }
H1.HeaderClassName
{
color: #EDFDCD;
}
.AnyTagClassName
{
color: #EDFDCD;
}
</style>
background-color css
<style>
a { background-color: #EDFDCD; }
a { background-color: rgb(237,253,205); }
div.DivClassName
{
background-color: #EDFDCD;
}
.BgClassName
{
background-color: #EDFDCD;
}
</style>
border-color css
<style>
span { border-color: #EDFDCD; }
span { border-color: rgb(237,253,205); }
td.TdClassName
{
border-color: #EDFDCD;
}
.TagClassName
{
border-color: #EDFDCD;
}
</style>