Shades of Gin #D7DEC6
Tints of Gin #D7DEC6
RGB
CMYK
RGB Variations
Color information
#D7DEC6 (or 0xD7DEC6) is known color: Gin. HEX triplet: D7, DE and C6. RGB value is (215,222,198). Sum of RGB (Red+Green+Blue) = 215+222+198=635 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.86% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 198 (77.73% from 255 or 31.18% from 635); Max value from RGB is 222 - color contains mainly: green. Hex color #D7DEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DEC6 is #282139. Grayscale: #D9D9D9. Windows color (decimal): -2629946 or 13033175. OLE color: 13033175.
HSL color Cylindrical-coordinate representation of color #D7DEC6: hue angle of 77.5º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7DEC6 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 222 | 198 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.13 |
| HSL | 77.5º | 0.27% | 0.82% | - |
| HSV(B) | 77.5º | 0.11% | 0.87% | - |
| XYZ | 64.34 | 70.77 | 63.69 | - |
| YUV | 217.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 222 | 198 | 0.03 | 0 | 0.11 | 0.13 | 77.5 | 0.27 | 0.82 |
| Hex | D7 | DE | C6 | 3 | 0 | B | D | 4E | 1B | 52 |
| Octal | 327 | 336 | 306 | 3 | 0 | 13 | 15 | 116 | 33 | 122 |
| Binary | 11010111 | 11011110 | 11000110 | 11 | 0 | 1011 | 1101 | 1001110 | 11011 | 1010010 |
Color Harmonies of #D7DEC6
Complementary color
Monochromatic Colors of #D7DEC6
Black with #D7DEC6
Text Example
Text Example
White with #D7DEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DEC6; }
p { color: rgb(215,222,198); }
H1.HeaderClassName
{
color: #D7DEC6;
}
.AnyTagClassName
{
color: #D7DEC6;
}
</style>
background-color css
<style>
a { background-color: #D7DEC6; }
a { background-color: rgb(215,222,198); }
div.DivClassName
{
background-color: #D7DEC6;
}
.BgClassName
{
background-color: #D7DEC6;
}
</style>
border-color css
<style>
span { border-color: #D7DEC6; }
span { border-color: rgb(215,222,198); }
td.TdClassName
{
border-color: #D7DEC6;
}
.TagClassName
{
border-color: #D7DEC6;
}
</style>