Shades of Gin #D9EAB8
Tints of Gin #D9EAB8
RGB
CMYK
RGB Variations
Color information
#D9EAB8 (or 0xD9EAB8) is known color: Gin. HEX triplet: D9, EA and B8. RGB value is (217,234,184). Sum of RGB (Red+Green+Blue) = 217+234+184=635 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.17% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 184 (72.27% from 255 or 28.98% from 635); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EAB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EAB8 is #261547. Grayscale: #DFDFDF. Windows color (decimal): -2495816 or 12118745. OLE color: 12118745.
HSL color Cylindrical-coordinate representation of color #D9EAB8: hue angle of 80.4º 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 #D9EAB8 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 234 | 184 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.08 |
| HSL | 80.4º | 0.54% | 0.82% | - |
| HSV(B) | 80.4º | 0.21% | 0.92% | - |
| XYZ | 66.69 | 77.06 | 56.71 | - |
| YUV | 223.22 | 105.87 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 234 | 184 | 0.07 | 0 | 0.21 | 0.08 | 80.4 | 0.54 | 0.82 |
| Hex | D9 | EA | B8 | 7 | 0 | 15 | 8 | 50 | 36 | 52 |
| Octal | 331 | 352 | 270 | 7 | 0 | 25 | 10 | 120 | 66 | 122 |
| Binary | 11011001 | 11101010 | 10111000 | 111 | 0 | 10101 | 1000 | 1010000 | 110110 | 1010010 |
Color Harmonies of #D9EAB8
Complementary color
Monochromatic Colors of #D9EAB8
Black with #D9EAB8
Text Example
Text Example
White with #D9EAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EAB8; }
p { color: rgb(217,234,184); }
H1.HeaderClassName
{
color: #D9EAB8;
}
.AnyTagClassName
{
color: #D9EAB8;
}
</style>
background-color css
<style>
a { background-color: #D9EAB8; }
a { background-color: rgb(217,234,184); }
div.DivClassName
{
background-color: #D9EAB8;
}
.BgClassName
{
background-color: #D9EAB8;
}
</style>
border-color css
<style>
span { border-color: #D9EAB8; }
span { border-color: rgb(217,234,184); }
td.TdClassName
{
border-color: #D9EAB8;
}
.TagClassName
{
border-color: #D9EAB8;
}
</style>