Shades of Gin #D9EABD
Tints of Gin #D9EABD
RGB
CMYK
RGB Variations
Color information
#D9EABD (or 0xD9EABD) is known color: Gin. HEX triplet: D9, EA and BD. RGB value is (217,234,189). Sum of RGB (Red+Green+Blue) = 217+234+189=640 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.91% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EABD is #261542. Grayscale: #DFDFDF. Windows color (decimal): -2495811 or 12446425. OLE color: 12446425.
HSL color Cylindrical-coordinate representation of color #D9EABD: hue angle of 82.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9EABD is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 234 | 189 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.08 |
| HSL | 82.67º | 0.52% | 0.83% | - |
| HSV(B) | 82.67º | 0.19% | 0.92% | - |
| XYZ | 67.22 | 77.27 | 59.52 | - |
| YUV | 223.79 | 108.37 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 234 | 189 | 0.07 | 0 | 0.19 | 0.08 | 82.67 | 0.52 | 0.83 |
| Hex | D9 | EA | BD | 7 | 0 | 13 | 8 | 53 | 34 | 53 |
| Octal | 331 | 352 | 275 | 7 | 0 | 23 | 10 | 123 | 64 | 123 |
| Binary | 11011001 | 11101010 | 10111101 | 111 | 0 | 10011 | 1000 | 1010011 | 110100 | 1010011 |
Color Harmonies of #D9EABD
Complementary color
Monochromatic Colors of #D9EABD
Black with #D9EABD
Text Example
Text Example
White with #D9EABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EABD; }
p { color: rgb(217,234,189); }
H1.HeaderClassName
{
color: #D9EABD;
}
.AnyTagClassName
{
color: #D9EABD;
}
</style>
background-color css
<style>
a { background-color: #D9EABD; }
a { background-color: rgb(217,234,189); }
div.DivClassName
{
background-color: #D9EABD;
}
.BgClassName
{
background-color: #D9EABD;
}
</style>
border-color css
<style>
span { border-color: #D9EABD; }
span { border-color: rgb(217,234,189); }
td.TdClassName
{
border-color: #D9EABD;
}
.TagClassName
{
border-color: #D9EABD;
}
</style>