Shades of Gin #D8EAB9
Tints of Gin #D8EAB9
RGB
CMYK
RGB Variations
Color information
#D8EAB9 (or 0xD8EAB9) is known color: Gin. HEX triplet: D8, EA and B9. RGB value is (216,234,185). Sum of RGB (Red+Green+Blue) = 216+234+185=635 (84% of max value = 765). Red value is 216 (84.77% from 255 or 34.02% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 185 (72.66% from 255 or 29.13% from 635); Max value from RGB is 234 - color contains mainly: green. Hex color #D8EAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EAB9 is #271546. Grayscale: #DFDFDF. Windows color (decimal): -2561351 or 12184280. OLE color: 12184280.
HSL color Cylindrical-coordinate representation of color #D8EAB9: hue angle of 82.04º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8EAB9 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 234 | 185 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.08 |
| HSL | 82.04º | 0.54% | 0.82% | - |
| HSV(B) | 82.04º | 0.21% | 0.92% | - |
| XYZ | 66.5 | 76.95 | 57.25 | - |
| YUV | 223.03 | 106.54 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 234 | 185 | 0.08 | 0 | 0.21 | 0.08 | 82.04 | 0.54 | 0.82 |
| Hex | D8 | EA | B9 | 8 | 0 | 15 | 8 | 52 | 36 | 52 |
| Octal | 330 | 352 | 271 | 10 | 0 | 25 | 10 | 122 | 66 | 122 |
| Binary | 11011000 | 11101010 | 10111001 | 1000 | 0 | 10101 | 1000 | 1010010 | 110110 | 1010010 |
Color Harmonies of #D8EAB9
Complementary color
Monochromatic Colors of #D8EAB9
Black with #D8EAB9
Text Example
Text Example
White with #D8EAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EAB9; }
p { color: rgb(216,234,185); }
H1.HeaderClassName
{
color: #D8EAB9;
}
.AnyTagClassName
{
color: #D8EAB9;
}
</style>
background-color css
<style>
a { background-color: #D8EAB9; }
a { background-color: rgb(216,234,185); }
div.DivClassName
{
background-color: #D8EAB9;
}
.BgClassName
{
background-color: #D8EAB9;
}
</style>
border-color css
<style>
span { border-color: #D8EAB9; }
span { border-color: rgb(216,234,185); }
td.TdClassName
{
border-color: #D8EAB9;
}
.TagClassName
{
border-color: #D8EAB9;
}
</style>