Shades of Gin #D7E9BF
Tints of Gin #D7E9BF
RGB
CMYK
RGB Variations
Color information
#D7E9BF (or 0xD7E9BF) is known color: Gin. HEX triplet: D7, E9 and BF. RGB value is (215,233,191). Sum of RGB (Red+Green+Blue) = 215+233+191=639 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.65% from 639); Green value is 233 (91.41% from 255 or 36.46% from 639); Blue value is 191 (75% from 255 or 29.89% from 639); Max value from RGB is 233 - color contains mainly: green. Hex color #D7E9BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7E9BF is #281640. Grayscale: #DEDEDE. Windows color (decimal): -2627137 or 12577239. OLE color: 12577239.
HSL color Cylindrical-coordinate representation of color #D7E9BF: hue angle of 85.71º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D7E9BF is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 233 | 191 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.09 |
| HSL | 85.71º | 0.49% | 0.83% | - |
| HSV(B) | 85.71º | 0.18% | 0.91% | - |
| XYZ | 66.57 | 76.49 | 60.55 | - |
| YUV | 222.83 | 110.04 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 233 | 191 | 0.08 | 0 | 0.18 | 0.09 | 85.71 | 0.49 | 0.83 |
| Hex | D7 | E9 | BF | 8 | 0 | 12 | 9 | 56 | 31 | 53 |
| Octal | 327 | 351 | 277 | 10 | 0 | 22 | 11 | 126 | 61 | 123 |
| Binary | 11010111 | 11101001 | 10111111 | 1000 | 0 | 10010 | 1001 | 1010110 | 110001 | 1010011 |
Color Harmonies of #D7E9BF
Complementary color
Monochromatic Colors of #D7E9BF
Black with #D7E9BF
Text Example
Text Example
White with #D7E9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E9BF; }
p { color: rgb(215,233,191); }
H1.HeaderClassName
{
color: #D7E9BF;
}
.AnyTagClassName
{
color: #D7E9BF;
}
</style>
background-color css
<style>
a { background-color: #D7E9BF; }
a { background-color: rgb(215,233,191); }
div.DivClassName
{
background-color: #D7E9BF;
}
.BgClassName
{
background-color: #D7E9BF;
}
</style>
border-color css
<style>
span { border-color: #D7E9BF; }
span { border-color: rgb(215,233,191); }
td.TdClassName
{
border-color: #D7E9BF;
}
.TagClassName
{
border-color: #D7E9BF;
}
</style>