Shades of Gin #D5DCC9
Tints of Gin #D5DCC9
RGB
CMYK
RGB Variations
Color information
#D5DCC9 (or 0xD5DCC9) is known color: Gin. HEX triplet: D5, DC and C9. RGB value is (213,220,201). Sum of RGB (Red+Green+Blue) = 213+220+201=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 201 (78.91% from 255 or 31.70% from 634); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCC9 is #2A2336. Grayscale: #D7D7D7. Windows color (decimal): -2761527 or 13229269. OLE color: 13229269.
HSL color Cylindrical-coordinate representation of color #D5DCC9: hue angle of 82.11º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5DCC9 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 220 | 201 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.14 |
| HSL | 82.11º | 0.21% | 0.83% | - |
| HSV(B) | 82.11º | 0.09% | 0.86% | - |
| XYZ | 63.58 | 69.55 | 65.33 | - |
| YUV | 215.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 220 | 201 | 0.03 | 0 | 0.09 | 0.14 | 82.11 | 0.21 | 0.83 |
| Hex | D5 | DC | C9 | 3 | 0 | 9 | E | 52 | 15 | 53 |
| Octal | 325 | 334 | 311 | 3 | 0 | 11 | 16 | 122 | 25 | 123 |
| Binary | 11010101 | 11011100 | 11001001 | 11 | 0 | 1001 | 1110 | 1010010 | 10101 | 1010011 |
Color Harmonies of #D5DCC9
Complementary color
Monochromatic Colors of #D5DCC9
Black with #D5DCC9
Text Example
Text Example
White with #D5DCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DCC9; }
p { color: rgb(213,220,201); }
H1.HeaderClassName
{
color: #D5DCC9;
}
.AnyTagClassName
{
color: #D5DCC9;
}
</style>
background-color css
<style>
a { background-color: #D5DCC9; }
a { background-color: rgb(213,220,201); }
div.DivClassName
{
background-color: #D5DCC9;
}
.BgClassName
{
background-color: #D5DCC9;
}
</style>
border-color css
<style>
span { border-color: #D5DCC9; }
span { border-color: rgb(213,220,201); }
td.TdClassName
{
border-color: #D5DCC9;
}
.TagClassName
{
border-color: #D5DCC9;
}
</style>