Shades of Gin #D5DBC8
Tints of Gin #D5DBC8
RGB
CMYK
RGB Variations
Color information
#D5DBC8 (or 0xD5DBC8) is known color: Gin. HEX triplet: D5, DB and C8. RGB value is (213,219,200). Sum of RGB (Red+Green+Blue) = 213+219+200=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 200 (78.52% from 255 or 31.65% from 632); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBC8 is #2A2437. Grayscale: #D7D7D7. Windows color (decimal): -2761784 or 13163477. OLE color: 13163477.
HSL color Cylindrical-coordinate representation of color #D5DBC8: hue angle of 78.95º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5DBC8 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 219 | 200 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.14 |
| HSL | 78.95º | 0.21% | 0.82% | - |
| HSV(B) | 78.95º | 0.09% | 0.86% | - |
| XYZ | 63.2 | 68.98 | 64.63 | - |
| YUV | 215.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 219 | 200 | 0.03 | 0 | 0.09 | 0.14 | 78.95 | 0.21 | 0.82 |
| Hex | D5 | DB | C8 | 3 | 0 | 9 | E | 4F | 15 | 52 |
| Octal | 325 | 333 | 310 | 3 | 0 | 11 | 16 | 117 | 25 | 122 |
| Binary | 11010101 | 11011011 | 11001000 | 11 | 0 | 1001 | 1110 | 1001111 | 10101 | 1010010 |
Color Harmonies of #D5DBC8
Complementary color
Monochromatic Colors of #D5DBC8
Black with #D5DBC8
Text Example
Text Example
White with #D5DBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DBC8; }
p { color: rgb(213,219,200); }
H1.HeaderClassName
{
color: #D5DBC8;
}
.AnyTagClassName
{
color: #D5DBC8;
}
</style>
background-color css
<style>
a { background-color: #D5DBC8; }
a { background-color: rgb(213,219,200); }
div.DivClassName
{
background-color: #D5DBC8;
}
.BgClassName
{
background-color: #D5DBC8;
}
</style>
border-color css
<style>
span { border-color: #D5DBC8; }
span { border-color: rgb(213,219,200); }
td.TdClassName
{
border-color: #D5DBC8;
}
.TagClassName
{
border-color: #D5DBC8;
}
</style>