Shades of Gin #DBE3C5
Tints of Gin #DBE3C5
RGB
CMYK
RGB Variations
Color information
#DBE3C5 (or 0xDBE3C5) is known color: Gin. HEX triplet: DB, E3 and C5. RGB value is (219,227,197). Sum of RGB (Red+Green+Blue) = 219+227+197=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 227 (89.06% from 255 or 35.30% from 643); Blue value is 197 (77.34% from 255 or 30.64% from 643); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE3C5 is #241C3A. Grayscale: #DDDDDD. Windows color (decimal): -2366523 or 12968923. OLE color: 12968923.
HSL color Cylindrical-coordinate representation of color #DBE3C5: hue angle of 76º degrees, saturation: 0.35, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBE3C5 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 227 | 197 | - |
CMYK | 0.04 | 0 | 0.13 | 0.11 |
HSL | 76º | 0.35% | 0.83% | - |
HSV(B) | 76º | 0.13% | 0.89% | - |
XYZ | 66.76 | 74.03 | 63.59 | - |
YUV | 221.19 | 114.35 | 126.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 227 | 197 | 0.04 | 0 | 0.13 | 0.11 | 76 | 0.35 | 0.83 |
Hex | DB | E3 | C5 | 4 | 0 | D | B | 4C | 23 | 53 |
Octal | 333 | 343 | 305 | 4 | 0 | 15 | 13 | 114 | 43 | 123 |
Binary | 11011011 | 11100011 | 11000101 | 100 | 0 | 1101 | 1011 | 1001100 | 100011 | 1010011 |
Color Harmonies of #DBE3C5
Complementary color
Monochromatic Colors of #DBE3C5
Black with #DBE3C5
Text Example
Text Example
White with #DBE3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE3C5; }
p { color: rgb(219,227,197); }
H1.HeaderClassName
{
color: #DBE3C5;
}
.AnyTagClassName
{
color: #DBE3C5;
}
</style>
background-color css
<style>
a { background-color: #DBE3C5; }
a { background-color: rgb(219,227,197); }
div.DivClassName
{
background-color: #DBE3C5;
}
.BgClassName
{
background-color: #DBE3C5;
}
</style>
border-color css
<style>
span { border-color: #DBE3C5; }
span { border-color: rgb(219,227,197); }
td.TdClassName
{
border-color: #DBE3C5;
}
.TagClassName
{
border-color: #DBE3C5;
}
</style>