Shades of Snow Flurry #DCEDB7
Tints of Snow Flurry #DCEDB7
RGB
CMYK
RGB Variations
Color information
#DCEDB7 (or 0xDCEDB7) is known color: Snow Flurry. HEX triplet: DC, ED and B7. RGB value is (220,237,183). Sum of RGB (Red+Green+Blue) = 220+237+183=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 183 (71.88% from 255 or 28.59% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDB7 is #231248. Grayscale: #E1E1E1. Windows color (decimal): -2298441 or 12053980. OLE color: 12053980.
HSL color Cylindrical-coordinate representation of color #DCEDB7: hue angle of 78.89º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCEDB7 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 183 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.07 |
| HSL | 78.89º | 0.6% | 0.82% | - |
| HSV(B) | 78.89º | 0.23% | 0.93% | - |
| XYZ | 68.35 | 79.2 | 56.49 | - |
| YUV | 225.76 | 103.87 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 183 | 0.07 | 0 | 0.23 | 0.07 | 78.89 | 0.6 | 0.82 |
| Hex | DC | ED | B7 | 7 | 0 | 17 | 7 | 4F | 3C | 52 |
| Octal | 334 | 355 | 267 | 7 | 0 | 27 | 7 | 117 | 74 | 122 |
| Binary | 11011100 | 11101101 | 10110111 | 111 | 0 | 10111 | 111 | 1001111 | 111100 | 1010010 |
Color Harmonies of #DCEDB7
Complementary color
Monochromatic Colors of #DCEDB7
Black with #DCEDB7
Text Example
Text Example
White with #DCEDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDB7; }
p { color: rgb(220,237,183); }
H1.HeaderClassName
{
color: #DCEDB7;
}
.AnyTagClassName
{
color: #DCEDB7;
}
</style>
background-color css
<style>
a { background-color: #DCEDB7; }
a { background-color: rgb(220,237,183); }
div.DivClassName
{
background-color: #DCEDB7;
}
.BgClassName
{
background-color: #DCEDB7;
}
</style>
border-color css
<style>
span { border-color: #DCEDB7; }
span { border-color: rgb(220,237,183); }
td.TdClassName
{
border-color: #DCEDB7;
}
.TagClassName
{
border-color: #DCEDB7;
}
</style>