Shades of Gin #D3DCBE
Tints of Gin #D3DCBE
RGB
CMYK
RGB Variations
Color information
#D3DCBE (or 0xD3DCBE) is known color: Gin. HEX triplet: D3, DC and BE. RGB value is (211,220,190). Sum of RGB (Red+Green+Blue) = 211+220+190=621 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.98% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DCBE is #2C2341. Grayscale: #D5D5D5. Windows color (decimal): -2892610 or 12508371. OLE color: 12508371.
HSL color Cylindrical-coordinate representation of color #D3DCBE: hue angle of 78º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3DCBE is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 220 | 190 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.14 |
| HSL | 78º | 0.3% | 0.8% | - |
| HSV(B) | 78º | 0.14% | 0.86% | - |
| XYZ | 61.75 | 68.75 | 58.73 | - |
| YUV | 213.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 220 | 190 | 0.04 | 0 | 0.14 | 0.14 | 78 | 0.3 | 0.8 |
| Hex | D3 | DC | BE | 4 | 0 | E | E | 4E | 1E | 50 |
| Octal | 323 | 334 | 276 | 4 | 0 | 16 | 16 | 116 | 36 | 120 |
| Binary | 11010011 | 11011100 | 10111110 | 100 | 0 | 1110 | 1110 | 1001110 | 11110 | 1010000 |
Color Harmonies of #D3DCBE
Complementary color
Monochromatic Colors of #D3DCBE
Black with #D3DCBE
Text Example
Text Example
White with #D3DCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DCBE; }
p { color: rgb(211,220,190); }
H1.HeaderClassName
{
color: #D3DCBE;
}
.AnyTagClassName
{
color: #D3DCBE;
}
</style>
background-color css
<style>
a { background-color: #D3DCBE; }
a { background-color: rgb(211,220,190); }
div.DivClassName
{
background-color: #D3DCBE;
}
.BgClassName
{
background-color: #D3DCBE;
}
</style>
border-color css
<style>
span { border-color: #D3DCBE; }
span { border-color: rgb(211,220,190); }
td.TdClassName
{
border-color: #D3DCBE;
}
.TagClassName
{
border-color: #D3DCBE;
}
</style>