Shades of Snow Flurry #DFEDBC
Tints of Snow Flurry #DFEDBC
RGB
CMYK
RGB Variations
Color information
#DFEDBC (or 0xDFEDBC) is known color: Snow Flurry. HEX triplet: DF, ED and BC. RGB value is (223,237,188). Sum of RGB (Red+Green+Blue) = 223+237+188=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 188 (73.83% from 255 or 29.01% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDBC is #201243. Grayscale: #E3E3E3. Windows color (decimal): -2101828 or 12381663. OLE color: 12381663.
HSL color Cylindrical-coordinate representation of color #DFEDBC: hue angle of 77.14º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFEDBC is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 237 | 188 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.07 |
| HSL | 77.14º | 0.58% | 0.83% | - |
| HSV(B) | 77.14º | 0.21% | 0.93% | - |
| XYZ | 69.79 | 79.89 | 59.32 | - |
| YUV | 227.23 | 105.86 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 237 | 188 | 0.06 | 0 | 0.21 | 0.07 | 77.14 | 0.58 | 0.83 |
| Hex | DF | ED | BC | 6 | 0 | 15 | 7 | 4D | 3A | 53 |
| Octal | 337 | 355 | 274 | 6 | 0 | 25 | 7 | 115 | 72 | 123 |
| Binary | 11011111 | 11101101 | 10111100 | 110 | 0 | 10101 | 111 | 1001101 | 111010 | 1010011 |
Color Harmonies of #DFEDBC
Complementary color
Monochromatic Colors of #DFEDBC
Black with #DFEDBC
Text Example
Text Example
White with #DFEDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDBC; }
p { color: rgb(223,237,188); }
H1.HeaderClassName
{
color: #DFEDBC;
}
.AnyTagClassName
{
color: #DFEDBC;
}
</style>
background-color css
<style>
a { background-color: #DFEDBC; }
a { background-color: rgb(223,237,188); }
div.DivClassName
{
background-color: #DFEDBC;
}
.BgClassName
{
background-color: #DFEDBC;
}
</style>
border-color css
<style>
span { border-color: #DFEDBC; }
span { border-color: rgb(223,237,188); }
td.TdClassName
{
border-color: #DFEDBC;
}
.TagClassName
{
border-color: #DFEDBC;
}
</style>