Shades of Gin #DBE6CB
Tints of Gin #DBE6CB
RGB
CMYK
RGB Variations
Color information
#DBE6CB (or 0xDBE6CB) is known color: Gin. HEX triplet: DB, E6 and CB. RGB value is (219,230,203). Sum of RGB (Red+Green+Blue) = 219+230+203=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 230 (90.23% from 255 or 35.28% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE6CB is #241934. Grayscale: #DFDFDF. Windows color (decimal): -2365749 or 13362907. OLE color: 13362907.
HSL color Cylindrical-coordinate representation of color #DBE6CB: hue angle of 84.44º degrees, saturation: 0.35, 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 #DBE6CB is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 203 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.10 |
| HSL | 84.44º | 0.35% | 0.85% | - |
| HSV(B) | 84.44º | 0.12% | 0.9% | - |
| XYZ | 68.29 | 75.97 | 67.56 | - |
| YUV | 223.63 | 116.36 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 203 | 0.05 | 0 | 0.12 | 0.10 | 84.44 | 0.35 | 0.85 |
| Hex | DB | E6 | CB | 5 | 0 | C | A | 54 | 23 | 55 |
| Octal | 333 | 346 | 313 | 5 | 0 | 14 | 12 | 124 | 43 | 125 |
| Binary | 11011011 | 11100110 | 11001011 | 101 | 0 | 1100 | 1010 | 1010100 | 100011 | 1010101 |
Color Harmonies of #DBE6CB
Complementary color
Monochromatic Colors of #DBE6CB
Black with #DBE6CB
Text Example
Text Example
White with #DBE6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE6CB; }
p { color: rgb(219,230,203); }
H1.HeaderClassName
{
color: #DBE6CB;
}
.AnyTagClassName
{
color: #DBE6CB;
}
</style>
background-color css
<style>
a { background-color: #DBE6CB; }
a { background-color: rgb(219,230,203); }
div.DivClassName
{
background-color: #DBE6CB;
}
.BgClassName
{
background-color: #DBE6CB;
}
</style>
border-color css
<style>
span { border-color: #DBE6CB; }
span { border-color: rgb(219,230,203); }
td.TdClassName
{
border-color: #DBE6CB;
}
.TagClassName
{
border-color: #DBE6CB;
}
</style>