Shades of Snow Flurry #DBF1B7
Tints of Snow Flurry #DBF1B7
RGB
CMYK
RGB Variations
Color information
#DBF1B7 (or 0xDBF1B7) is known color: Snow Flurry. HEX triplet: DB, F1 and B7. RGB value is (219,241,183). Sum of RGB (Red+Green+Blue) = 219+241+183=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 241 (94.53% from 255 or 37.48% from 643); Blue value is 183 (71.88% from 255 or 28.46% from 643); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1B7 is #240E48. Grayscale: #E4E4E4. Windows color (decimal): -2362953 or 12055003. OLE color: 12055003.
HSL color Cylindrical-coordinate representation of color #DBF1B7: hue angle of 82.76º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBF1B7 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 183 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.05 |
| HSL | 82.76º | 0.67% | 0.83% | - |
| HSV(B) | 82.76º | 0.24% | 0.95% | - |
| XYZ | 69.22 | 81.39 | 56.86 | - |
| YUV | 227.81 | 102.71 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 183 | 0.09 | 0 | 0.24 | 0.05 | 82.76 | 0.67 | 0.83 |
| Hex | DB | F1 | B7 | 9 | 0 | 18 | 5 | 53 | 43 | 53 |
| Octal | 333 | 361 | 267 | 11 | 0 | 30 | 5 | 123 | 103 | 123 |
| Binary | 11011011 | 11110001 | 10110111 | 1001 | 0 | 11000 | 101 | 1010011 | 1000011 | 1010011 |
Color Harmonies of #DBF1B7
Complementary color
Monochromatic Colors of #DBF1B7
Black with #DBF1B7
Text Example
Text Example
White with #DBF1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF1B7; }
p { color: rgb(219,241,183); }
H1.HeaderClassName
{
color: #DBF1B7;
}
.AnyTagClassName
{
color: #DBF1B7;
}
</style>
background-color css
<style>
a { background-color: #DBF1B7; }
a { background-color: rgb(219,241,183); }
div.DivClassName
{
background-color: #DBF1B7;
}
.BgClassName
{
background-color: #DBF1B7;
}
</style>
border-color css
<style>
span { border-color: #DBF1B7; }
span { border-color: rgb(219,241,183); }
td.TdClassName
{
border-color: #DBF1B7;
}
.TagClassName
{
border-color: #DBF1B7;
}
</style>