Shades of Gin #D4DFBB
Tints of Gin #D4DFBB
RGB
CMYK
RGB Variations
Color information
#D4DFBB (or 0xD4DFBB) is known color: Gin. HEX triplet: D4, DF and BB. RGB value is (212,223,187). Sum of RGB (Red+Green+Blue) = 212+223+187=622 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.08% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DFBB is #2B2044. Grayscale: #D7D7D7. Windows color (decimal): -2826309 or 12312532. OLE color: 12312532.
HSL color Cylindrical-coordinate representation of color #D4DFBB: hue angle of 78.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4DFBB is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 223 | 187 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.13 |
| HSL | 78.33º | 0.36% | 0.8% | - |
| HSV(B) | 78.33º | 0.16% | 0.87% | - |
| XYZ | 62.51 | 70.36 | 57.3 | - |
| YUV | 215.61 | 111.86 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 223 | 187 | 0.05 | 0 | 0.16 | 0.13 | 78.33 | 0.36 | 0.8 |
| Hex | D4 | DF | BB | 5 | 0 | 10 | D | 4E | 24 | 50 |
| Octal | 324 | 337 | 273 | 5 | 0 | 20 | 15 | 116 | 44 | 120 |
| Binary | 11010100 | 11011111 | 10111011 | 101 | 0 | 10000 | 1101 | 1001110 | 100100 | 1010000 |
Color Harmonies of #D4DFBB
Complementary color
Monochromatic Colors of #D4DFBB
Black with #D4DFBB
Text Example
Text Example
White with #D4DFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DFBB; }
p { color: rgb(212,223,187); }
H1.HeaderClassName
{
color: #D4DFBB;
}
.AnyTagClassName
{
color: #D4DFBB;
}
</style>
background-color css
<style>
a { background-color: #D4DFBB; }
a { background-color: rgb(212,223,187); }
div.DivClassName
{
background-color: #D4DFBB;
}
.BgClassName
{
background-color: #D4DFBB;
}
</style>
border-color css
<style>
span { border-color: #D4DFBB; }
span { border-color: rgb(212,223,187); }
td.TdClassName
{
border-color: #D4DFBB;
}
.TagClassName
{
border-color: #D4DFBB;
}
</style>