Shades of Gin #D9EABE
Tints of Gin #D9EABE
RGB
CMYK
RGB Variations
Color information
#D9EABE (or 0xD9EABE) is known color: Gin. HEX triplet: D9, EA and BE. RGB value is (217,234,190). Sum of RGB (Red+Green+Blue) = 217+234+190=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 190 (74.61% from 255 or 29.64% from 641); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EABE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EABE is #261541. Grayscale: #E0E0E0. Windows color (decimal): -2495810 or 12511961. OLE color: 12511961.
HSL color Cylindrical-coordinate representation of color #D9EABE: hue angle of 83.18º degrees, saturation: 0.51, 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 #D9EABE is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 234 | 190 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.08 |
| HSL | 83.18º | 0.51% | 0.83% | - |
| HSV(B) | 83.18º | 0.19% | 0.92% | - |
| XYZ | 67.33 | 77.32 | 60.09 | - |
| YUV | 223.9 | 108.87 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 234 | 190 | 0.07 | 0 | 0.19 | 0.08 | 83.18 | 0.51 | 0.83 |
| Hex | D9 | EA | BE | 7 | 0 | 13 | 8 | 53 | 33 | 53 |
| Octal | 331 | 352 | 276 | 7 | 0 | 23 | 10 | 123 | 63 | 123 |
| Binary | 11011001 | 11101010 | 10111110 | 111 | 0 | 10011 | 1000 | 1010011 | 110011 | 1010011 |
Color Harmonies of #D9EABE
Complementary color
Monochromatic Colors of #D9EABE
Black with #D9EABE
Text Example
Text Example
White with #D9EABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EABE; }
p { color: rgb(217,234,190); }
H1.HeaderClassName
{
color: #D9EABE;
}
.AnyTagClassName
{
color: #D9EABE;
}
</style>
background-color css
<style>
a { background-color: #D9EABE; }
a { background-color: rgb(217,234,190); }
div.DivClassName
{
background-color: #D9EABE;
}
.BgClassName
{
background-color: #D9EABE;
}
</style>
border-color css
<style>
span { border-color: #D9EABE; }
span { border-color: rgb(217,234,190); }
td.TdClassName
{
border-color: #D9EABE;
}
.TagClassName
{
border-color: #D9EABE;
}
</style>