Shades of Gin #DBE4C8
Tints of Gin #DBE4C8
RGB
CMYK
RGB Variations
Color information
#DBE4C8 (or 0xDBE4C8) is known color: Gin. HEX triplet: DB, E4 and C8. RGB value is (219,228,200). Sum of RGB (Red+Green+Blue) = 219+228+200=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 228 (89.45% from 255 or 35.24% from 647); Blue value is 200 (78.52% from 255 or 30.91% from 647); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE4C8 is #241B37. Grayscale: #DEDEDE. Windows color (decimal): -2366264 or 13165787. OLE color: 13165787.
HSL color Cylindrical-coordinate representation of color #DBE4C8: hue angle of 79.29º degrees, saturation: 0.34, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBE4C8 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 200 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.11 |
| HSL | 79.29º | 0.34% | 0.84% | - |
| HSV(B) | 79.29º | 0.12% | 0.89% | - |
| XYZ | 67.38 | 74.72 | 65.51 | - |
| YUV | 222.12 | 115.52 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 200 | 0.04 | 0 | 0.12 | 0.11 | 79.29 | 0.34 | 0.84 |
| Hex | DB | E4 | C8 | 4 | 0 | C | B | 4F | 22 | 54 |
| Octal | 333 | 344 | 310 | 4 | 0 | 14 | 13 | 117 | 42 | 124 |
| Binary | 11011011 | 11100100 | 11001000 | 100 | 0 | 1100 | 1011 | 1001111 | 100010 | 1010100 |
Color Harmonies of #DBE4C8
Complementary color
Monochromatic Colors of #DBE4C8
Black with #DBE4C8
Text Example
Text Example
White with #DBE4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE4C8; }
p { color: rgb(219,228,200); }
H1.HeaderClassName
{
color: #DBE4C8;
}
.AnyTagClassName
{
color: #DBE4C8;
}
</style>
background-color css
<style>
a { background-color: #DBE4C8; }
a { background-color: rgb(219,228,200); }
div.DivClassName
{
background-color: #DBE4C8;
}
.BgClassName
{
background-color: #DBE4C8;
}
</style>
border-color css
<style>
span { border-color: #DBE4C8; }
span { border-color: rgb(219,228,200); }
td.TdClassName
{
border-color: #DBE4C8;
}
.TagClassName
{
border-color: #DBE4C8;
}
</style>