Shades of Gin #D7E9BD
Tints of Gin #D7E9BD
RGB
CMYK
RGB Variations
Color information
#D7E9BD (or 0xD7E9BD) is known color: Gin. HEX triplet: D7, E9 and BD. RGB value is (215,233,189). Sum of RGB (Red+Green+Blue) = 215+233+189=637 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.75% from 637); Green value is 233 (91.41% from 255 or 36.58% from 637); Blue value is 189 (74.22% from 255 or 29.67% from 637); Max value from RGB is 233 - color contains mainly: green. Hex color #D7E9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7E9BD is #281642. Grayscale: #DEDEDE. Windows color (decimal): -2627139 or 12446167. OLE color: 12446167.
HSL color Cylindrical-coordinate representation of color #D7E9BD: hue angle of 84.55º degrees, saturation: 0.5, 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 #D7E9BD is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 233 | 189 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.09 |
| HSL | 84.55º | 0.5% | 0.83% | - |
| HSV(B) | 84.55º | 0.19% | 0.91% | - |
| XYZ | 66.35 | 76.4 | 59.39 | - |
| YUV | 222.6 | 109.04 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 233 | 189 | 0.08 | 0 | 0.19 | 0.09 | 84.55 | 0.5 | 0.83 |
| Hex | D7 | E9 | BD | 8 | 0 | 13 | 9 | 55 | 32 | 53 |
| Octal | 327 | 351 | 275 | 10 | 0 | 23 | 11 | 125 | 62 | 123 |
| Binary | 11010111 | 11101001 | 10111101 | 1000 | 0 | 10011 | 1001 | 1010101 | 110010 | 1010011 |
Color Harmonies of #D7E9BD
Complementary color
Monochromatic Colors of #D7E9BD
Black with #D7E9BD
Text Example
Text Example
White with #D7E9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E9BD; }
p { color: rgb(215,233,189); }
H1.HeaderClassName
{
color: #D7E9BD;
}
.AnyTagClassName
{
color: #D7E9BD;
}
</style>
background-color css
<style>
a { background-color: #D7E9BD; }
a { background-color: rgb(215,233,189); }
div.DivClassName
{
background-color: #D7E9BD;
}
.BgClassName
{
background-color: #D7E9BD;
}
</style>
border-color css
<style>
span { border-color: #D7E9BD; }
span { border-color: rgb(215,233,189); }
td.TdClassName
{
border-color: #D7E9BD;
}
.TagClassName
{
border-color: #D7E9BD;
}
</style>