Shades of Gin #D3DBC4
Tints of Gin #D3DBC4
RGB
CMYK
RGB Variations
Color information
#D3DBC4 (or 0xD3DBC4) is known color: Gin. HEX triplet: D3, DB and C4. RGB value is (211,219,196). Sum of RGB (Red+Green+Blue) = 211+219+196=626 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.71% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 196 (76.95% from 255 or 31.31% from 626); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DBC4 is #2C243B. Grayscale: #D6D6D6. Windows color (decimal): -2892860 or 12901331. OLE color: 12901331.
HSL color Cylindrical-coordinate representation of color #D3DBC4: hue angle of 80.87º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3DBC4 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 219 | 196 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.14 |
| HSL | 80.87º | 0.24% | 0.81% | - |
| HSV(B) | 80.87º | 0.11% | 0.86% | - |
| XYZ | 62.16 | 68.5 | 62.17 | - |
| YUV | 213.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 219 | 196 | 0.04 | 0 | 0.11 | 0.14 | 80.87 | 0.24 | 0.81 |
| Hex | D3 | DB | C4 | 4 | 0 | B | E | 51 | 18 | 51 |
| Octal | 323 | 333 | 304 | 4 | 0 | 13 | 16 | 121 | 30 | 121 |
| Binary | 11010011 | 11011011 | 11000100 | 100 | 0 | 1011 | 1110 | 1010001 | 11000 | 1010001 |
Color Harmonies of #D3DBC4
Complementary color
Monochromatic Colors of #D3DBC4
Black with #D3DBC4
Text Example
Text Example
White with #D3DBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DBC4; }
p { color: rgb(211,219,196); }
H1.HeaderClassName
{
color: #D3DBC4;
}
.AnyTagClassName
{
color: #D3DBC4;
}
</style>
background-color css
<style>
a { background-color: #D3DBC4; }
a { background-color: rgb(211,219,196); }
div.DivClassName
{
background-color: #D3DBC4;
}
.BgClassName
{
background-color: #D3DBC4;
}
</style>
border-color css
<style>
span { border-color: #D3DBC4; }
span { border-color: rgb(211,219,196); }
td.TdClassName
{
border-color: #D3DBC4;
}
.TagClassName
{
border-color: #D3DBC4;
}
</style>