Shades of Gin #D4DCC6
Tints of Gin #D4DCC6
RGB
CMYK
RGB Variations
Color information
#D4DCC6 (or 0xD4DCC6) is known color: Gin. HEX triplet: D4, DC and C6. RGB value is (212,220,198). Sum of RGB (Red+Green+Blue) = 212+220+198=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 198 (77.73% from 255 or 31.43% from 630); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCC6 is #2B2339. Grayscale: #D7D7D7. Windows color (decimal): -2827066 or 13032660. OLE color: 13032660.
HSL color Cylindrical-coordinate representation of color #D4DCC6: hue angle of 81.82º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4DCC6 is Cyan = 0.04, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 220 | 198 | - |
| CMYK | 0.04 | 0 | 0.1 | 0.14 |
| HSL | 81.82º | 0.24% | 0.82% | - |
| HSV(B) | 81.82º | 0.1% | 0.86% | - |
| XYZ | 62.94 | 69.26 | 63.48 | - |
| YUV | 215.1 | 118.35 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 198 | 0.04 | 0 | 0.1 | 0.14 | 81.82 | 0.24 | 0.82 |
| Hex | D4 | DC | C6 | 4 | 0 | A | E | 52 | 18 | 52 |
| Octal | 324 | 334 | 306 | 4 | 0 | 12 | 16 | 122 | 30 | 122 |
| Binary | 11010100 | 11011100 | 11000110 | 100 | 0 | 1010 | 1110 | 1010010 | 11000 | 1010010 |
Color Harmonies of #D4DCC6
Complementary color
Monochromatic Colors of #D4DCC6
Black with #D4DCC6
Text Example
Text Example
White with #D4DCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DCC6; }
p { color: rgb(212,220,198); }
H1.HeaderClassName
{
color: #D4DCC6;
}
.AnyTagClassName
{
color: #D4DCC6;
}
</style>
background-color css
<style>
a { background-color: #D4DCC6; }
a { background-color: rgb(212,220,198); }
div.DivClassName
{
background-color: #D4DCC6;
}
.BgClassName
{
background-color: #D4DCC6;
}
</style>
border-color css
<style>
span { border-color: #D4DCC6; }
span { border-color: rgb(212,220,198); }
td.TdClassName
{
border-color: #D4DCC6;
}
.TagClassName
{
border-color: #D4DCC6;
}
</style>