Shades of Gin #D9E7BA
Tints of Gin #D9E7BA
RGB
CMYK
RGB Variations
Color information
#D9E7BA (or 0xD9E7BA) is known color: Gin. HEX triplet: D9, E7 and BA. RGB value is (217,231,186). Sum of RGB (Red+Green+Blue) = 217+231+186=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 231 (90.62% from 255 or 36.44% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 231 - color contains mainly: green. Hex color #D9E7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E7BA is #261845. Grayscale: #DDDDDD. Windows color (decimal): -2496582 or 12249049. OLE color: 12249049.
HSL color Cylindrical-coordinate representation of color #D9E7BA: hue angle of 78.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9E7BA is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 231 | 186 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.09 |
| HSL | 78.67º | 0.48% | 0.82% | - |
| HSV(B) | 78.67º | 0.19% | 0.91% | - |
| XYZ | 66.05 | 75.45 | 57.54 | - |
| YUV | 221.68 | 107.86 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 231 | 186 | 0.06 | 0 | 0.19 | 0.09 | 78.67 | 0.48 | 0.82 |
| Hex | D9 | E7 | BA | 6 | 0 | 13 | 9 | 4F | 30 | 52 |
| Octal | 331 | 347 | 272 | 6 | 0 | 23 | 11 | 117 | 60 | 122 |
| Binary | 11011001 | 11100111 | 10111010 | 110 | 0 | 10011 | 1001 | 1001111 | 110000 | 1010010 |
Color Harmonies of #D9E7BA
Complementary color
Monochromatic Colors of #D9E7BA
Black with #D9E7BA
Text Example
Text Example
White with #D9E7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E7BA; }
p { color: rgb(217,231,186); }
H1.HeaderClassName
{
color: #D9E7BA;
}
.AnyTagClassName
{
color: #D9E7BA;
}
</style>
background-color css
<style>
a { background-color: #D9E7BA; }
a { background-color: rgb(217,231,186); }
div.DivClassName
{
background-color: #D9E7BA;
}
.BgClassName
{
background-color: #D9E7BA;
}
</style>
border-color css
<style>
span { border-color: #D9E7BA; }
span { border-color: rgb(217,231,186); }
td.TdClassName
{
border-color: #D9E7BA;
}
.TagClassName
{
border-color: #D9E7BA;
}
</style>