Shades of Gin #D9E2C9
Tints of Gin #D9E2C9
RGB
CMYK
RGB Variations
Color information
#D9E2C9 (or 0xD9E2C9) is known color: Gin. HEX triplet: D9, E2 and C9. RGB value is (217,226,201). Sum of RGB (Red+Green+Blue) = 217+226+201=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 226 (88.67% from 255 or 35.09% from 644); Blue value is 201 (78.91% from 255 or 31.21% from 644); Max value from RGB is 226 - color contains mainly: green. Hex color #D9E2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E2C9 is #261D36. Grayscale: #DCDCDC. Windows color (decimal): -2497847 or 13230809. OLE color: 13230809.
HSL color Cylindrical-coordinate representation of color #D9E2C9: hue angle of 81.6º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9E2C9 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 226 | 201 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.11 |
| HSL | 81.6º | 0.3% | 0.84% | - |
| HSV(B) | 81.6º | 0.11% | 0.89% | - |
| XYZ | 66.35 | 73.36 | 65.92 | - |
| YUV | 220.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 226 | 201 | 0.04 | 0 | 0.11 | 0.11 | 81.6 | 0.3 | 0.84 |
| Hex | D9 | E2 | C9 | 4 | 0 | B | B | 52 | 1E | 54 |
| Octal | 331 | 342 | 311 | 4 | 0 | 13 | 13 | 122 | 36 | 124 |
| Binary | 11011001 | 11100010 | 11001001 | 100 | 0 | 1011 | 1011 | 1010010 | 11110 | 1010100 |
Color Harmonies of #D9E2C9
Complementary color
Monochromatic Colors of #D9E2C9
Black with #D9E2C9
Text Example
Text Example
White with #D9E2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E2C9; }
p { color: rgb(217,226,201); }
H1.HeaderClassName
{
color: #D9E2C9;
}
.AnyTagClassName
{
color: #D9E2C9;
}
</style>
background-color css
<style>
a { background-color: #D9E2C9; }
a { background-color: rgb(217,226,201); }
div.DivClassName
{
background-color: #D9E2C9;
}
.BgClassName
{
background-color: #D9E2C9;
}
</style>
border-color css
<style>
span { border-color: #D9E2C9; }
span { border-color: rgb(217,226,201); }
td.TdClassName
{
border-color: #D9E2C9;
}
.TagClassName
{
border-color: #D9E2C9;
}
</style>