Shades of Gin #D2DCC0
Tints of Gin #D2DCC0
RGB
CMYK
RGB Variations
Color information
#D2DCC0 (or 0xD2DCC0) is known color: Gin. HEX triplet: D2, DC and C0. RGB value is (210,220,192). Sum of RGB (Red+Green+Blue) = 210+220+192=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCC0 is #2D233F. Grayscale: #D5D5D5. Windows color (decimal): -2958144 or 12639442. OLE color: 12639442.
HSL color Cylindrical-coordinate representation of color #D2DCC0: hue angle of 81.43º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2DCC0 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 220 | 192 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.14 |
| HSL | 81.43º | 0.29% | 0.81% | - |
| HSV(B) | 81.43º | 0.13% | 0.86% | - |
| XYZ | 61.69 | 68.69 | 59.88 | - |
| YUV | 213.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 192 | 0.05 | 0 | 0.13 | 0.14 | 81.43 | 0.29 | 0.81 |
| Hex | D2 | DC | C0 | 5 | 0 | D | E | 51 | 1D | 51 |
| Octal | 322 | 334 | 300 | 5 | 0 | 15 | 16 | 121 | 35 | 121 |
| Binary | 11010010 | 11011100 | 11000000 | 101 | 0 | 1101 | 1110 | 1010001 | 11101 | 1010001 |
Color Harmonies of #D2DCC0
Complementary color
Monochromatic Colors of #D2DCC0
Black with #D2DCC0
Text Example
Text Example
White with #D2DCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DCC0; }
p { color: rgb(210,220,192); }
H1.HeaderClassName
{
color: #D2DCC0;
}
.AnyTagClassName
{
color: #D2DCC0;
}
</style>
background-color css
<style>
a { background-color: #D2DCC0; }
a { background-color: rgb(210,220,192); }
div.DivClassName
{
background-color: #D2DCC0;
}
.BgClassName
{
background-color: #D2DCC0;
}
</style>
border-color css
<style>
span { border-color: #D2DCC0; }
span { border-color: rgb(210,220,192); }
td.TdClassName
{
border-color: #D2DCC0;
}
.TagClassName
{
border-color: #D2DCC0;
}
</style>