Shades of Gin #D6DDC0
Tints of Gin #D6DDC0
RGB
CMYK
RGB Variations
Color information
#D6DDC0 (or 0xD6DDC0) is known color: Gin. HEX triplet: D6, DD and C0. RGB value is (214,221,192). Sum of RGB (Red+Green+Blue) = 214+221+192=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 192 (75.39% from 255 or 30.62% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDC0 is #29223F. Grayscale: #D7D7D7. Windows color (decimal): -2695744 or 12639702. OLE color: 12639702.
HSL color Cylindrical-coordinate representation of color #D6DDC0: hue angle of 74.48º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6DDC0 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 221 | 192 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.13 |
| HSL | 74.48º | 0.3% | 0.81% | - |
| HSV(B) | 74.48º | 0.13% | 0.87% | - |
| XYZ | 63.1 | 69.81 | 60.02 | - |
| YUV | 215.6 | 114.68 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 192 | 0.03 | 0 | 0.13 | 0.13 | 74.48 | 0.3 | 0.81 |
| Hex | D6 | DD | C0 | 3 | 0 | D | D | 4A | 1E | 51 |
| Octal | 326 | 335 | 300 | 3 | 0 | 15 | 15 | 112 | 36 | 121 |
| Binary | 11010110 | 11011101 | 11000000 | 11 | 0 | 1101 | 1101 | 1001010 | 11110 | 1010001 |
Color Harmonies of #D6DDC0
Complementary color
Monochromatic Colors of #D6DDC0
Black with #D6DDC0
Text Example
Text Example
White with #D6DDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DDC0; }
p { color: rgb(214,221,192); }
H1.HeaderClassName
{
color: #D6DDC0;
}
.AnyTagClassName
{
color: #D6DDC0;
}
</style>
background-color css
<style>
a { background-color: #D6DDC0; }
a { background-color: rgb(214,221,192); }
div.DivClassName
{
background-color: #D6DDC0;
}
.BgClassName
{
background-color: #D6DDC0;
}
</style>
border-color css
<style>
span { border-color: #D6DDC0; }
span { border-color: rgb(214,221,192); }
td.TdClassName
{
border-color: #D6DDC0;
}
.TagClassName
{
border-color: #D6DDC0;
}
</style>