Shades of Gin #D9E9BC
Tints of Gin #D9E9BC
RGB
CMYK
RGB Variations
Color information
#D9E9BC (or 0xD9E9BC) is known color: Gin. HEX triplet: D9, E9 and BC. RGB value is (217,233,188). Sum of RGB (Red+Green+Blue) = 217+233+188=638 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.01% from 638); Green value is 233 (91.41% from 255 or 36.52% from 638); Blue value is 188 (73.83% from 255 or 29.47% from 638); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E9BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E9BC is #261643. Grayscale: #DFDFDF. Windows color (decimal): -2496068 or 12380633. OLE color: 12380633.
HSL color Cylindrical-coordinate representation of color #D9E9BC: hue angle of 81.33º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9E9BC is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 233 | 188 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.09 |
| HSL | 81.33º | 0.51% | 0.83% | - |
| HSV(B) | 81.33º | 0.19% | 0.91% | - |
| XYZ | 66.83 | 76.66 | 58.85 | - |
| YUV | 223.09 | 108.2 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 233 | 188 | 0.07 | 0 | 0.19 | 0.09 | 81.33 | 0.51 | 0.83 |
| Hex | D9 | E9 | BC | 7 | 0 | 13 | 9 | 51 | 33 | 53 |
| Octal | 331 | 351 | 274 | 7 | 0 | 23 | 11 | 121 | 63 | 123 |
| Binary | 11011001 | 11101001 | 10111100 | 111 | 0 | 10011 | 1001 | 1010001 | 110011 | 1010011 |
Color Harmonies of #D9E9BC
Complementary color
Monochromatic Colors of #D9E9BC
Black with #D9E9BC
Text Example
Text Example
White with #D9E9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E9BC; }
p { color: rgb(217,233,188); }
H1.HeaderClassName
{
color: #D9E9BC;
}
.AnyTagClassName
{
color: #D9E9BC;
}
</style>
background-color css
<style>
a { background-color: #D9E9BC; }
a { background-color: rgb(217,233,188); }
div.DivClassName
{
background-color: #D9E9BC;
}
.BgClassName
{
background-color: #D9E9BC;
}
</style>
border-color css
<style>
span { border-color: #D9E9BC; }
span { border-color: rgb(217,233,188); }
td.TdClassName
{
border-color: #D9E9BC;
}
.TagClassName
{
border-color: #D9E9BC;
}
</style>