Shades of Gin #D5DBC9
Tints of Gin #D5DBC9
RGB
CMYK
RGB Variations
Color information
#D5DBC9 (or 0xD5DBC9) is known color: Gin. HEX triplet: D5, DB and C9. RGB value is (213,219,201). Sum of RGB (Red+Green+Blue) = 213+219+201=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBC9 is #2A2436. Grayscale: #D7D7D7. Windows color (decimal): -2761783 or 13229013. OLE color: 13229013.
HSL color Cylindrical-coordinate representation of color #D5DBC9: hue angle of 80º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D5DBC9 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 219 | 201 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.14 |
| HSL | 80º | 0.2% | 0.82% | - |
| HSV(B) | 80º | 0.08% | 0.86% | - |
| XYZ | 63.31 | 69.03 | 65.24 | - |
| YUV | 215.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 219 | 201 | 0.03 | 0 | 0.08 | 0.14 | 80 | 0.2 | 0.82 |
| Hex | D5 | DB | C9 | 3 | 0 | 8 | E | 50 | 14 | 52 |
| Octal | 325 | 333 | 311 | 3 | 0 | 10 | 16 | 120 | 24 | 122 |
| Binary | 11010101 | 11011011 | 11001001 | 11 | 0 | 1000 | 1110 | 1010000 | 10100 | 1010010 |
Color Harmonies of #D5DBC9
Complementary color
Monochromatic Colors of #D5DBC9
Black with #D5DBC9
Text Example
Text Example
White with #D5DBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DBC9; }
p { color: rgb(213,219,201); }
H1.HeaderClassName
{
color: #D5DBC9;
}
.AnyTagClassName
{
color: #D5DBC9;
}
</style>
background-color css
<style>
a { background-color: #D5DBC9; }
a { background-color: rgb(213,219,201); }
div.DivClassName
{
background-color: #D5DBC9;
}
.BgClassName
{
background-color: #D5DBC9;
}
</style>
border-color css
<style>
span { border-color: #D5DBC9; }
span { border-color: rgb(213,219,201); }
td.TdClassName
{
border-color: #D5DBC9;
}
.TagClassName
{
border-color: #D5DBC9;
}
</style>