Shades of Gin #D5DDBD
Tints of Gin #D5DDBD
RGB
CMYK
RGB Variations
Color information
#D5DDBD (or 0xD5DDBD) is known color: Gin. HEX triplet: D5, DD and BD. RGB value is (213,221,189). Sum of RGB (Red+Green+Blue) = 213+221+189=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDBD is #2A2242. Grayscale: #D7D7D7. Windows color (decimal): -2761283 or 12443093. OLE color: 12443093.
HSL color Cylindrical-coordinate representation of color #D5DDBD: hue angle of 75º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5DDBD is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 221 | 189 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.13 |
| HSL | 75º | 0.32% | 0.8% | - |
| HSV(B) | 75º | 0.14% | 0.87% | - |
| XYZ | 62.48 | 69.53 | 58.27 | - |
| YUV | 214.96 | 113.35 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 189 | 0.04 | 0 | 0.14 | 0.13 | 75 | 0.32 | 0.8 |
| Hex | D5 | DD | BD | 4 | 0 | E | D | 4B | 20 | 50 |
| Octal | 325 | 335 | 275 | 4 | 0 | 16 | 15 | 113 | 40 | 120 |
| Binary | 11010101 | 11011101 | 10111101 | 100 | 0 | 1110 | 1101 | 1001011 | 100000 | 1010000 |
Color Harmonies of #D5DDBD
Complementary color
Monochromatic Colors of #D5DDBD
Black with #D5DDBD
Text Example
Text Example
White with #D5DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DDBD; }
p { color: rgb(213,221,189); }
H1.HeaderClassName
{
color: #D5DDBD;
}
.AnyTagClassName
{
color: #D5DDBD;
}
</style>
background-color css
<style>
a { background-color: #D5DDBD; }
a { background-color: rgb(213,221,189); }
div.DivClassName
{
background-color: #D5DDBD;
}
.BgClassName
{
background-color: #D5DDBD;
}
</style>
border-color css
<style>
span { border-color: #D5DDBD; }
span { border-color: rgb(213,221,189); }
td.TdClassName
{
border-color: #D5DDBD;
}
.TagClassName
{
border-color: #D5DDBD;
}
</style>