Shades of Gin #D8DCCB
Tints of Gin #D8DCCB
RGB
CMYK
RGB Variations
Color information
#D8DCCB (or 0xD8DCCB) is known color: Gin. HEX triplet: D8, DC and CB. RGB value is (216,220,203). Sum of RGB (Red+Green+Blue) = 216+220+203=639 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.80% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DCCB is #272334. Grayscale: #D8D8D8. Windows color (decimal): -2564917 or 13360344. OLE color: 13360344.
HSL color Cylindrical-coordinate representation of color #D8DCCB: hue angle of 74.12º 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 #D8DCCB is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 203 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.14 |
| HSL | 74.12º | 0.2% | 0.83% | - |
| HSV(B) | 74.12º | 0.08% | 0.86% | - |
| XYZ | 64.69 | 70.1 | 66.62 | - |
| YUV | 216.87 | 120.17 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 203 | 0.02 | 0 | 0.08 | 0.14 | 74.12 | 0.2 | 0.83 |
| Hex | D8 | DC | CB | 2 | 0 | 8 | E | 4A | 14 | 53 |
| Octal | 330 | 334 | 313 | 2 | 0 | 10 | 16 | 112 | 24 | 123 |
| Binary | 11011000 | 11011100 | 11001011 | 10 | 0 | 1000 | 1110 | 1001010 | 10100 | 1010011 |
Color Harmonies of #D8DCCB
Complementary color
Monochromatic Colors of #D8DCCB
Black with #D8DCCB
Text Example
Text Example
White with #D8DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DCCB; }
p { color: rgb(216,220,203); }
H1.HeaderClassName
{
color: #D8DCCB;
}
.AnyTagClassName
{
color: #D8DCCB;
}
</style>
background-color css
<style>
a { background-color: #D8DCCB; }
a { background-color: rgb(216,220,203); }
div.DivClassName
{
background-color: #D8DCCB;
}
.BgClassName
{
background-color: #D8DCCB;
}
</style>
border-color css
<style>
span { border-color: #D8DCCB; }
span { border-color: rgb(216,220,203); }
td.TdClassName
{
border-color: #D8DCCB;
}
.TagClassName
{
border-color: #D8DCCB;
}
</style>