Shades of Gin #D6DDC9
Tints of Gin #D6DDC9
RGB
CMYK
RGB Variations
Color information
#D6DDC9 (or 0xD6DDC9) is known color: Gin. HEX triplet: D6, DD and C9. RGB value is (214,221,201). Sum of RGB (Red+Green+Blue) = 214+221+201=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDC9 is #292236. Grayscale: #D8D8D8. Windows color (decimal): -2695735 or 13229526. OLE color: 13229526.
HSL color Cylindrical-coordinate representation of color #D6DDC9: hue angle of 81º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6DDC9 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 221 | 201 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.13 |
| HSL | 81º | 0.23% | 0.83% | - |
| HSV(B) | 81º | 0.09% | 0.87% | - |
| XYZ | 64.13 | 70.23 | 65.43 | - |
| YUV | 216.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 201 | 0.03 | 0 | 0.09 | 0.13 | 81 | 0.23 | 0.83 |
| Hex | D6 | DD | C9 | 3 | 0 | 9 | D | 51 | 17 | 53 |
| Octal | 326 | 335 | 311 | 3 | 0 | 11 | 15 | 121 | 27 | 123 |
| Binary | 11010110 | 11011101 | 11001001 | 11 | 0 | 1001 | 1101 | 1010001 | 10111 | 1010011 |
Color Harmonies of #D6DDC9
Complementary color
Monochromatic Colors of #D6DDC9
Black with #D6DDC9
Text Example
Text Example
White with #D6DDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DDC9; }
p { color: rgb(214,221,201); }
H1.HeaderClassName
{
color: #D6DDC9;
}
.AnyTagClassName
{
color: #D6DDC9;
}
</style>
background-color css
<style>
a { background-color: #D6DDC9; }
a { background-color: rgb(214,221,201); }
div.DivClassName
{
background-color: #D6DDC9;
}
.BgClassName
{
background-color: #D6DDC9;
}
</style>
border-color css
<style>
span { border-color: #D6DDC9; }
span { border-color: rgb(214,221,201); }
td.TdClassName
{
border-color: #D6DDC9;
}
.TagClassName
{
border-color: #D6DDC9;
}
</style>