Shades of Gin #D9EABC
Tints of Gin #D9EABC
RGB
CMYK
RGB Variations
Color information
#D9EABC (or 0xD9EABC) is known color: Gin. HEX triplet: D9, EA and BC. RGB value is (217,234,188). Sum of RGB (Red+Green+Blue) = 217+234+188=639 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.96% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 188 (73.83% from 255 or 29.42% from 639); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EABC is #261543. Grayscale: #DFDFDF. Windows color (decimal): -2495812 or 12380889. OLE color: 12380889.
HSL color Cylindrical-coordinate representation of color #D9EABC: hue angle of 82.17º degrees, saturation: 0.52, 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 #D9EABC is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 234 | 188 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.08 |
| HSL | 82.17º | 0.52% | 0.83% | - |
| HSV(B) | 82.17º | 0.2% | 0.92% | - |
| XYZ | 67.12 | 77.23 | 58.95 | - |
| YUV | 223.67 | 107.87 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 234 | 188 | 0.07 | 0 | 0.20 | 0.08 | 82.17 | 0.52 | 0.83 |
| Hex | D9 | EA | BC | 7 | 0 | 14 | 8 | 52 | 34 | 53 |
| Octal | 331 | 352 | 274 | 7 | 0 | 24 | 10 | 122 | 64 | 123 |
| Binary | 11011001 | 11101010 | 10111100 | 111 | 0 | 10100 | 1000 | 1010010 | 110100 | 1010011 |
Color Harmonies of #D9EABC
Complementary color
Monochromatic Colors of #D9EABC
Black with #D9EABC
Text Example
Text Example
White with #D9EABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EABC; }
p { color: rgb(217,234,188); }
H1.HeaderClassName
{
color: #D9EABC;
}
.AnyTagClassName
{
color: #D9EABC;
}
</style>
background-color css
<style>
a { background-color: #D9EABC; }
a { background-color: rgb(217,234,188); }
div.DivClassName
{
background-color: #D9EABC;
}
.BgClassName
{
background-color: #D9EABC;
}
</style>
border-color css
<style>
span { border-color: #D9EABC; }
span { border-color: rgb(217,234,188); }
td.TdClassName
{
border-color: #D9EABC;
}
.TagClassName
{
border-color: #D9EABC;
}
</style>