Shades of Snow Flurry #DFEDBB
Tints of Snow Flurry #DFEDBB
RGB
CMYK
RGB Variations
Color information
#DFEDBB (or 0xDFEDBB) is known color: Snow Flurry. HEX triplet: DF, ED and BB. RGB value is (223,237,187). Sum of RGB (Red+Green+Blue) = 223+237+187=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 187 (73.44% from 255 or 28.90% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDBB is #201244. Grayscale: #E3E3E3. Windows color (decimal): -2101829 or 12316127. OLE color: 12316127.
HSL color Cylindrical-coordinate representation of color #DFEDBB: hue angle of 76.8º 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 #DFEDBB is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 237 | 187 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.07 |
| HSL | 76.8º | 0.58% | 0.83% | - |
| HSV(B) | 76.8º | 0.21% | 0.93% | - |
| XYZ | 69.69 | 79.84 | 58.75 | - |
| YUV | 227.11 | 105.36 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 237 | 187 | 0.06 | 0 | 0.21 | 0.07 | 76.8 | 0.58 | 0.83 |
| Hex | DF | ED | BB | 6 | 0 | 15 | 7 | 4D | 3A | 53 |
| Octal | 337 | 355 | 273 | 6 | 0 | 25 | 7 | 115 | 72 | 123 |
| Binary | 11011111 | 11101101 | 10111011 | 110 | 0 | 10101 | 111 | 1001101 | 111010 | 1010011 |
Color Harmonies of #DFEDBB
Complementary color
Monochromatic Colors of #DFEDBB
Black with #DFEDBB
Text Example
Text Example
White with #DFEDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDBB; }
p { color: rgb(223,237,187); }
H1.HeaderClassName
{
color: #DFEDBB;
}
.AnyTagClassName
{
color: #DFEDBB;
}
</style>
background-color css
<style>
a { background-color: #DFEDBB; }
a { background-color: rgb(223,237,187); }
div.DivClassName
{
background-color: #DFEDBB;
}
.BgClassName
{
background-color: #DFEDBB;
}
</style>
border-color css
<style>
span { border-color: #DFEDBB; }
span { border-color: rgb(223,237,187); }
td.TdClassName
{
border-color: #DFEDBB;
}
.TagClassName
{
border-color: #DFEDBB;
}
</style>