Shades of Gin #D4DBC4
Tints of Gin #D4DBC4
RGB
CMYK
RGB Variations
Color information
#D4DBC4 (or 0xD4DBC4) is known color: Gin. HEX triplet: D4, DB and C4. RGB value is (212,219,196). Sum of RGB (Red+Green+Blue) = 212+219+196=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 196 (76.95% from 255 or 31.26% from 627); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DBC4 is #2B243B. Grayscale: #D6D6D6. Windows color (decimal): -2827324 or 12901332. OLE color: 12901332.
HSL color Cylindrical-coordinate representation of color #D4DBC4: hue angle of 78.26º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4DBC4 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 219 | 196 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.14 |
| HSL | 78.26º | 0.24% | 0.81% | - |
| HSV(B) | 78.26º | 0.11% | 0.86% | - |
| XYZ | 62.45 | 68.65 | 62.18 | - |
| YUV | 214.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 219 | 196 | 0.03 | 0 | 0.11 | 0.14 | 78.26 | 0.24 | 0.81 |
| Hex | D4 | DB | C4 | 3 | 0 | B | E | 4E | 18 | 51 |
| Octal | 324 | 333 | 304 | 3 | 0 | 13 | 16 | 116 | 30 | 121 |
| Binary | 11010100 | 11011011 | 11000100 | 11 | 0 | 1011 | 1110 | 1001110 | 11000 | 1010001 |
Color Harmonies of #D4DBC4
Complementary color
Monochromatic Colors of #D4DBC4
Black with #D4DBC4
Text Example
Text Example
White with #D4DBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DBC4; }
p { color: rgb(212,219,196); }
H1.HeaderClassName
{
color: #D4DBC4;
}
.AnyTagClassName
{
color: #D4DBC4;
}
</style>
background-color css
<style>
a { background-color: #D4DBC4; }
a { background-color: rgb(212,219,196); }
div.DivClassName
{
background-color: #D4DBC4;
}
.BgClassName
{
background-color: #D4DBC4;
}
</style>
border-color css
<style>
span { border-color: #D4DBC4; }
span { border-color: rgb(212,219,196); }
td.TdClassName
{
border-color: #D4DBC4;
}
.TagClassName
{
border-color: #D4DBC4;
}
</style>