Shades of Gin #D7E6B5
Tints of Gin #D7E6B5
RGB
CMYK
RGB Variations
Color information
#D7E6B5 (or 0xD7E6B5) is known color: Gin. HEX triplet: D7, E6 and B5. RGB value is (215,230,181). Sum of RGB (Red+Green+Blue) = 215+230+181=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 230 (90.23% from 255 or 36.74% from 626); Blue value is 181 (71.09% from 255 or 28.91% from 626); Max value from RGB is 230 - color contains mainly: green. Hex color #D7E6B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7E6B5 is #28194A. Grayscale: #DCDCDC. Windows color (decimal): -2627915 or 11921111. OLE color: 11921111.
HSL color Cylindrical-coordinate representation of color #D7E6B5: hue angle of 78.37º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7E6B5 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 230 | 181 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.10 |
| HSL | 78.37º | 0.49% | 0.81% | - |
| HSV(B) | 78.37º | 0.21% | 0.9% | - |
| XYZ | 64.66 | 74.38 | 54.66 | - |
| YUV | 219.93 | 106.03 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 230 | 181 | 0.07 | 0 | 0.21 | 0.10 | 78.37 | 0.49 | 0.81 |
| Hex | D7 | E6 | B5 | 7 | 0 | 15 | A | 4E | 31 | 51 |
| Octal | 327 | 346 | 265 | 7 | 0 | 25 | 12 | 116 | 61 | 121 |
| Binary | 11010111 | 11100110 | 10110101 | 111 | 0 | 10101 | 1010 | 1001110 | 110001 | 1010001 |
Color Harmonies of #D7E6B5
Complementary color
Monochromatic Colors of #D7E6B5
Black with #D7E6B5
Text Example
Text Example
White with #D7E6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E6B5; }
p { color: rgb(215,230,181); }
H1.HeaderClassName
{
color: #D7E6B5;
}
.AnyTagClassName
{
color: #D7E6B5;
}
</style>
background-color css
<style>
a { background-color: #D7E6B5; }
a { background-color: rgb(215,230,181); }
div.DivClassName
{
background-color: #D7E6B5;
}
.BgClassName
{
background-color: #D7E6B5;
}
</style>
border-color css
<style>
span { border-color: #D7E6B5; }
span { border-color: rgb(215,230,181); }
td.TdClassName
{
border-color: #D7E6B5;
}
.TagClassName
{
border-color: #D7E6B5;
}
</style>