Shades of Gin #D6DACF
Tints of Gin #D6DACF
RGB
CMYK
RGB Variations
Color information
#D6DACF (or 0xD6DACF) is known color: Gin. HEX triplet: D6, DA and CF. RGB value is (214,218,207). Sum of RGB (Red+Green+Blue) = 214+218+207=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DACF is #292530. Grayscale: #D7D7D7. Windows color (decimal): -2696497 or 13621974. OLE color: 13621974.
HSL color Cylindrical-coordinate representation of color #D6DACF: hue angle of 81.82º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6DACF is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 218 | 207 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.15 |
| HSL | 81.82º | 0.13% | 0.83% | - |
| HSV(B) | 81.82º | 0.05% | 0.85% | - |
| XYZ | 64.07 | 68.94 | 68.96 | - |
| YUV | 215.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 207 | 0.02 | 0 | 0.05 | 0.15 | 81.82 | 0.13 | 0.83 |
| Hex | D6 | DA | CF | 2 | 0 | 5 | F | 52 | D | 53 |
| Octal | 326 | 332 | 317 | 2 | 0 | 5 | 17 | 122 | 15 | 123 |
| Binary | 11010110 | 11011010 | 11001111 | 10 | 0 | 101 | 1111 | 1010010 | 1101 | 1010011 |
Color Harmonies of #D6DACF
Complementary color
Monochromatic Colors of #D6DACF
Black with #D6DACF
Text Example
Text Example
White with #D6DACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DACF; }
p { color: rgb(214,218,207); }
H1.HeaderClassName
{
color: #D6DACF;
}
.AnyTagClassName
{
color: #D6DACF;
}
</style>
background-color css
<style>
a { background-color: #D6DACF; }
a { background-color: rgb(214,218,207); }
div.DivClassName
{
background-color: #D6DACF;
}
.BgClassName
{
background-color: #D6DACF;
}
</style>
border-color css
<style>
span { border-color: #D6DACF; }
span { border-color: rgb(214,218,207); }
td.TdClassName
{
border-color: #D6DACF;
}
.TagClassName
{
border-color: #D6DACF;
}
</style>