Shades of Gin #D7DFBE
Tints of Gin #D7DFBE
RGB
CMYK
RGB Variations
Color information
#D7DFBE (or 0xD7DFBE) is known color: Gin. HEX triplet: D7, DF and BE. RGB value is (215,223,190). Sum of RGB (Red+Green+Blue) = 215+223+190=628 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.24% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 190 (74.61% from 255 or 30.25% from 628); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DFBE is #282041. Grayscale: #D8D8D8. Windows color (decimal): -2629698 or 12509143. OLE color: 12509143.
HSL color Cylindrical-coordinate representation of color #D7DFBE: hue angle of 74.55º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7DFBE is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 223 | 190 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.13 |
| HSL | 74.55º | 0.34% | 0.81% | - |
| HSV(B) | 74.55º | 0.15% | 0.87% | - |
| XYZ | 63.71 | 70.94 | 59.05 | - |
| YUV | 216.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 223 | 190 | 0.04 | 0 | 0.15 | 0.13 | 74.55 | 0.34 | 0.81 |
| Hex | D7 | DF | BE | 4 | 0 | F | D | 4B | 22 | 51 |
| Octal | 327 | 337 | 276 | 4 | 0 | 17 | 15 | 113 | 42 | 121 |
| Binary | 11010111 | 11011111 | 10111110 | 100 | 0 | 1111 | 1101 | 1001011 | 100010 | 1010001 |
Color Harmonies of #D7DFBE
Complementary color
Monochromatic Colors of #D7DFBE
Black with #D7DFBE
Text Example
Text Example
White with #D7DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DFBE; }
p { color: rgb(215,223,190); }
H1.HeaderClassName
{
color: #D7DFBE;
}
.AnyTagClassName
{
color: #D7DFBE;
}
</style>
background-color css
<style>
a { background-color: #D7DFBE; }
a { background-color: rgb(215,223,190); }
div.DivClassName
{
background-color: #D7DFBE;
}
.BgClassName
{
background-color: #D7DFBE;
}
</style>
border-color css
<style>
span { border-color: #D7DFBE; }
span { border-color: rgb(215,223,190); }
td.TdClassName
{
border-color: #D7DFBE;
}
.TagClassName
{
border-color: #D7DFBE;
}
</style>