Shades of Gin #D7E1BA
Tints of Gin #D7E1BA
RGB
CMYK
RGB Variations
Color information
#D7E1BA (or 0xD7E1BA) is known color: Gin. HEX triplet: D7, E1 and BA. RGB value is (215,225,186). Sum of RGB (Red+Green+Blue) = 215+225+186=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 225 - color contains mainly: green. Hex color #D7E1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E1BA is #281E45. Grayscale: #D9D9D9. Windows color (decimal): -2629190 or 12247511. OLE color: 12247511.
HSL color Cylindrical-coordinate representation of color #D7E1BA: hue angle of 75.38º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7E1BA is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 225 | 186 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.12 |
| HSL | 75.38º | 0.39% | 0.81% | - |
| HSV(B) | 75.38º | 0.17% | 0.88% | - |
| XYZ | 63.81 | 71.84 | 56.96 | - |
| YUV | 217.56 | 110.19 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 225 | 186 | 0.04 | 0 | 0.17 | 0.12 | 75.38 | 0.39 | 0.81 |
| Hex | D7 | E1 | BA | 4 | 0 | 11 | C | 4B | 27 | 51 |
| Octal | 327 | 341 | 272 | 4 | 0 | 21 | 14 | 113 | 47 | 121 |
| Binary | 11010111 | 11100001 | 10111010 | 100 | 0 | 10001 | 1100 | 1001011 | 100111 | 1010001 |
Color Harmonies of #D7E1BA
Complementary color
Monochromatic Colors of #D7E1BA
Black with #D7E1BA
Text Example
Text Example
White with #D7E1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E1BA; }
p { color: rgb(215,225,186); }
H1.HeaderClassName
{
color: #D7E1BA;
}
.AnyTagClassName
{
color: #D7E1BA;
}
</style>
background-color css
<style>
a { background-color: #D7E1BA; }
a { background-color: rgb(215,225,186); }
div.DivClassName
{
background-color: #D7E1BA;
}
.BgClassName
{
background-color: #D7E1BA;
}
</style>
border-color css
<style>
span { border-color: #D7E1BA; }
span { border-color: rgb(215,225,186); }
td.TdClassName
{
border-color: #D7E1BA;
}
.TagClassName
{
border-color: #D7E1BA;
}
</style>