Shades of Gin #D7E9BA
Tints of Gin #D7E9BA
RGB
CMYK
RGB Variations
Color information
#D7E9BA (or 0xD7E9BA) is known color: Gin. HEX triplet: D7, E9 and BA. RGB value is (215,233,186). Sum of RGB (Red+Green+Blue) = 215+233+186=634 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.91% from 634); Green value is 233 (91.41% from 255 or 36.75% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 233 - color contains mainly: green. Hex color #D7E9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7E9BA is #281645. Grayscale: #DEDEDE. Windows color (decimal): -2627142 or 12249559. OLE color: 12249559.
HSL color Cylindrical-coordinate representation of color #D7E9BA: hue angle of 82.98º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7E9BA is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 233 | 186 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.09 |
| HSL | 82.98º | 0.52% | 0.82% | - |
| HSV(B) | 82.98º | 0.2% | 0.91% | - |
| XYZ | 66.03 | 76.27 | 57.7 | - |
| YUV | 222.26 | 107.54 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 233 | 186 | 0.08 | 0 | 0.20 | 0.09 | 82.98 | 0.52 | 0.82 |
| Hex | D7 | E9 | BA | 8 | 0 | 14 | 9 | 53 | 34 | 52 |
| Octal | 327 | 351 | 272 | 10 | 0 | 24 | 11 | 123 | 64 | 122 |
| Binary | 11010111 | 11101001 | 10111010 | 1000 | 0 | 10100 | 1001 | 1010011 | 110100 | 1010010 |
Color Harmonies of #D7E9BA
Complementary color
Monochromatic Colors of #D7E9BA
Black with #D7E9BA
Text Example
Text Example
White with #D7E9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E9BA; }
p { color: rgb(215,233,186); }
H1.HeaderClassName
{
color: #D7E9BA;
}
.AnyTagClassName
{
color: #D7E9BA;
}
</style>
background-color css
<style>
a { background-color: #D7E9BA; }
a { background-color: rgb(215,233,186); }
div.DivClassName
{
background-color: #D7E9BA;
}
.BgClassName
{
background-color: #D7E9BA;
}
</style>
border-color css
<style>
span { border-color: #D7E9BA; }
span { border-color: rgb(215,233,186); }
td.TdClassName
{
border-color: #D7E9BA;
}
.TagClassName
{
border-color: #D7E9BA;
}
</style>