Shades of Gin #D9E9BD
Tints of Gin #D9E9BD
RGB
CMYK
RGB Variations
Color information
#D9E9BD (or 0xD9E9BD) is known color: Gin. HEX triplet: D9, E9 and BD. RGB value is (217,233,189). Sum of RGB (Red+Green+Blue) = 217+233+189=639 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.96% from 639); Green value is 233 (91.41% from 255 or 36.46% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E9BD is #261642. Grayscale: #DFDFDF. Windows color (decimal): -2496067 or 12446169. OLE color: 12446169.
HSL color Cylindrical-coordinate representation of color #D9E9BD: hue angle of 81.82º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9E9BD is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 233 | 189 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.09 |
| HSL | 81.82º | 0.5% | 0.83% | - |
| HSV(B) | 81.82º | 0.19% | 0.91% | - |
| XYZ | 66.94 | 76.7 | 59.42 | - |
| YUV | 223.2 | 108.7 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 233 | 189 | 0.07 | 0 | 0.19 | 0.09 | 81.82 | 0.5 | 0.83 |
| Hex | D9 | E9 | BD | 7 | 0 | 13 | 9 | 52 | 32 | 53 |
| Octal | 331 | 351 | 275 | 7 | 0 | 23 | 11 | 122 | 62 | 123 |
| Binary | 11011001 | 11101001 | 10111101 | 111 | 0 | 10011 | 1001 | 1010010 | 110010 | 1010011 |
Color Harmonies of #D9E9BD
Complementary color
Monochromatic Colors of #D9E9BD
Black with #D9E9BD
Text Example
Text Example
White with #D9E9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E9BD; }
p { color: rgb(217,233,189); }
H1.HeaderClassName
{
color: #D9E9BD;
}
.AnyTagClassName
{
color: #D9E9BD;
}
</style>
background-color css
<style>
a { background-color: #D9E9BD; }
a { background-color: rgb(217,233,189); }
div.DivClassName
{
background-color: #D9E9BD;
}
.BgClassName
{
background-color: #D9E9BD;
}
</style>
border-color css
<style>
span { border-color: #D9E9BD; }
span { border-color: rgb(217,233,189); }
td.TdClassName
{
border-color: #D9E9BD;
}
.TagClassName
{
border-color: #D9E9BD;
}
</style>