Shades of Gin #D7E7BC
Tints of Gin #D7E7BC
RGB
CMYK
RGB Variations
Color information
#D7E7BC (or 0xD7E7BC) is known color: Gin. HEX triplet: D7, E7 and BC. RGB value is (215,231,188). Sum of RGB (Red+Green+Blue) = 215+231+188=634 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.91% from 634); Green value is 231 (90.62% from 255 or 36.44% from 634); Blue value is 188 (73.83% from 255 or 29.65% from 634); Max value from RGB is 231 - color contains mainly: green. Hex color #D7E7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7E7BC is #281843. Grayscale: #DDDDDD. Windows color (decimal): -2627652 or 12380119. OLE color: 12380119.
HSL color Cylindrical-coordinate representation of color #D7E7BC: hue angle of 82.33º degrees, saturation: 0.47, 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 #D7E7BC is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 231 | 188 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.09 |
| HSL | 82.33º | 0.47% | 0.82% | - |
| HSV(B) | 82.33º | 0.19% | 0.91% | - |
| XYZ | 65.68 | 75.23 | 58.64 | - |
| YUV | 221.31 | 109.2 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 231 | 188 | 0.07 | 0 | 0.19 | 0.09 | 82.33 | 0.47 | 0.82 |
| Hex | D7 | E7 | BC | 7 | 0 | 13 | 9 | 52 | 2F | 52 |
| Octal | 327 | 347 | 274 | 7 | 0 | 23 | 11 | 122 | 57 | 122 |
| Binary | 11010111 | 11100111 | 10111100 | 111 | 0 | 10011 | 1001 | 1010010 | 101111 | 1010010 |
Color Harmonies of #D7E7BC
Complementary color
Monochromatic Colors of #D7E7BC
Black with #D7E7BC
Text Example
Text Example
White with #D7E7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E7BC; }
p { color: rgb(215,231,188); }
H1.HeaderClassName
{
color: #D7E7BC;
}
.AnyTagClassName
{
color: #D7E7BC;
}
</style>
background-color css
<style>
a { background-color: #D7E7BC; }
a { background-color: rgb(215,231,188); }
div.DivClassName
{
background-color: #D7E7BC;
}
.BgClassName
{
background-color: #D7E7BC;
}
</style>
border-color css
<style>
span { border-color: #D7E7BC; }
span { border-color: rgb(215,231,188); }
td.TdClassName
{
border-color: #D7E7BC;
}
.TagClassName
{
border-color: #D7E7BC;
}
</style>