Shades of Gin #D7DBC8
Tints of Gin #D7DBC8
RGB
CMYK
RGB Variations
Color information
#D7DBC8 (or 0xD7DBC8) is known color: Gin. HEX triplet: D7, DB and C8. RGB value is (215,219,200). Sum of RGB (Red+Green+Blue) = 215+219+200=634 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.91% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 200 (78.52% from 255 or 31.55% from 634); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DBC8 is #282437. Grayscale: #D7D7D7. Windows color (decimal): -2630712 or 13163479. OLE color: 13163479.
HSL color Cylindrical-coordinate representation of color #D7DBC8: hue angle of 72.63º degrees, saturation: 0.21, 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 #D7DBC8 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 219 | 200 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.14 |
| HSL | 72.63º | 0.21% | 0.82% | - |
| HSV(B) | 72.63º | 0.09% | 0.86% | - |
| XYZ | 63.78 | 69.28 | 64.65 | - |
| YUV | 215.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 219 | 200 | 0.02 | 0 | 0.09 | 0.14 | 72.63 | 0.21 | 0.82 |
| Hex | D7 | DB | C8 | 2 | 0 | 9 | E | 49 | 15 | 52 |
| Octal | 327 | 333 | 310 | 2 | 0 | 11 | 16 | 111 | 25 | 122 |
| Binary | 11010111 | 11011011 | 11001000 | 10 | 0 | 1001 | 1110 | 1001001 | 10101 | 1010010 |
Color Harmonies of #D7DBC8
Complementary color
Monochromatic Colors of #D7DBC8
Black with #D7DBC8
Text Example
Text Example
White with #D7DBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DBC8; }
p { color: rgb(215,219,200); }
H1.HeaderClassName
{
color: #D7DBC8;
}
.AnyTagClassName
{
color: #D7DBC8;
}
</style>
background-color css
<style>
a { background-color: #D7DBC8; }
a { background-color: rgb(215,219,200); }
div.DivClassName
{
background-color: #D7DBC8;
}
.BgClassName
{
background-color: #D7DBC8;
}
</style>
border-color css
<style>
span { border-color: #D7DBC8; }
span { border-color: rgb(215,219,200); }
td.TdClassName
{
border-color: #D7DBC8;
}
.TagClassName
{
border-color: #D7DBC8;
}
</style>