Shades of Gin #D6DFBF
Tints of Gin #D6DFBF
RGB
CMYK
RGB Variations
Color information
#D6DFBF (or 0xD6DFBF) is known color: Gin. HEX triplet: D6, DF and BF. RGB value is (214,223,191). Sum of RGB (Red+Green+Blue) = 214+223+191=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DFBF is #292040. Grayscale: #D8D8D8. Windows color (decimal): -2695233 or 12574678. OLE color: 12574678.
HSL color Cylindrical-coordinate representation of color #D6DFBF: hue angle of 76.88º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6DFBF is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 223 | 191 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.13 |
| HSL | 76.88º | 0.33% | 0.81% | - |
| HSV(B) | 76.88º | 0.14% | 0.87% | - |
| XYZ | 63.52 | 70.83 | 59.61 | - |
| YUV | 216.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 223 | 191 | 0.04 | 0 | 0.14 | 0.13 | 76.88 | 0.33 | 0.81 |
| Hex | D6 | DF | BF | 4 | 0 | E | D | 4D | 21 | 51 |
| Octal | 326 | 337 | 277 | 4 | 0 | 16 | 15 | 115 | 41 | 121 |
| Binary | 11010110 | 11011111 | 10111111 | 100 | 0 | 1110 | 1101 | 1001101 | 100001 | 1010001 |
Color Harmonies of #D6DFBF
Complementary color
Monochromatic Colors of #D6DFBF
Black with #D6DFBF
Text Example
Text Example
White with #D6DFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DFBF; }
p { color: rgb(214,223,191); }
H1.HeaderClassName
{
color: #D6DFBF;
}
.AnyTagClassName
{
color: #D6DFBF;
}
</style>
background-color css
<style>
a { background-color: #D6DFBF; }
a { background-color: rgb(214,223,191); }
div.DivClassName
{
background-color: #D6DFBF;
}
.BgClassName
{
background-color: #D6DFBF;
}
</style>
border-color css
<style>
span { border-color: #D6DFBF; }
span { border-color: rgb(214,223,191); }
td.TdClassName
{
border-color: #D6DFBF;
}
.TagClassName
{
border-color: #D6DFBF;
}
</style>