Shades of Gin #D9EABB
Tints of Gin #D9EABB
RGB
CMYK
RGB Variations
Color information
#D9EABB (or 0xD9EABB) is known color: Gin. HEX triplet: D9, EA and BB. RGB value is (217,234,187). Sum of RGB (Red+Green+Blue) = 217+234+187=638 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.01% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EABB is #261544. Grayscale: #DFDFDF. Windows color (decimal): -2495813 or 12315353. OLE color: 12315353.
HSL color Cylindrical-coordinate representation of color #D9EABB: hue angle of 81.7º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9EABB is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 234 | 187 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.08 |
| HSL | 81.7º | 0.53% | 0.83% | - |
| HSV(B) | 81.7º | 0.2% | 0.92% | - |
| XYZ | 67.01 | 77.19 | 58.38 | - |
| YUV | 223.56 | 107.37 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 234 | 187 | 0.07 | 0 | 0.20 | 0.08 | 81.7 | 0.53 | 0.83 |
| Hex | D9 | EA | BB | 7 | 0 | 14 | 8 | 52 | 35 | 53 |
| Octal | 331 | 352 | 273 | 7 | 0 | 24 | 10 | 122 | 65 | 123 |
| Binary | 11011001 | 11101010 | 10111011 | 111 | 0 | 10100 | 1000 | 1010010 | 110101 | 1010011 |
Color Harmonies of #D9EABB
Complementary color
Monochromatic Colors of #D9EABB
Black with #D9EABB
Text Example
Text Example
White with #D9EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EABB; }
p { color: rgb(217,234,187); }
H1.HeaderClassName
{
color: #D9EABB;
}
.AnyTagClassName
{
color: #D9EABB;
}
</style>
background-color css
<style>
a { background-color: #D9EABB; }
a { background-color: rgb(217,234,187); }
div.DivClassName
{
background-color: #D9EABB;
}
.BgClassName
{
background-color: #D9EABB;
}
</style>
border-color css
<style>
span { border-color: #D9EABB; }
span { border-color: rgb(217,234,187); }
td.TdClassName
{
border-color: #D9EABB;
}
.TagClassName
{
border-color: #D9EABB;
}
</style>