Shades of Gin #D5DBC5
Tints of Gin #D5DBC5
RGB
CMYK
RGB Variations
Color information
#D5DBC5 (or 0xD5DBC5) is known color: Gin. HEX triplet: D5, DB and C5. RGB value is (213,219,197). Sum of RGB (Red+Green+Blue) = 213+219+197=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 197 (77.34% from 255 or 31.32% from 629); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBC5 is #2A243A. Grayscale: #D6D6D6. Windows color (decimal): -2761787 or 12966869. OLE color: 12966869.
HSL color Cylindrical-coordinate representation of color #D5DBC5: hue angle of 76.36º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5DBC5 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 219 | 197 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.14 |
| HSL | 76.36º | 0.23% | 0.82% | - |
| HSV(B) | 76.36º | 0.1% | 0.86% | - |
| XYZ | 62.85 | 68.84 | 62.8 | - |
| YUV | 214.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 219 | 197 | 0.03 | 0 | 0.10 | 0.14 | 76.36 | 0.23 | 0.82 |
| Hex | D5 | DB | C5 | 3 | 0 | A | E | 4C | 17 | 52 |
| Octal | 325 | 333 | 305 | 3 | 0 | 12 | 16 | 114 | 27 | 122 |
| Binary | 11010101 | 11011011 | 11000101 | 11 | 0 | 1010 | 1110 | 1001100 | 10111 | 1010010 |
Color Harmonies of #D5DBC5
Complementary color
Monochromatic Colors of #D5DBC5
Black with #D5DBC5
Text Example
Text Example
White with #D5DBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DBC5; }
p { color: rgb(213,219,197); }
H1.HeaderClassName
{
color: #D5DBC5;
}
.AnyTagClassName
{
color: #D5DBC5;
}
</style>
background-color css
<style>
a { background-color: #D5DBC5; }
a { background-color: rgb(213,219,197); }
div.DivClassName
{
background-color: #D5DBC5;
}
.BgClassName
{
background-color: #D5DBC5;
}
</style>
border-color css
<style>
span { border-color: #D5DBC5; }
span { border-color: rgb(213,219,197); }
td.TdClassName
{
border-color: #D5DBC5;
}
.TagClassName
{
border-color: #D5DBC5;
}
</style>