Shades of Gin #D7DBCB
Tints of Gin #D7DBCB
RGB
CMYK
RGB Variations
Color information
#D7DBCB (or 0xD7DBCB) is known color: Gin. HEX triplet: D7, DB and CB. RGB value is (215,219,203). Sum of RGB (Red+Green+Blue) = 215+219+203=637 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.75% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DBCB is #282434. Grayscale: #D8D8D8. Windows color (decimal): -2630709 or 13360087. OLE color: 13360087.
HSL color Cylindrical-coordinate representation of color #D7DBCB: hue angle of 75º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D7DBCB is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 219 | 203 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.14 |
| HSL | 75º | 0.18% | 0.83% | - |
| HSV(B) | 75º | 0.07% | 0.86% | - |
| XYZ | 64.14 | 69.42 | 66.52 | - |
| YUV | 215.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 219 | 203 | 0.02 | 0 | 0.07 | 0.14 | 75 | 0.18 | 0.83 |
| Hex | D7 | DB | CB | 2 | 0 | 7 | E | 4B | 12 | 53 |
| Octal | 327 | 333 | 313 | 2 | 0 | 7 | 16 | 113 | 22 | 123 |
| Binary | 11010111 | 11011011 | 11001011 | 10 | 0 | 111 | 1110 | 1001011 | 10010 | 1010011 |
Color Harmonies of #D7DBCB
Complementary color
Monochromatic Colors of #D7DBCB
Black with #D7DBCB
Text Example
Text Example
White with #D7DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DBCB; }
p { color: rgb(215,219,203); }
H1.HeaderClassName
{
color: #D7DBCB;
}
.AnyTagClassName
{
color: #D7DBCB;
}
</style>
background-color css
<style>
a { background-color: #D7DBCB; }
a { background-color: rgb(215,219,203); }
div.DivClassName
{
background-color: #D7DBCB;
}
.BgClassName
{
background-color: #D7DBCB;
}
</style>
border-color css
<style>
span { border-color: #D7DBCB; }
span { border-color: rgb(215,219,203); }
td.TdClassName
{
border-color: #D7DBCB;
}
.TagClassName
{
border-color: #D7DBCB;
}
</style>