Shades of Gin #D3DDBC
Tints of Gin #D3DDBC
RGB
CMYK
RGB Variations
Color information
#D3DDBC (or 0xD3DDBC) is known color: Gin. HEX triplet: D3, DD and BC. RGB value is (211,221,188). Sum of RGB (Red+Green+Blue) = 211+221+188=620 (82% of max value = 765). Red value is 211 (82.81% from 255 or 34.03% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DDBC is #2C2243. Grayscale: #D6D6D6. Windows color (decimal): -2892356 or 12377555. OLE color: 12377555.
HSL color Cylindrical-coordinate representation of color #D3DDBC: hue angle of 78.18º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3DDBC is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 221 | 188 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.13 |
| HSL | 78.18º | 0.33% | 0.8% | - |
| HSV(B) | 78.18º | 0.15% | 0.87% | - |
| XYZ | 61.8 | 69.19 | 57.68 | - |
| YUV | 214.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 188 | 0.05 | 0 | 0.15 | 0.13 | 78.18 | 0.33 | 0.8 |
| Hex | D3 | DD | BC | 5 | 0 | F | D | 4E | 21 | 50 |
| Octal | 323 | 335 | 274 | 5 | 0 | 17 | 15 | 116 | 41 | 120 |
| Binary | 11010011 | 11011101 | 10111100 | 101 | 0 | 1111 | 1101 | 1001110 | 100001 | 1010000 |
Color Harmonies of #D3DDBC
Complementary color
Monochromatic Colors of #D3DDBC
Black with #D3DDBC
Text Example
Text Example
White with #D3DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DDBC; }
p { color: rgb(211,221,188); }
H1.HeaderClassName
{
color: #D3DDBC;
}
.AnyTagClassName
{
color: #D3DDBC;
}
</style>
background-color css
<style>
a { background-color: #D3DDBC; }
a { background-color: rgb(211,221,188); }
div.DivClassName
{
background-color: #D3DDBC;
}
.BgClassName
{
background-color: #D3DDBC;
}
</style>
border-color css
<style>
span { border-color: #D3DDBC; }
span { border-color: rgb(211,221,188); }
td.TdClassName
{
border-color: #D3DDBC;
}
.TagClassName
{
border-color: #D3DDBC;
}
</style>