Shades of Gin #D6DCC2
Tints of Gin #D6DCC2
RGB
CMYK
RGB Variations
Color information
#D6DCC2 (or 0xD6DCC2) is known color: Gin. HEX triplet: D6, DC and C2. RGB value is (214,220,194). Sum of RGB (Red+Green+Blue) = 214+220+194=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 194 (76.17% from 255 or 30.89% from 628); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DCC2 is #29233D. Grayscale: #D7D7D7. Windows color (decimal): -2695998 or 12770518. OLE color: 12770518.
HSL color Cylindrical-coordinate representation of color #D6DCC2: hue angle of 73.85º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6DCC2 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 220 | 194 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.14 |
| HSL | 73.85º | 0.27% | 0.81% | - |
| HSV(B) | 73.85º | 0.12% | 0.86% | - |
| XYZ | 63.06 | 69.38 | 61.11 | - |
| YUV | 215.24 | 116.01 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 220 | 194 | 0.03 | 0 | 0.12 | 0.14 | 73.85 | 0.27 | 0.81 |
| Hex | D6 | DC | C2 | 3 | 0 | C | E | 4A | 1B | 51 |
| Octal | 326 | 334 | 302 | 3 | 0 | 14 | 16 | 112 | 33 | 121 |
| Binary | 11010110 | 11011100 | 11000010 | 11 | 0 | 1100 | 1110 | 1001010 | 11011 | 1010001 |
Color Harmonies of #D6DCC2
Complementary color
Monochromatic Colors of #D6DCC2
Black with #D6DCC2
Text Example
Text Example
White with #D6DCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DCC2; }
p { color: rgb(214,220,194); }
H1.HeaderClassName
{
color: #D6DCC2;
}
.AnyTagClassName
{
color: #D6DCC2;
}
</style>
background-color css
<style>
a { background-color: #D6DCC2; }
a { background-color: rgb(214,220,194); }
div.DivClassName
{
background-color: #D6DCC2;
}
.BgClassName
{
background-color: #D6DCC2;
}
</style>
border-color css
<style>
span { border-color: #D6DCC2; }
span { border-color: rgb(214,220,194); }
td.TdClassName
{
border-color: #D6DCC2;
}
.TagClassName
{
border-color: #D6DCC2;
}
</style>