Shades of Gin #DBE3C8
Tints of Gin #DBE3C8
RGB
CMYK
RGB Variations
Color information
#DBE3C8 (or 0xDBE3C8) is known color: Gin. HEX triplet: DB, E3 and C8. RGB value is (219,227,200). Sum of RGB (Red+Green+Blue) = 219+227+200=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 227 (89.06% from 255 or 35.14% from 646); Blue value is 200 (78.52% from 255 or 30.96% from 646); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE3C8 is #241C37. Grayscale: #DDDDDD. Windows color (decimal): -2366520 or 13165531. OLE color: 13165531.
HSL color Cylindrical-coordinate representation of color #DBE3C8: hue angle of 77.78º degrees, saturation: 0.33, 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 #DBE3C8 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 227 | 200 | - |
CMYK | 0.04 | 0 | 0.12 | 0.11 |
HSL | 77.78º | 0.33% | 0.84% | - |
HSV(B) | 77.78º | 0.12% | 0.89% | - |
XYZ | 67.11 | 74.17 | 65.42 | - |
YUV | 221.53 | 115.85 | 126.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 227 | 200 | 0.04 | 0 | 0.12 | 0.11 | 77.78 | 0.33 | 0.84 |
Hex | DB | E3 | C8 | 4 | 0 | C | B | 4E | 21 | 54 |
Octal | 333 | 343 | 310 | 4 | 0 | 14 | 13 | 116 | 41 | 124 |
Binary | 11011011 | 11100011 | 11001000 | 100 | 0 | 1100 | 1011 | 1001110 | 100001 | 1010100 |
Color Harmonies of #DBE3C8
Complementary color
Monochromatic Colors of #DBE3C8
Black with #DBE3C8
Text Example
Text Example
White with #DBE3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE3C8; }
p { color: rgb(219,227,200); }
H1.HeaderClassName
{
color: #DBE3C8;
}
.AnyTagClassName
{
color: #DBE3C8;
}
</style>
background-color css
<style>
a { background-color: #DBE3C8; }
a { background-color: rgb(219,227,200); }
div.DivClassName
{
background-color: #DBE3C8;
}
.BgClassName
{
background-color: #DBE3C8;
}
</style>
border-color css
<style>
span { border-color: #DBE3C8; }
span { border-color: rgb(219,227,200); }
td.TdClassName
{
border-color: #DBE3C8;
}
.TagClassName
{
border-color: #DBE3C8;
}
</style>