Shades of Gin #D6DFBD
Tints of Gin #D6DFBD
RGB
CMYK
RGB Variations
Color information
#D6DFBD (or 0xD6DFBD) is known color: Gin. HEX triplet: D6, DF and BD. RGB value is (214,223,189). Sum of RGB (Red+Green+Blue) = 214+223+189=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DFBD is #292042. Grayscale: #D8D8D8. Windows color (decimal): -2695235 or 12443606. OLE color: 12443606.
HSL color Cylindrical-coordinate representation of color #D6DFBD: hue angle of 75.88º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6DFBD is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 223 | 189 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.13 |
| HSL | 75.88º | 0.35% | 0.81% | - |
| HSV(B) | 75.88º | 0.15% | 0.87% | - |
| XYZ | 63.3 | 70.75 | 58.46 | - |
| YUV | 216.43 | 112.52 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 223 | 189 | 0.04 | 0 | 0.15 | 0.13 | 75.88 | 0.35 | 0.81 |
| Hex | D6 | DF | BD | 4 | 0 | F | D | 4C | 23 | 51 |
| Octal | 326 | 337 | 275 | 4 | 0 | 17 | 15 | 114 | 43 | 121 |
| Binary | 11010110 | 11011111 | 10111101 | 100 | 0 | 1111 | 1101 | 1001100 | 100011 | 1010001 |
Color Harmonies of #D6DFBD
Complementary color
Monochromatic Colors of #D6DFBD
Black with #D6DFBD
Text Example
Text Example
White with #D6DFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DFBD; }
p { color: rgb(214,223,189); }
H1.HeaderClassName
{
color: #D6DFBD;
}
.AnyTagClassName
{
color: #D6DFBD;
}
</style>
background-color css
<style>
a { background-color: #D6DFBD; }
a { background-color: rgb(214,223,189); }
div.DivClassName
{
background-color: #D6DFBD;
}
.BgClassName
{
background-color: #D6DFBD;
}
</style>
border-color css
<style>
span { border-color: #D6DFBD; }
span { border-color: rgb(214,223,189); }
td.TdClassName
{
border-color: #D6DFBD;
}
.TagClassName
{
border-color: #D6DFBD;
}
</style>