Shades of Gin #D4DCC5
Tints of Gin #D4DCC5
RGB
CMYK
RGB Variations
Color information
#D4DCC5 (or 0xD4DCC5) is known color: Gin. HEX triplet: D4, DC and C5. RGB value is (212,220,197). Sum of RGB (Red+Green+Blue) = 212+220+197=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 197 (77.34% from 255 or 31.32% from 629); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCC5 is #2B233A. Grayscale: #D7D7D7. Windows color (decimal): -2827067 or 12967124. OLE color: 12967124.
HSL color Cylindrical-coordinate representation of color #D4DCC5: hue angle of 80.87º degrees, saturation: 0.25, 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 #D4DCC5 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 220 | 197 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.14 |
| HSL | 80.87º | 0.25% | 0.82% | - |
| HSV(B) | 80.87º | 0.1% | 0.86% | - |
| XYZ | 62.82 | 69.21 | 62.87 | - |
| YUV | 214.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 197 | 0.04 | 0 | 0.10 | 0.14 | 80.87 | 0.25 | 0.82 |
| Hex | D4 | DC | C5 | 4 | 0 | A | E | 51 | 19 | 52 |
| Octal | 324 | 334 | 305 | 4 | 0 | 12 | 16 | 121 | 31 | 122 |
| Binary | 11010100 | 11011100 | 11000101 | 100 | 0 | 1010 | 1110 | 1010001 | 11001 | 1010010 |
Color Harmonies of #D4DCC5
Complementary color
Monochromatic Colors of #D4DCC5
Black with #D4DCC5
Text Example
Text Example
White with #D4DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DCC5; }
p { color: rgb(212,220,197); }
H1.HeaderClassName
{
color: #D4DCC5;
}
.AnyTagClassName
{
color: #D4DCC5;
}
</style>
background-color css
<style>
a { background-color: #D4DCC5; }
a { background-color: rgb(212,220,197); }
div.DivClassName
{
background-color: #D4DCC5;
}
.BgClassName
{
background-color: #D4DCC5;
}
</style>
border-color css
<style>
span { border-color: #D4DCC5; }
span { border-color: rgb(212,220,197); }
td.TdClassName
{
border-color: #D4DCC5;
}
.TagClassName
{
border-color: #D4DCC5;
}
</style>