Shades of Gin #DBE7CA
Tints of Gin #DBE7CA
RGB
CMYK
RGB Variations
Color information
#DBE7CA (or 0xDBE7CA) is known color: Gin. HEX triplet: DB, E7 and CA. RGB value is (219,231,202). Sum of RGB (Red+Green+Blue) = 219+231+202=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 231 (90.62% from 255 or 35.43% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE7CA is #241835. Grayscale: #E0E0E0. Windows color (decimal): -2365494 or 13297627. OLE color: 13297627.
HSL color Cylindrical-coordinate representation of color #DBE7CA: hue angle of 84.83º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBE7CA is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 202 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.09 |
| HSL | 84.83º | 0.38% | 0.85% | - |
| HSV(B) | 84.83º | 0.13% | 0.91% | - |
| XYZ | 68.45 | 76.48 | 67.03 | - |
| YUV | 224.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 202 | 0.05 | 0 | 0.13 | 0.09 | 84.83 | 0.38 | 0.85 |
| Hex | DB | E7 | CA | 5 | 0 | D | 9 | 55 | 26 | 55 |
| Octal | 333 | 347 | 312 | 5 | 0 | 15 | 11 | 125 | 46 | 125 |
| Binary | 11011011 | 11100111 | 11001010 | 101 | 0 | 1101 | 1001 | 1010101 | 100110 | 1010101 |
Color Harmonies of #DBE7CA
Complementary color
Monochromatic Colors of #DBE7CA
Black with #DBE7CA
Text Example
Text Example
White with #DBE7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE7CA; }
p { color: rgb(219,231,202); }
H1.HeaderClassName
{
color: #DBE7CA;
}
.AnyTagClassName
{
color: #DBE7CA;
}
</style>
background-color css
<style>
a { background-color: #DBE7CA; }
a { background-color: rgb(219,231,202); }
div.DivClassName
{
background-color: #DBE7CA;
}
.BgClassName
{
background-color: #DBE7CA;
}
</style>
border-color css
<style>
span { border-color: #DBE7CA; }
span { border-color: rgb(219,231,202); }
td.TdClassName
{
border-color: #DBE7CA;
}
.TagClassName
{
border-color: #DBE7CA;
}
</style>