Shades of Gin #D5DFBA
Tints of Gin #D5DFBA
RGB
CMYK
RGB Variations
Color information
#D5DFBA (or 0xD5DFBA) is known color: Gin. HEX triplet: D5, DF and BA. RGB value is (213,223,186). Sum of RGB (Red+Green+Blue) = 213+223+186=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFBA is #2A2045. Grayscale: #D7D7D7. Windows color (decimal): -2760774 or 12246997. OLE color: 12246997.
HSL color Cylindrical-coordinate representation of color #D5DFBA: hue angle of 76.22º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5DFBA is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 223 | 186 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.13 |
| HSL | 76.22º | 0.37% | 0.8% | - |
| HSV(B) | 76.22º | 0.17% | 0.87% | - |
| XYZ | 62.69 | 70.47 | 56.75 | - |
| YUV | 215.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 223 | 186 | 0.04 | 0 | 0.17 | 0.13 | 76.22 | 0.37 | 0.8 |
| Hex | D5 | DF | BA | 4 | 0 | 11 | D | 4C | 25 | 50 |
| Octal | 325 | 337 | 272 | 4 | 0 | 21 | 15 | 114 | 45 | 120 |
| Binary | 11010101 | 11011111 | 10111010 | 100 | 0 | 10001 | 1101 | 1001100 | 100101 | 1010000 |
Color Harmonies of #D5DFBA
Complementary color
Monochromatic Colors of #D5DFBA
Black with #D5DFBA
Text Example
Text Example
White with #D5DFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DFBA; }
p { color: rgb(213,223,186); }
H1.HeaderClassName
{
color: #D5DFBA;
}
.AnyTagClassName
{
color: #D5DFBA;
}
</style>
background-color css
<style>
a { background-color: #D5DFBA; }
a { background-color: rgb(213,223,186); }
div.DivClassName
{
background-color: #D5DFBA;
}
.BgClassName
{
background-color: #D5DFBA;
}
</style>
border-color css
<style>
span { border-color: #D5DFBA; }
span { border-color: rgb(213,223,186); }
td.TdClassName
{
border-color: #D5DFBA;
}
.TagClassName
{
border-color: #D5DFBA;
}
</style>