Shades of Gin #D7DCCB
Tints of Gin #D7DCCB
RGB
CMYK
RGB Variations
Color information
#D7DCCB (or 0xD7DCCB) is known color: Gin. HEX triplet: D7, DC and CB. RGB value is (215,220,203). Sum of RGB (Red+Green+Blue) = 215+220+203=638 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.70% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCCB is #282334. Grayscale: #D8D8D8. Windows color (decimal): -2630453 or 13360343. OLE color: 13360343.
HSL color Cylindrical-coordinate representation of color #D7DCCB: hue angle of 77.65º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D7DCCB is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 220 | 203 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.14 |
| HSL | 77.65º | 0.2% | 0.83% | - |
| HSV(B) | 77.65º | 0.08% | 0.86% | - |
| XYZ | 64.4 | 69.95 | 66.61 | - |
| YUV | 216.57 | 120.34 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 220 | 203 | 0.02 | 0 | 0.08 | 0.14 | 77.65 | 0.2 | 0.83 |
| Hex | D7 | DC | CB | 2 | 0 | 8 | E | 4E | 14 | 53 |
| Octal | 327 | 334 | 313 | 2 | 0 | 10 | 16 | 116 | 24 | 123 |
| Binary | 11010111 | 11011100 | 11001011 | 10 | 0 | 1000 | 1110 | 1001110 | 10100 | 1010011 |
Color Harmonies of #D7DCCB
Complementary color
Monochromatic Colors of #D7DCCB
Black with #D7DCCB
Text Example
Text Example
White with #D7DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DCCB; }
p { color: rgb(215,220,203); }
H1.HeaderClassName
{
color: #D7DCCB;
}
.AnyTagClassName
{
color: #D7DCCB;
}
</style>
background-color css
<style>
a { background-color: #D7DCCB; }
a { background-color: rgb(215,220,203); }
div.DivClassName
{
background-color: #D7DCCB;
}
.BgClassName
{
background-color: #D7DCCB;
}
</style>
border-color css
<style>
span { border-color: #D7DCCB; }
span { border-color: rgb(215,220,203); }
td.TdClassName
{
border-color: #D7DCCB;
}
.TagClassName
{
border-color: #D7DCCB;
}
</style>