Shades of Gin #D6D9CF
Tints of Gin #D6D9CF
RGB
CMYK
RGB Variations
Color information
#D6D9CF (or 0xD6D9CF) is known color: Gin. HEX triplet: D6, D9 and CF. RGB value is (214,217,207). Sum of RGB (Red+Green+Blue) = 214+217+207=638 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.54% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D9CF is #292630. Grayscale: #D7D7D7. Windows color (decimal): -2696753 or 13621718. OLE color: 13621718.
HSL color Cylindrical-coordinate representation of color #D6D9CF: hue angle of 78º degrees, saturation: 0.12, 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 #D6D9CF is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 217 | 207 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.15 |
| HSL | 78º | 0.12% | 0.83% | - |
| HSV(B) | 78º | 0.05% | 0.85% | - |
| XYZ | 63.81 | 68.43 | 68.88 | - |
| YUV | 214.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 217 | 207 | 0.01 | 0 | 0.05 | 0.15 | 78 | 0.12 | 0.83 |
| Hex | D6 | D9 | CF | 1 | 0 | 5 | F | 4E | C | 53 |
| Octal | 326 | 331 | 317 | 1 | 0 | 5 | 17 | 116 | 14 | 123 |
| Binary | 11010110 | 11011001 | 11001111 | 1 | 0 | 101 | 1111 | 1001110 | 1100 | 1010011 |
Color Harmonies of #D6D9CF
Complementary color
Monochromatic Colors of #D6D9CF
Black with #D6D9CF
Text Example
Text Example
White with #D6D9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D9CF; }
p { color: rgb(214,217,207); }
H1.HeaderClassName
{
color: #D6D9CF;
}
.AnyTagClassName
{
color: #D6D9CF;
}
</style>
background-color css
<style>
a { background-color: #D6D9CF; }
a { background-color: rgb(214,217,207); }
div.DivClassName
{
background-color: #D6D9CF;
}
.BgClassName
{
background-color: #D6D9CF;
}
</style>
border-color css
<style>
span { border-color: #D6D9CF; }
span { border-color: rgb(214,217,207); }
td.TdClassName
{
border-color: #D6D9CF;
}
.TagClassName
{
border-color: #D6D9CF;
}
</style>