Shades of Snow Flurry #DBF1BB
Tints of Snow Flurry #DBF1BB
RGB
CMYK
RGB Variations
Color information
#DBF1BB (or 0xDBF1BB) is known color: Snow Flurry. HEX triplet: DB, F1 and BB. RGB value is (219,241,187). Sum of RGB (Red+Green+Blue) = 219+241+187=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 187 (73.44% from 255 or 28.90% from 647); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1BB is #240E44. Grayscale: #E4E4E4. Windows color (decimal): -2362949 or 12317147. OLE color: 12317147.
HSL color Cylindrical-coordinate representation of color #DBF1BB: hue angle of 84.44º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBF1BB is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 187 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.05 |
| HSL | 84.44º | 0.66% | 0.84% | - |
| HSV(B) | 84.44º | 0.22% | 0.95% | - |
| XYZ | 69.64 | 81.56 | 59.09 | - |
| YUV | 228.27 | 104.71 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 187 | 0.09 | 0 | 0.22 | 0.05 | 84.44 | 0.66 | 0.84 |
| Hex | DB | F1 | BB | 9 | 0 | 16 | 5 | 54 | 42 | 54 |
| Octal | 333 | 361 | 273 | 11 | 0 | 26 | 5 | 124 | 102 | 124 |
| Binary | 11011011 | 11110001 | 10111011 | 1001 | 0 | 10110 | 101 | 1010100 | 1000010 | 1010100 |
Color Harmonies of #DBF1BB
Complementary color
Monochromatic Colors of #DBF1BB
Black with #DBF1BB
Text Example
Text Example
White with #DBF1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF1BB; }
p { color: rgb(219,241,187); }
H1.HeaderClassName
{
color: #DBF1BB;
}
.AnyTagClassName
{
color: #DBF1BB;
}
</style>
background-color css
<style>
a { background-color: #DBF1BB; }
a { background-color: rgb(219,241,187); }
div.DivClassName
{
background-color: #DBF1BB;
}
.BgClassName
{
background-color: #DBF1BB;
}
</style>
border-color css
<style>
span { border-color: #DBF1BB; }
span { border-color: rgb(219,241,187); }
td.TdClassName
{
border-color: #DBF1BB;
}
.TagClassName
{
border-color: #DBF1BB;
}
</style>