Shades of Gin #D3DCC2
Tints of Gin #D3DCC2
RGB
CMYK
RGB Variations
Color information
#D3DCC2 (or 0xD3DCC2) is known color: Gin. HEX triplet: D3, DC and C2. RGB value is (211,220,194). Sum of RGB (Red+Green+Blue) = 211+220+194=625 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.76% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 194 (76.17% from 255 or 31.04% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DCC2 is #2C233D. Grayscale: #D6D6D6. Windows color (decimal): -2892606 or 12770515. OLE color: 12770515.
HSL color Cylindrical-coordinate representation of color #D3DCC2: hue angle of 80.77º 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 #D3DCC2 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 220 | 194 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.14 |
| HSL | 80.77º | 0.27% | 0.81% | - |
| HSV(B) | 80.77º | 0.12% | 0.86% | - |
| XYZ | 62.19 | 68.93 | 61.07 | - |
| YUV | 214.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 220 | 194 | 0.04 | 0 | 0.12 | 0.14 | 80.77 | 0.27 | 0.81 |
| Hex | D3 | DC | C2 | 4 | 0 | C | E | 51 | 1B | 51 |
| Octal | 323 | 334 | 302 | 4 | 0 | 14 | 16 | 121 | 33 | 121 |
| Binary | 11010011 | 11011100 | 11000010 | 100 | 0 | 1100 | 1110 | 1010001 | 11011 | 1010001 |
Color Harmonies of #D3DCC2
Complementary color
Monochromatic Colors of #D3DCC2
Black with #D3DCC2
Text Example
Text Example
White with #D3DCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DCC2; }
p { color: rgb(211,220,194); }
H1.HeaderClassName
{
color: #D3DCC2;
}
.AnyTagClassName
{
color: #D3DCC2;
}
</style>
background-color css
<style>
a { background-color: #D3DCC2; }
a { background-color: rgb(211,220,194); }
div.DivClassName
{
background-color: #D3DCC2;
}
.BgClassName
{
background-color: #D3DCC2;
}
</style>
border-color css
<style>
span { border-color: #D3DCC2; }
span { border-color: rgb(211,220,194); }
td.TdClassName
{
border-color: #D3DCC2;
}
.TagClassName
{
border-color: #D3DCC2;
}
</style>