Shades of Snow Flurry #EDFFCD
Tints of Snow Flurry #EDFFCD
RGB
CMYK
RGB Variations
Color information
#EDFFCD (or 0xEDFFCD) is known color: Snow Flurry. HEX triplet: ED, FF and CD. RGB value is (237,255,205). Sum of RGB (Red+Green+Blue) = 237+255+205=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 205 (80.47% from 255 or 29.41% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFCD is #120032. Grayscale: #F4F4F4. Windows color (decimal): -1179699 or 13500397. OLE color: 13500397.
HSL color Cylindrical-coordinate representation of color #EDFFCD: hue angle of 81.6º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDFFCD is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
RGB | 237 | 255 | 205 | - |
CMYK | 0.07 | 0 | 0.20 | 0 |
HSL | 81.6º | 1% | 0.9% | - |
HSV(B) | 81.6º | 0.2% | 1% | - |
XYZ | 81.7 | 93.93 | 71.58 | - |
YUV | 243.92 | 106.04 | 123.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 255 | 205 | 0.07 | 0 | 0.20 | 0 | 81.6 | 1 | 0.9 |
Hex | ED | FF | CD | 7 | 0 | 14 | 0 | 52 | 64 | 5A |
Octal | 355 | 377 | 315 | 7 | 0 | 24 | 0 | 122 | 144 | 132 |
Binary | 11101101 | 11111111 | 11001101 | 111 | 0 | 10100 | 0 | 1010010 | 1100100 | 1011010 |
Color Harmonies of #EDFFCD
Complementary color
Monochromatic Colors of #EDFFCD
Black with #EDFFCD
Text Example
Text Example
White with #EDFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFFCD; }
p { color: rgb(237,255,205); }
H1.HeaderClassName
{
color: #EDFFCD;
}
.AnyTagClassName
{
color: #EDFFCD;
}
</style>
background-color css
<style>
a { background-color: #EDFFCD; }
a { background-color: rgb(237,255,205); }
div.DivClassName
{
background-color: #EDFFCD;
}
.BgClassName
{
background-color: #EDFFCD;
}
</style>
border-color css
<style>
span { border-color: #EDFFCD; }
span { border-color: rgb(237,255,205); }
td.TdClassName
{
border-color: #EDFFCD;
}
.TagClassName
{
border-color: #EDFFCD;
}
</style>