Shades of Gin #D9DECE
Tints of Gin #D9DECE
RGB
CMYK
RGB Variations
Color information
#D9DECE (or 0xD9DECE) is known color: Gin. HEX triplet: D9, DE and CE. RGB value is (217,222,206). Sum of RGB (Red+Green+Blue) = 217+222+206=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DECE is #262131. Grayscale: #DADADA. Windows color (decimal): -2498866 or 13557465. OLE color: 13557465.
HSL color Cylindrical-coordinate representation of color #D9DECE: hue angle of 78.75º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9DECE is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 222 | 206 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.13 |
| HSL | 78.75º | 0.2% | 0.84% | - |
| HSV(B) | 78.75º | 0.07% | 0.87% | - |
| XYZ | 65.88 | 71.45 | 68.71 | - |
| YUV | 218.68 | 120.84 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 222 | 206 | 0.02 | 0 | 0.07 | 0.13 | 78.75 | 0.2 | 0.84 |
| Hex | D9 | DE | CE | 2 | 0 | 7 | D | 4F | 14 | 54 |
| Octal | 331 | 336 | 316 | 2 | 0 | 7 | 15 | 117 | 24 | 124 |
| Binary | 11011001 | 11011110 | 11001110 | 10 | 0 | 111 | 1101 | 1001111 | 10100 | 1010100 |
Color Harmonies of #D9DECE
Complementary color
Monochromatic Colors of #D9DECE
Black with #D9DECE
Text Example
Text Example
White with #D9DECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DECE; }
p { color: rgb(217,222,206); }
H1.HeaderClassName
{
color: #D9DECE;
}
.AnyTagClassName
{
color: #D9DECE;
}
</style>
background-color css
<style>
a { background-color: #D9DECE; }
a { background-color: rgb(217,222,206); }
div.DivClassName
{
background-color: #D9DECE;
}
.BgClassName
{
background-color: #D9DECE;
}
</style>
border-color css
<style>
span { border-color: #D9DECE; }
span { border-color: rgb(217,222,206); }
td.TdClassName
{
border-color: #D9DECE;
}
.TagClassName
{
border-color: #D9DECE;
}
</style>