Shades of Gin #D3DDBD
Tints of Gin #D3DDBD
RGB
CMYK
RGB Variations
Color information
#D3DDBD (or 0xD3DDBD) is known color: Gin. HEX triplet: D3, DD and BD. RGB value is (211,221,189). Sum of RGB (Red+Green+Blue) = 211+221+189=621 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.98% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DDBD is #2C2242. Grayscale: #D6D6D6. Windows color (decimal): -2892355 or 12443091. OLE color: 12443091.
HSL color Cylindrical-coordinate representation of color #D3DDBD: hue angle of 78.75º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3DDBD is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 221 | 189 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.13 |
| HSL | 78.75º | 0.32% | 0.8% | - |
| HSV(B) | 78.75º | 0.14% | 0.87% | - |
| XYZ | 61.91 | 69.24 | 58.25 | - |
| YUV | 214.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 189 | 0.05 | 0 | 0.14 | 0.13 | 78.75 | 0.32 | 0.8 |
| Hex | D3 | DD | BD | 5 | 0 | E | D | 4F | 20 | 50 |
| Octal | 323 | 335 | 275 | 5 | 0 | 16 | 15 | 117 | 40 | 120 |
| Binary | 11010011 | 11011101 | 10111101 | 101 | 0 | 1110 | 1101 | 1001111 | 100000 | 1010000 |
Color Harmonies of #D3DDBD
Complementary color
Monochromatic Colors of #D3DDBD
Black with #D3DDBD
Text Example
Text Example
White with #D3DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DDBD; }
p { color: rgb(211,221,189); }
H1.HeaderClassName
{
color: #D3DDBD;
}
.AnyTagClassName
{
color: #D3DDBD;
}
</style>
background-color css
<style>
a { background-color: #D3DDBD; }
a { background-color: rgb(211,221,189); }
div.DivClassName
{
background-color: #D3DDBD;
}
.BgClassName
{
background-color: #D3DDBD;
}
</style>
border-color css
<style>
span { border-color: #D3DDBD; }
span { border-color: rgb(211,221,189); }
td.TdClassName
{
border-color: #D3DDBD;
}
.TagClassName
{
border-color: #D3DDBD;
}
</style>