Shades of Gin #DBE5C1
Tints of Gin #DBE5C1
RGB
CMYK
RGB Variations
Color information
#DBE5C1 (or 0xDBE5C1) is known color: Gin. HEX triplet: DB, E5 and C1. RGB value is (219,229,193). Sum of RGB (Red+Green+Blue) = 219+229+193=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 193 (75.78% from 255 or 30.11% from 641); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE5C1 is #241A3E. Grayscale: #DEDEDE. Windows color (decimal): -2366015 or 12707291. OLE color: 12707291.
HSL color Cylindrical-coordinate representation of color #DBE5C1: hue angle of 76.67º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBE5C1 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 193 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.10 |
| HSL | 76.67º | 0.41% | 0.83% | - |
| HSV(B) | 76.67º | 0.16% | 0.9% | - |
| XYZ | 66.86 | 74.95 | 61.39 | - |
| YUV | 221.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 193 | 0.04 | 0 | 0.16 | 0.10 | 76.67 | 0.41 | 0.83 |
| Hex | DB | E5 | C1 | 4 | 0 | 10 | A | 4D | 29 | 53 |
| Octal | 333 | 345 | 301 | 4 | 0 | 20 | 12 | 115 | 51 | 123 |
| Binary | 11011011 | 11100101 | 11000001 | 100 | 0 | 10000 | 1010 | 1001101 | 101001 | 1010011 |
Color Harmonies of #DBE5C1
Complementary color
Monochromatic Colors of #DBE5C1
Black with #DBE5C1
Text Example
Text Example
White with #DBE5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE5C1; }
p { color: rgb(219,229,193); }
H1.HeaderClassName
{
color: #DBE5C1;
}
.AnyTagClassName
{
color: #DBE5C1;
}
</style>
background-color css
<style>
a { background-color: #DBE5C1; }
a { background-color: rgb(219,229,193); }
div.DivClassName
{
background-color: #DBE5C1;
}
.BgClassName
{
background-color: #DBE5C1;
}
</style>
border-color css
<style>
span { border-color: #DBE5C1; }
span { border-color: rgb(219,229,193); }
td.TdClassName
{
border-color: #DBE5C1;
}
.TagClassName
{
border-color: #DBE5C1;
}
</style>