Shades of Gin #D6DACC
Tints of Gin #D6DACC
RGB
CMYK
RGB Variations
Color information
#D6DACC (or 0xD6DACC) is known color: Gin. HEX triplet: D6, DA and CC. RGB value is (214,218,204). Sum of RGB (Red+Green+Blue) = 214+218+204=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DACC is #292533. Grayscale: #D7D7D7. Windows color (decimal): -2696500 or 13425366. OLE color: 13425366.
HSL color Cylindrical-coordinate representation of color #D6DACC: hue angle of 77.14º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D6DACC is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 218 | 204 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.15 |
| HSL | 77.14º | 0.16% | 0.83% | - |
| HSV(B) | 77.14º | 0.06% | 0.85% | - |
| XYZ | 63.7 | 68.8 | 67.05 | - |
| YUV | 215.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 204 | 0.02 | 0 | 0.06 | 0.15 | 77.14 | 0.16 | 0.83 |
| Hex | D6 | DA | CC | 2 | 0 | 6 | F | 4D | 10 | 53 |
| Octal | 326 | 332 | 314 | 2 | 0 | 6 | 17 | 115 | 20 | 123 |
| Binary | 11010110 | 11011010 | 11001100 | 10 | 0 | 110 | 1111 | 1001101 | 10000 | 1010011 |
Color Harmonies of #D6DACC
Complementary color
Monochromatic Colors of #D6DACC
Black with #D6DACC
Text Example
Text Example
White with #D6DACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DACC; }
p { color: rgb(214,218,204); }
H1.HeaderClassName
{
color: #D6DACC;
}
.AnyTagClassName
{
color: #D6DACC;
}
</style>
background-color css
<style>
a { background-color: #D6DACC; }
a { background-color: rgb(214,218,204); }
div.DivClassName
{
background-color: #D6DACC;
}
.BgClassName
{
background-color: #D6DACC;
}
</style>
border-color css
<style>
span { border-color: #D6DACC; }
span { border-color: rgb(214,218,204); }
td.TdClassName
{
border-color: #D6DACC;
}
.TagClassName
{
border-color: #D6DACC;
}
</style>