Shades of Gin #D7E0BD
Tints of Gin #D7E0BD
RGB
CMYK
RGB Variations
Color information
#D7E0BD (or 0xD7E0BD) is known color: Gin. HEX triplet: D7, E0 and BD. RGB value is (215,224,189). Sum of RGB (Red+Green+Blue) = 215+224+189=628 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.24% from 628); Green value is 224 (87.89% from 255 or 35.67% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 224 - color contains mainly: green. Hex color #D7E0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E0BD is #281F42. Grayscale: #D9D9D9. Windows color (decimal): -2629443 or 12443863. OLE color: 12443863.
HSL color Cylindrical-coordinate representation of color #D7E0BD: hue angle of 75.43º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7E0BD is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 224 | 189 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.12 |
| HSL | 75.43º | 0.36% | 0.81% | - |
| HSV(B) | 75.43º | 0.16% | 0.88% | - |
| XYZ | 63.87 | 71.43 | 58.57 | - |
| YUV | 217.32 | 112.02 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 224 | 189 | 0.04 | 0 | 0.16 | 0.12 | 75.43 | 0.36 | 0.81 |
| Hex | D7 | E0 | BD | 4 | 0 | 10 | C | 4B | 24 | 51 |
| Octal | 327 | 340 | 275 | 4 | 0 | 20 | 14 | 113 | 44 | 121 |
| Binary | 11010111 | 11100000 | 10111101 | 100 | 0 | 10000 | 1100 | 1001011 | 100100 | 1010001 |
Color Harmonies of #D7E0BD
Complementary color
Monochromatic Colors of #D7E0BD
Black with #D7E0BD
Text Example
Text Example
White with #D7E0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E0BD; }
p { color: rgb(215,224,189); }
H1.HeaderClassName
{
color: #D7E0BD;
}
.AnyTagClassName
{
color: #D7E0BD;
}
</style>
background-color css
<style>
a { background-color: #D7E0BD; }
a { background-color: rgb(215,224,189); }
div.DivClassName
{
background-color: #D7E0BD;
}
.BgClassName
{
background-color: #D7E0BD;
}
</style>
border-color css
<style>
span { border-color: #D7E0BD; }
span { border-color: rgb(215,224,189); }
td.TdClassName
{
border-color: #D7E0BD;
}
.TagClassName
{
border-color: #D7E0BD;
}
</style>