Shades of Snow Flurry #DBF4B7
Tints of Snow Flurry #DBF4B7
RGB
CMYK
RGB Variations
Color information
#DBF4B7 (or 0xDBF4B7) is known color: Snow Flurry. HEX triplet: DB, F4 and B7. RGB value is (219,244,183). Sum of RGB (Red+Green+Blue) = 219+244+183=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 244 (95.70% from 255 or 37.77% from 646); Blue value is 183 (71.88% from 255 or 28.33% from 646); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF4B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF4B7 is #240B48. Grayscale: #E5E5E5. Windows color (decimal): -2362185 or 12055771. OLE color: 12055771.
HSL color Cylindrical-coordinate representation of color #DBF4B7: hue angle of 84.59º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBF4B7 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 183 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.04 |
| HSL | 84.59º | 0.73% | 0.84% | - |
| HSV(B) | 84.59º | 0.25% | 0.96% | - |
| XYZ | 70.11 | 83.18 | 57.16 | - |
| YUV | 229.57 | 101.72 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 183 | 0.10 | 0 | 0.25 | 0.04 | 84.59 | 0.73 | 0.84 |
| Hex | DB | F4 | B7 | A | 0 | 19 | 4 | 55 | 49 | 54 |
| Octal | 333 | 364 | 267 | 12 | 0 | 31 | 4 | 125 | 111 | 124 |
| Binary | 11011011 | 11110100 | 10110111 | 1010 | 0 | 11001 | 100 | 1010101 | 1001001 | 1010100 |
Color Harmonies of #DBF4B7
Complementary color
Monochromatic Colors of #DBF4B7
Black with #DBF4B7
Text Example
Text Example
White with #DBF4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF4B7; }
p { color: rgb(219,244,183); }
H1.HeaderClassName
{
color: #DBF4B7;
}
.AnyTagClassName
{
color: #DBF4B7;
}
</style>
background-color css
<style>
a { background-color: #DBF4B7; }
a { background-color: rgb(219,244,183); }
div.DivClassName
{
background-color: #DBF4B7;
}
.BgClassName
{
background-color: #DBF4B7;
}
</style>
border-color css
<style>
span { border-color: #DBF4B7; }
span { border-color: rgb(219,244,183); }
td.TdClassName
{
border-color: #DBF4B7;
}
.TagClassName
{
border-color: #DBF4B7;
}
</style>