Shades of Gin #D9E8BB
Tints of Gin #D9E8BB
RGB
CMYK
RGB Variations
Color information
#D9E8BB (or 0xD9E8BB) is known color: Gin. HEX triplet: D9, E8 and BB. RGB value is (217,232,187). Sum of RGB (Red+Green+Blue) = 217+232+187=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 232 (91.02% from 255 or 36.48% from 636); Blue value is 187 (73.44% from 255 or 29.40% from 636); Max value from RGB is 232 - color contains mainly: green. Hex color #D9E8BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E8BB is #261744. Grayscale: #DEDEDE. Windows color (decimal): -2496325 or 12314841. OLE color: 12314841.
HSL color Cylindrical-coordinate representation of color #D9E8BB: hue angle of 80º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9E8BB is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 232 | 187 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.09 |
| HSL | 80º | 0.49% | 0.82% | - |
| HSV(B) | 80º | 0.19% | 0.91% | - |
| XYZ | 66.44 | 76.05 | 58.19 | - |
| YUV | 222.39 | 108.03 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 232 | 187 | 0.06 | 0 | 0.19 | 0.09 | 80 | 0.49 | 0.82 |
| Hex | D9 | E8 | BB | 6 | 0 | 13 | 9 | 50 | 31 | 52 |
| Octal | 331 | 350 | 273 | 6 | 0 | 23 | 11 | 120 | 61 | 122 |
| Binary | 11011001 | 11101000 | 10111011 | 110 | 0 | 10011 | 1001 | 1010000 | 110001 | 1010010 |
Color Harmonies of #D9E8BB
Complementary color
Monochromatic Colors of #D9E8BB
Black with #D9E8BB
Text Example
Text Example
White with #D9E8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E8BB; }
p { color: rgb(217,232,187); }
H1.HeaderClassName
{
color: #D9E8BB;
}
.AnyTagClassName
{
color: #D9E8BB;
}
</style>
background-color css
<style>
a { background-color: #D9E8BB; }
a { background-color: rgb(217,232,187); }
div.DivClassName
{
background-color: #D9E8BB;
}
.BgClassName
{
background-color: #D9E8BB;
}
</style>
border-color css
<style>
span { border-color: #D9E8BB; }
span { border-color: rgb(217,232,187); }
td.TdClassName
{
border-color: #D9E8BB;
}
.TagClassName
{
border-color: #D9E8BB;
}
</style>