Shades of Gin #DBE6C4
Tints of Gin #DBE6C4
RGB
CMYK
RGB Variations
Color information
#DBE6C4 (or 0xDBE6C4) is known color: Gin. HEX triplet: DB, E6 and C4. RGB value is (219,230,196). Sum of RGB (Red+Green+Blue) = 219+230+196=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 196 (76.95% from 255 or 30.39% from 645); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE6C4 is #24193B. Grayscale: #DEDEDE. Windows color (decimal): -2365756 or 12904155. OLE color: 12904155.
HSL color Cylindrical-coordinate representation of color #DBE6C4: hue angle of 79.41º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBE6C4 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 196 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.10 |
| HSL | 79.41º | 0.4% | 0.84% | - |
| HSV(B) | 79.41º | 0.15% | 0.9% | - |
| XYZ | 67.47 | 75.64 | 63.27 | - |
| YUV | 222.84 | 112.86 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 196 | 0.05 | 0 | 0.15 | 0.10 | 79.41 | 0.4 | 0.84 |
| Hex | DB | E6 | C4 | 5 | 0 | F | A | 4F | 28 | 54 |
| Octal | 333 | 346 | 304 | 5 | 0 | 17 | 12 | 117 | 50 | 124 |
| Binary | 11011011 | 11100110 | 11000100 | 101 | 0 | 1111 | 1010 | 1001111 | 101000 | 1010100 |
Color Harmonies of #DBE6C4
Complementary color
Monochromatic Colors of #DBE6C4
Black with #DBE6C4
Text Example
Text Example
White with #DBE6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE6C4; }
p { color: rgb(219,230,196); }
H1.HeaderClassName
{
color: #DBE6C4;
}
.AnyTagClassName
{
color: #DBE6C4;
}
</style>
background-color css
<style>
a { background-color: #DBE6C4; }
a { background-color: rgb(219,230,196); }
div.DivClassName
{
background-color: #DBE6C4;
}
.BgClassName
{
background-color: #DBE6C4;
}
</style>
border-color css
<style>
span { border-color: #DBE6C4; }
span { border-color: rgb(219,230,196); }
td.TdClassName
{
border-color: #DBE6C4;
}
.TagClassName
{
border-color: #DBE6C4;
}
</style>