Shades of Gin #D3DEBB
Tints of Gin #D3DEBB
RGB
CMYK
RGB Variations
Color information
#D3DEBB (or 0xD3DEBB) is known color: Gin. HEX triplet: D3, DE and BB. RGB value is (211,222,187). Sum of RGB (Red+Green+Blue) = 211+222+187=620 (82% of max value = 765). Red value is 211 (82.81% from 255 or 34.03% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DEBB is #2C2144. Grayscale: #D6D6D6. Windows color (decimal): -2892101 or 12312275. OLE color: 12312275.
HSL color Cylindrical-coordinate representation of color #D3DEBB: hue angle of 78.86º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3DEBB is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 222 | 187 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.13 |
| HSL | 78.86º | 0.35% | 0.8% | - |
| HSV(B) | 78.86º | 0.16% | 0.87% | - |
| XYZ | 61.95 | 69.68 | 57.2 | - |
| YUV | 214.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 222 | 187 | 0.05 | 0 | 0.16 | 0.13 | 78.86 | 0.35 | 0.8 |
| Hex | D3 | DE | BB | 5 | 0 | 10 | D | 4F | 23 | 50 |
| Octal | 323 | 336 | 273 | 5 | 0 | 20 | 15 | 117 | 43 | 120 |
| Binary | 11010011 | 11011110 | 10111011 | 101 | 0 | 10000 | 1101 | 1001111 | 100011 | 1010000 |
Color Harmonies of #D3DEBB
Complementary color
Monochromatic Colors of #D3DEBB
Black with #D3DEBB
Text Example
Text Example
White with #D3DEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DEBB; }
p { color: rgb(211,222,187); }
H1.HeaderClassName
{
color: #D3DEBB;
}
.AnyTagClassName
{
color: #D3DEBB;
}
</style>
background-color css
<style>
a { background-color: #D3DEBB; }
a { background-color: rgb(211,222,187); }
div.DivClassName
{
background-color: #D3DEBB;
}
.BgClassName
{
background-color: #D3DEBB;
}
</style>
border-color css
<style>
span { border-color: #D3DEBB; }
span { border-color: rgb(211,222,187); }
td.TdClassName
{
border-color: #D3DEBB;
}
.TagClassName
{
border-color: #D3DEBB;
}
</style>