Shades of Gin #D8DECD
Tints of Gin #D8DECD
RGB
CMYK
RGB Variations
Color information
#D8DECD (or 0xD8DECD) is known color: Gin. HEX triplet: D8, DE and CD. RGB value is (216,222,205). Sum of RGB (Red+Green+Blue) = 216+222+205=643 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.59% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DECD is #272132. Grayscale: #DADADA. Windows color (decimal): -2564403 or 13491928. OLE color: 13491928.
HSL color Cylindrical-coordinate representation of color #D8DECD: hue angle of 81.18º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8DECD is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 222 | 205 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.13 |
| HSL | 81.18º | 0.2% | 0.84% | - |
| HSV(B) | 81.18º | 0.08% | 0.87% | - |
| XYZ | 65.46 | 71.25 | 68.06 | - |
| YUV | 218.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 222 | 205 | 0.03 | 0 | 0.08 | 0.13 | 81.18 | 0.2 | 0.84 |
| Hex | D8 | DE | CD | 3 | 0 | 8 | D | 51 | 14 | 54 |
| Octal | 330 | 336 | 315 | 3 | 0 | 10 | 15 | 121 | 24 | 124 |
| Binary | 11011000 | 11011110 | 11001101 | 11 | 0 | 1000 | 1101 | 1010001 | 10100 | 1010100 |
Color Harmonies of #D8DECD
Complementary color
Monochromatic Colors of #D8DECD
Black with #D8DECD
Text Example
Text Example
White with #D8DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DECD; }
p { color: rgb(216,222,205); }
H1.HeaderClassName
{
color: #D8DECD;
}
.AnyTagClassName
{
color: #D8DECD;
}
</style>
background-color css
<style>
a { background-color: #D8DECD; }
a { background-color: rgb(216,222,205); }
div.DivClassName
{
background-color: #D8DECD;
}
.BgClassName
{
background-color: #D8DECD;
}
</style>
border-color css
<style>
span { border-color: #D8DECD; }
span { border-color: rgb(216,222,205); }
td.TdClassName
{
border-color: #D8DECD;
}
.TagClassName
{
border-color: #D8DECD;
}
</style>