Shades of Gin #D4DFBA
Tints of Gin #D4DFBA
RGB
CMYK
RGB Variations
Color information
#D4DFBA (or 0xD4DFBA) is known color: Gin. HEX triplet: D4, DF and BA. RGB value is (212,223,186). Sum of RGB (Red+Green+Blue) = 212+223+186=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DFBA is #2B2045. Grayscale: #D7D7D7. Windows color (decimal): -2826310 or 12246996. OLE color: 12246996.
HSL color Cylindrical-coordinate representation of color #D4DFBA: hue angle of 77.84º 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 #D4DFBA is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 223 | 186 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.13 |
| HSL | 77.84º | 0.37% | 0.8% | - |
| HSV(B) | 77.84º | 0.17% | 0.87% | - |
| XYZ | 62.4 | 70.32 | 56.74 | - |
| YUV | 215.49 | 111.36 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 223 | 186 | 0.05 | 0 | 0.17 | 0.13 | 77.84 | 0.37 | 0.8 |
| Hex | D4 | DF | BA | 5 | 0 | 11 | D | 4E | 25 | 50 |
| Octal | 324 | 337 | 272 | 5 | 0 | 21 | 15 | 116 | 45 | 120 |
| Binary | 11010100 | 11011111 | 10111010 | 101 | 0 | 10001 | 1101 | 1001110 | 100101 | 1010000 |
Color Harmonies of #D4DFBA
Complementary color
Monochromatic Colors of #D4DFBA
Black with #D4DFBA
Text Example
Text Example
White with #D4DFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DFBA; }
p { color: rgb(212,223,186); }
H1.HeaderClassName
{
color: #D4DFBA;
}
.AnyTagClassName
{
color: #D4DFBA;
}
</style>
background-color css
<style>
a { background-color: #D4DFBA; }
a { background-color: rgb(212,223,186); }
div.DivClassName
{
background-color: #D4DFBA;
}
.BgClassName
{
background-color: #D4DFBA;
}
</style>
border-color css
<style>
span { border-color: #D4DFBA; }
span { border-color: rgb(212,223,186); }
td.TdClassName
{
border-color: #D4DFBA;
}
.TagClassName
{
border-color: #D4DFBA;
}
</style>