Shades of Snow Flurry #DBF2BB
Tints of Snow Flurry #DBF2BB
RGB
CMYK
RGB Variations
Color information
#DBF2BB (or 0xDBF2BB) is known color: Snow Flurry. HEX triplet: DB, F2 and BB. RGB value is (219,242,187). Sum of RGB (Red+Green+Blue) = 219+242+187=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 187 (73.44% from 255 or 28.86% from 648); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2BB is #240D44. Grayscale: #E5E5E5. Windows color (decimal): -2362693 or 12317403. OLE color: 12317403.
HSL color Cylindrical-coordinate representation of color #DBF2BB: hue angle of 85.09º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBF2BB is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 187 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.05 |
| HSL | 85.09º | 0.68% | 0.84% | - |
| HSV(B) | 85.09º | 0.23% | 0.95% | - |
| XYZ | 69.94 | 82.15 | 59.18 | - |
| YUV | 228.85 | 104.38 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 187 | 0.10 | 0 | 0.23 | 0.05 | 85.09 | 0.68 | 0.84 |
| Hex | DB | F2 | BB | A | 0 | 17 | 5 | 55 | 44 | 54 |
| Octal | 333 | 362 | 273 | 12 | 0 | 27 | 5 | 125 | 104 | 124 |
| Binary | 11011011 | 11110010 | 10111011 | 1010 | 0 | 10111 | 101 | 1010101 | 1000100 | 1010100 |
Color Harmonies of #DBF2BB
Complementary color
Monochromatic Colors of #DBF2BB
Black with #DBF2BB
Text Example
Text Example
White with #DBF2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF2BB; }
p { color: rgb(219,242,187); }
H1.HeaderClassName
{
color: #DBF2BB;
}
.AnyTagClassName
{
color: #DBF2BB;
}
</style>
background-color css
<style>
a { background-color: #DBF2BB; }
a { background-color: rgb(219,242,187); }
div.DivClassName
{
background-color: #DBF2BB;
}
.BgClassName
{
background-color: #DBF2BB;
}
</style>
border-color css
<style>
span { border-color: #DBF2BB; }
span { border-color: rgb(219,242,187); }
td.TdClassName
{
border-color: #DBF2BB;
}
.TagClassName
{
border-color: #DBF2BB;
}
</style>