Shades of Gin #D7E8BF
Tints of Gin #D7E8BF
RGB
CMYK
RGB Variations
Color information
#D7E8BF (or 0xD7E8BF) is known color: Gin. HEX triplet: D7, E8 and BF. RGB value is (215,232,191). Sum of RGB (Red+Green+Blue) = 215+232+191=638 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.70% from 638); Green value is 232 (91.02% from 255 or 36.36% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 232 - color contains mainly: green. Hex color #D7E8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7E8BF is #281740. Grayscale: #DEDEDE. Windows color (decimal): -2627393 or 12576983. OLE color: 12576983.
HSL color Cylindrical-coordinate representation of color #D7E8BF: hue angle of 84.88º degrees, saturation: 0.47, 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 #D7E8BF is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 232 | 191 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.09 |
| HSL | 84.88º | 0.47% | 0.83% | - |
| HSV(B) | 84.88º | 0.18% | 0.91% | - |
| XYZ | 66.28 | 75.92 | 60.45 | - |
| YUV | 222.24 | 110.37 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 232 | 191 | 0.07 | 0 | 0.18 | 0.09 | 84.88 | 0.47 | 0.83 |
| Hex | D7 | E8 | BF | 7 | 0 | 12 | 9 | 55 | 2F | 53 |
| Octal | 327 | 350 | 277 | 7 | 0 | 22 | 11 | 125 | 57 | 123 |
| Binary | 11010111 | 11101000 | 10111111 | 111 | 0 | 10010 | 1001 | 1010101 | 101111 | 1010011 |
Color Harmonies of #D7E8BF
Complementary color
Monochromatic Colors of #D7E8BF
Black with #D7E8BF
Text Example
Text Example
White with #D7E8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E8BF; }
p { color: rgb(215,232,191); }
H1.HeaderClassName
{
color: #D7E8BF;
}
.AnyTagClassName
{
color: #D7E8BF;
}
</style>
background-color css
<style>
a { background-color: #D7E8BF; }
a { background-color: rgb(215,232,191); }
div.DivClassName
{
background-color: #D7E8BF;
}
.BgClassName
{
background-color: #D7E8BF;
}
</style>
border-color css
<style>
span { border-color: #D7E8BF; }
span { border-color: rgb(215,232,191); }
td.TdClassName
{
border-color: #D7E8BF;
}
.TagClassName
{
border-color: #D7E8BF;
}
</style>