Shades of Gin #D7DBCC
Tints of Gin #D7DBCC
RGB
CMYK
RGB Variations
Color information
#D7DBCC (or 0xD7DBCC) is known color: Gin. HEX triplet: D7, DB and CC. RGB value is (215,219,204). Sum of RGB (Red+Green+Blue) = 215+219+204=638 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.70% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DBCC is #282433. Grayscale: #D8D8D8. Windows color (decimal): -2630708 or 13425623. OLE color: 13425623.
HSL color Cylindrical-coordinate representation of color #D7DBCC: hue angle of 76º degrees, saturation: 0.17, 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 #D7DBCC is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 219 | 204 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.14 |
| HSL | 76º | 0.17% | 0.83% | - |
| HSV(B) | 76º | 0.07% | 0.86% | - |
| XYZ | 64.25 | 69.47 | 67.15 | - |
| YUV | 216.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 219 | 204 | 0.02 | 0 | 0.07 | 0.14 | 76 | 0.17 | 0.83 |
| Hex | D7 | DB | CC | 2 | 0 | 7 | E | 4C | 11 | 53 |
| Octal | 327 | 333 | 314 | 2 | 0 | 7 | 16 | 114 | 21 | 123 |
| Binary | 11010111 | 11011011 | 11001100 | 10 | 0 | 111 | 1110 | 1001100 | 10001 | 1010011 |
Color Harmonies of #D7DBCC
Complementary color
Monochromatic Colors of #D7DBCC
Black with #D7DBCC
Text Example
Text Example
White with #D7DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DBCC; }
p { color: rgb(215,219,204); }
H1.HeaderClassName
{
color: #D7DBCC;
}
.AnyTagClassName
{
color: #D7DBCC;
}
</style>
background-color css
<style>
a { background-color: #D7DBCC; }
a { background-color: rgb(215,219,204); }
div.DivClassName
{
background-color: #D7DBCC;
}
.BgClassName
{
background-color: #D7DBCC;
}
</style>
border-color css
<style>
span { border-color: #D7DBCC; }
span { border-color: rgb(215,219,204); }
td.TdClassName
{
border-color: #D7DBCC;
}
.TagClassName
{
border-color: #D7DBCC;
}
</style>