Shades of Gin #DBE3CA
Tints of Gin #DBE3CA
RGB
CMYK
RGB Variations
Color information
#DBE3CA (or 0xDBE3CA) is known color: Gin. HEX triplet: DB, E3 and CA. RGB value is (219,227,202). Sum of RGB (Red+Green+Blue) = 219+227+202=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 227 (89.06% from 255 or 35.03% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE3CA is #241C35. Grayscale: #DDDDDD. Windows color (decimal): -2366518 or 13296603. OLE color: 13296603.
HSL color Cylindrical-coordinate representation of color #DBE3CA: hue angle of 79.2º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBE3CA is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 202 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.11 |
| HSL | 79.2º | 0.31% | 0.84% | - |
| HSV(B) | 79.2º | 0.11% | 0.89% | - |
| XYZ | 67.34 | 74.26 | 66.66 | - |
| YUV | 221.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 202 | 0.04 | 0 | 0.11 | 0.11 | 79.2 | 0.31 | 0.84 |
| Hex | DB | E3 | CA | 4 | 0 | B | B | 4F | 1F | 54 |
| Octal | 333 | 343 | 312 | 4 | 0 | 13 | 13 | 117 | 37 | 124 |
| Binary | 11011011 | 11100011 | 11001010 | 100 | 0 | 1011 | 1011 | 1001111 | 11111 | 1010100 |
Color Harmonies of #DBE3CA
Complementary color
Monochromatic Colors of #DBE3CA
Black with #DBE3CA
Text Example
Text Example
White with #DBE3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE3CA; }
p { color: rgb(219,227,202); }
H1.HeaderClassName
{
color: #DBE3CA;
}
.AnyTagClassName
{
color: #DBE3CA;
}
</style>
background-color css
<style>
a { background-color: #DBE3CA; }
a { background-color: rgb(219,227,202); }
div.DivClassName
{
background-color: #DBE3CA;
}
.BgClassName
{
background-color: #DBE3CA;
}
</style>
border-color css
<style>
span { border-color: #DBE3CA; }
span { border-color: rgb(219,227,202); }
td.TdClassName
{
border-color: #DBE3CA;
}
.TagClassName
{
border-color: #DBE3CA;
}
</style>