Shades of Gin #D9E6BD
Tints of Gin #D9E6BD
RGB
CMYK
RGB Variations
Color information
#D9E6BD (or 0xD9E6BD) is known color: Gin. HEX triplet: D9, E6 and BD. RGB value is (217,230,189). Sum of RGB (Red+Green+Blue) = 217+230+189=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 230 (90.23% from 255 or 36.16% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 230 - color contains mainly: green. Hex color #D9E6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E6BD is #261942. Grayscale: #DDDDDD. Windows color (decimal): -2496835 or 12445401. OLE color: 12445401.
HSL color Cylindrical-coordinate representation of color #D9E6BD: hue angle of 79.02º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9E6BD is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 230 | 189 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.10 |
| HSL | 79.02º | 0.45% | 0.82% | - |
| HSV(B) | 79.02º | 0.18% | 0.9% | - |
| XYZ | 66.1 | 75.02 | 59.14 | - |
| YUV | 221.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 230 | 189 | 0.06 | 0 | 0.18 | 0.10 | 79.02 | 0.45 | 0.82 |
| Hex | D9 | E6 | BD | 6 | 0 | 12 | A | 4F | 2D | 52 |
| Octal | 331 | 346 | 275 | 6 | 0 | 22 | 12 | 117 | 55 | 122 |
| Binary | 11011001 | 11100110 | 10111101 | 110 | 0 | 10010 | 1010 | 1001111 | 101101 | 1010010 |
Color Harmonies of #D9E6BD
Complementary color
Monochromatic Colors of #D9E6BD
Black with #D9E6BD
Text Example
Text Example
White with #D9E6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E6BD; }
p { color: rgb(217,230,189); }
H1.HeaderClassName
{
color: #D9E6BD;
}
.AnyTagClassName
{
color: #D9E6BD;
}
</style>
background-color css
<style>
a { background-color: #D9E6BD; }
a { background-color: rgb(217,230,189); }
div.DivClassName
{
background-color: #D9E6BD;
}
.BgClassName
{
background-color: #D9E6BD;
}
</style>
border-color css
<style>
span { border-color: #D9E6BD; }
span { border-color: rgb(217,230,189); }
td.TdClassName
{
border-color: #D9E6BD;
}
.TagClassName
{
border-color: #D9E6BD;
}
</style>