Shades of Gin #DBE6C5
Tints of Gin #DBE6C5
RGB
CMYK
RGB Variations
Color information
#DBE6C5 (or 0xDBE6C5) is known color: Gin. HEX triplet: DB, E6 and C5. RGB value is (219,230,197). Sum of RGB (Red+Green+Blue) = 219+230+197=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 230 (90.23% from 255 or 35.60% from 646); Blue value is 197 (77.34% from 255 or 30.50% from 646); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE6C5 is #24193A. Grayscale: #DFDFDF. Windows color (decimal): -2365755 or 12969691. OLE color: 12969691.
HSL color Cylindrical-coordinate representation of color #DBE6C5: hue angle of 80º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBE6C5 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
RGB | 219 | 230 | 197 | - |
CMYK | 0.05 | 0 | 0.14 | 0.10 |
HSL | 80º | 0.4% | 0.84% | - |
HSV(B) | 80º | 0.14% | 0.9% | - |
XYZ | 67.59 | 75.68 | 63.87 | - |
YUV | 222.95 | 113.36 | 125.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 230 | 197 | 0.05 | 0 | 0.14 | 0.10 | 80 | 0.4 | 0.84 |
Hex | DB | E6 | C5 | 5 | 0 | E | A | 50 | 28 | 54 |
Octal | 333 | 346 | 305 | 5 | 0 | 16 | 12 | 120 | 50 | 124 |
Binary | 11011011 | 11100110 | 11000101 | 101 | 0 | 1110 | 1010 | 1010000 | 101000 | 1010100 |
Color Harmonies of #DBE6C5
Complementary color
Monochromatic Colors of #DBE6C5
Black with #DBE6C5
Text Example
Text Example
White with #DBE6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE6C5; }
p { color: rgb(219,230,197); }
H1.HeaderClassName
{
color: #DBE6C5;
}
.AnyTagClassName
{
color: #DBE6C5;
}
</style>
background-color css
<style>
a { background-color: #DBE6C5; }
a { background-color: rgb(219,230,197); }
div.DivClassName
{
background-color: #DBE6C5;
}
.BgClassName
{
background-color: #DBE6C5;
}
</style>
border-color css
<style>
span { border-color: #DBE6C5; }
span { border-color: rgb(219,230,197); }
td.TdClassName
{
border-color: #DBE6C5;
}
.TagClassName
{
border-color: #DBE6C5;
}
</style>