Shades of Gin #D9DEC7
Tints of Gin #D9DEC7
RGB
CMYK
RGB Variations
Color information
#D9DEC7 (or 0xD9DEC7) is known color: Gin. HEX triplet: D9, DE and C7. RGB value is (217,222,199). Sum of RGB (Red+Green+Blue) = 217+222+199=638 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.01% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 199 (78.12% from 255 or 31.19% from 638); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DEC7 is #262138. Grayscale: #D9D9D9. Windows color (decimal): -2498873 or 13098713. OLE color: 13098713.
HSL color Cylindrical-coordinate representation of color #D9DEC7: hue angle of 73.04º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9DEC7 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 222 | 199 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.13 |
| HSL | 73.04º | 0.26% | 0.83% | - |
| HSV(B) | 73.04º | 0.1% | 0.87% | - |
| XYZ | 65.05 | 71.12 | 64.33 | - |
| YUV | 217.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 222 | 199 | 0.02 | 0 | 0.10 | 0.13 | 73.04 | 0.26 | 0.83 |
| Hex | D9 | DE | C7 | 2 | 0 | A | D | 49 | 1A | 53 |
| Octal | 331 | 336 | 307 | 2 | 0 | 12 | 15 | 111 | 32 | 123 |
| Binary | 11011001 | 11011110 | 11000111 | 10 | 0 | 1010 | 1101 | 1001001 | 11010 | 1010011 |
Color Harmonies of #D9DEC7
Complementary color
Monochromatic Colors of #D9DEC7
Black with #D9DEC7
Text Example
Text Example
White with #D9DEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DEC7; }
p { color: rgb(217,222,199); }
H1.HeaderClassName
{
color: #D9DEC7;
}
.AnyTagClassName
{
color: #D9DEC7;
}
</style>
background-color css
<style>
a { background-color: #D9DEC7; }
a { background-color: rgb(217,222,199); }
div.DivClassName
{
background-color: #D9DEC7;
}
.BgClassName
{
background-color: #D9DEC7;
}
</style>
border-color css
<style>
span { border-color: #D9DEC7; }
span { border-color: rgb(217,222,199); }
td.TdClassName
{
border-color: #D9DEC7;
}
.TagClassName
{
border-color: #D9DEC7;
}
</style>