Shades of Gin #D4DFBF
Tints of Gin #D4DFBF
RGB
CMYK
RGB Variations
Color information
#D4DFBF (or 0xD4DFBF) is known color: Gin. HEX triplet: D4, DF and BF. RGB value is (212,223,191). Sum of RGB (Red+Green+Blue) = 212+223+191=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DFBF is #2B2040. Grayscale: #D8D8D8. Windows color (decimal): -2826305 or 12574676. OLE color: 12574676.
HSL color Cylindrical-coordinate representation of color #D4DFBF: hue angle of 80.62º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4DFBF is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 223 | 191 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.13 |
| HSL | 80.63º | 0.33% | 0.81% | - |
| HSV(B) | 80.63º | 0.14% | 0.87% | - |
| XYZ | 62.94 | 70.53 | 59.59 | - |
| YUV | 216.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 223 | 191 | 0.05 | 0 | 0.14 | 0.13 | 80.63 | 0.33 | 0.81 |
| Hex | D4 | DF | BF | 5 | 0 | E | D | 51 | 21 | 51 |
| Octal | 324 | 337 | 277 | 5 | 0 | 16 | 15 | 121 | 41 | 121 |
| Binary | 11010100 | 11011111 | 10111111 | 101 | 0 | 1110 | 1101 | 1010001 | 100001 | 1010001 |
Color Harmonies of #D4DFBF
Complementary color
Monochromatic Colors of #D4DFBF
Black with #D4DFBF
Text Example
Text Example
White with #D4DFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DFBF; }
p { color: rgb(212,223,191); }
H1.HeaderClassName
{
color: #D4DFBF;
}
.AnyTagClassName
{
color: #D4DFBF;
}
</style>
background-color css
<style>
a { background-color: #D4DFBF; }
a { background-color: rgb(212,223,191); }
div.DivClassName
{
background-color: #D4DFBF;
}
.BgClassName
{
background-color: #D4DFBF;
}
</style>
border-color css
<style>
span { border-color: #D4DFBF; }
span { border-color: rgb(212,223,191); }
td.TdClassName
{
border-color: #D4DFBF;
}
.TagClassName
{
border-color: #D4DFBF;
}
</style>