Shades of Gin #DBE5BF
Tints of Gin #DBE5BF
RGB
CMYK
RGB Variations
Color information
#DBE5BF (or 0xDBE5BF) is known color: Gin. HEX triplet: DB, E5 and BF. RGB value is (219,229,191). Sum of RGB (Red+Green+Blue) = 219+229+191=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 191 (75% from 255 or 29.89% from 639); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE5BF is #241A40. Grayscale: #DDDDDD. Windows color (decimal): -2366017 or 12576219. OLE color: 12576219.
HSL color Cylindrical-coordinate representation of color #DBE5BF: hue angle of 75.79º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBE5BF is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 191 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.10 |
| HSL | 75.79º | 0.42% | 0.82% | - |
| HSV(B) | 75.79º | 0.17% | 0.9% | - |
| XYZ | 66.64 | 74.86 | 60.23 | - |
| YUV | 221.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 191 | 0.04 | 0 | 0.17 | 0.10 | 75.79 | 0.42 | 0.82 |
| Hex | DB | E5 | BF | 4 | 0 | 11 | A | 4C | 2A | 52 |
| Octal | 333 | 345 | 277 | 4 | 0 | 21 | 12 | 114 | 52 | 122 |
| Binary | 11011011 | 11100101 | 10111111 | 100 | 0 | 10001 | 1010 | 1001100 | 101010 | 1010010 |
Color Harmonies of #DBE5BF
Complementary color
Monochromatic Colors of #DBE5BF
Black with #DBE5BF
Text Example
Text Example
White with #DBE5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE5BF; }
p { color: rgb(219,229,191); }
H1.HeaderClassName
{
color: #DBE5BF;
}
.AnyTagClassName
{
color: #DBE5BF;
}
</style>
background-color css
<style>
a { background-color: #DBE5BF; }
a { background-color: rgb(219,229,191); }
div.DivClassName
{
background-color: #DBE5BF;
}
.BgClassName
{
background-color: #DBE5BF;
}
</style>
border-color css
<style>
span { border-color: #DBE5BF; }
span { border-color: rgb(219,229,191); }
td.TdClassName
{
border-color: #DBE5BF;
}
.TagClassName
{
border-color: #DBE5BF;
}
</style>