Shades of Gin #D7DCC8
Tints of Gin #D7DCC8
RGB
CMYK
RGB Variations
Color information
#D7DCC8 (or 0xD7DCC8) is known color: Gin. HEX triplet: D7, DC and C8. RGB value is (215,220,200). Sum of RGB (Red+Green+Blue) = 215+220+200=635 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.86% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCC8 is #282337. Grayscale: #D8D8D8. Windows color (decimal): -2630456 or 13163735. OLE color: 13163735.
HSL color Cylindrical-coordinate representation of color #D7DCC8: hue angle of 75º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7DCC8 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 220 | 200 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.14 |
| HSL | 75º | 0.22% | 0.82% | - |
| HSV(B) | 75º | 0.09% | 0.86% | - |
| XYZ | 64.04 | 69.8 | 64.74 | - |
| YUV | 216.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 220 | 200 | 0.02 | 0 | 0.09 | 0.14 | 75 | 0.22 | 0.82 |
| Hex | D7 | DC | C8 | 2 | 0 | 9 | E | 4B | 16 | 52 |
| Octal | 327 | 334 | 310 | 2 | 0 | 11 | 16 | 113 | 26 | 122 |
| Binary | 11010111 | 11011100 | 11001000 | 10 | 0 | 1001 | 1110 | 1001011 | 10110 | 1010010 |
Color Harmonies of #D7DCC8
Complementary color
Monochromatic Colors of #D7DCC8
Black with #D7DCC8
Text Example
Text Example
White with #D7DCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DCC8; }
p { color: rgb(215,220,200); }
H1.HeaderClassName
{
color: #D7DCC8;
}
.AnyTagClassName
{
color: #D7DCC8;
}
</style>
background-color css
<style>
a { background-color: #D7DCC8; }
a { background-color: rgb(215,220,200); }
div.DivClassName
{
background-color: #D7DCC8;
}
.BgClassName
{
background-color: #D7DCC8;
}
</style>
border-color css
<style>
span { border-color: #D7DCC8; }
span { border-color: rgb(215,220,200); }
td.TdClassName
{
border-color: #D7DCC8;
}
.TagClassName
{
border-color: #D7DCC8;
}
</style>