Shades of Gin #DBE6CA
Tints of Gin #DBE6CA
RGB
CMYK
RGB Variations
Color information
#DBE6CA (or 0xDBE6CA) is known color: Gin. HEX triplet: DB, E6 and CA. RGB value is (219,230,202). Sum of RGB (Red+Green+Blue) = 219+230+202=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 230 (90.23% from 255 or 35.33% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE6CA is #241935. Grayscale: #DFDFDF. Windows color (decimal): -2365750 or 13297371. OLE color: 13297371.
HSL color Cylindrical-coordinate representation of color #DBE6CA: hue angle of 83.57º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBE6CA is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 202 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.10 |
| HSL | 83.57º | 0.36% | 0.85% | - |
| HSV(B) | 83.57º | 0.12% | 0.9% | - |
| XYZ | 68.17 | 75.92 | 66.94 | - |
| YUV | 223.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 202 | 0.05 | 0 | 0.12 | 0.10 | 83.57 | 0.36 | 0.85 |
| Hex | DB | E6 | CA | 5 | 0 | C | A | 54 | 24 | 55 |
| Octal | 333 | 346 | 312 | 5 | 0 | 14 | 12 | 124 | 44 | 125 |
| Binary | 11011011 | 11100110 | 11001010 | 101 | 0 | 1100 | 1010 | 1010100 | 100100 | 1010101 |
Color Harmonies of #DBE6CA
Complementary color
Monochromatic Colors of #DBE6CA
Black with #DBE6CA
Text Example
Text Example
White with #DBE6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE6CA; }
p { color: rgb(219,230,202); }
H1.HeaderClassName
{
color: #DBE6CA;
}
.AnyTagClassName
{
color: #DBE6CA;
}
</style>
background-color css
<style>
a { background-color: #DBE6CA; }
a { background-color: rgb(219,230,202); }
div.DivClassName
{
background-color: #DBE6CA;
}
.BgClassName
{
background-color: #DBE6CA;
}
</style>
border-color css
<style>
span { border-color: #DBE6CA; }
span { border-color: rgb(219,230,202); }
td.TdClassName
{
border-color: #DBE6CA;
}
.TagClassName
{
border-color: #DBE6CA;
}
</style>