Shades of Gin #D6DDC5
Tints of Gin #D6DDC5
RGB
CMYK
RGB Variations
Color information
#D6DDC5 (or 0xD6DDC5) is known color: Gin. HEX triplet: D6, DD and C5. RGB value is (214,221,197). Sum of RGB (Red+Green+Blue) = 214+221+197=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 197 (77.34% from 255 or 31.17% from 632); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDC5 is #29223A. Grayscale: #D8D8D8. Windows color (decimal): -2695739 or 12967382. OLE color: 12967382.
HSL color Cylindrical-coordinate representation of color #D6DDC5: hue angle of 77.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6DDC5 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 221 | 197 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.13 |
| HSL | 77.5º | 0.26% | 0.82% | - |
| HSV(B) | 77.5º | 0.11% | 0.87% | - |
| XYZ | 63.67 | 70.04 | 62.99 | - |
| YUV | 216.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 197 | 0.03 | 0 | 0.11 | 0.13 | 77.5 | 0.26 | 0.82 |
| Hex | D6 | DD | C5 | 3 | 0 | B | D | 4E | 1A | 52 |
| Octal | 326 | 335 | 305 | 3 | 0 | 13 | 15 | 116 | 32 | 122 |
| Binary | 11010110 | 11011101 | 11000101 | 11 | 0 | 1011 | 1101 | 1001110 | 11010 | 1010010 |
Color Harmonies of #D6DDC5
Complementary color
Monochromatic Colors of #D6DDC5
Black with #D6DDC5
Text Example
Text Example
White with #D6DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DDC5; }
p { color: rgb(214,221,197); }
H1.HeaderClassName
{
color: #D6DDC5;
}
.AnyTagClassName
{
color: #D6DDC5;
}
</style>
background-color css
<style>
a { background-color: #D6DDC5; }
a { background-color: rgb(214,221,197); }
div.DivClassName
{
background-color: #D6DDC5;
}
.BgClassName
{
background-color: #D6DDC5;
}
</style>
border-color css
<style>
span { border-color: #D6DDC5; }
span { border-color: rgb(214,221,197); }
td.TdClassName
{
border-color: #D6DDC5;
}
.TagClassName
{
border-color: #D6DDC5;
}
</style>