Shades of Gin #D3DFBD
Tints of Gin #D3DFBD
RGB
CMYK
RGB Variations
Color information
#D3DFBD (or 0xD3DFBD) is known color: Gin. HEX triplet: D3, DF and BD. RGB value is (211,223,189). Sum of RGB (Red+Green+Blue) = 211+223+189=623 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.87% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DFBD is #2C2042. Grayscale: #D7D7D7. Windows color (decimal): -2891843 or 12443603. OLE color: 12443603.
HSL color Cylindrical-coordinate representation of color #D3DFBD: hue angle of 81.18º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3DFBD is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 189 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.13 |
| HSL | 81.18º | 0.35% | 0.81% | - |
| HSV(B) | 81.18º | 0.15% | 0.87% | - |
| XYZ | 62.44 | 70.3 | 58.42 | - |
| YUV | 215.54 | 113.02 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 189 | 0.05 | 0 | 0.15 | 0.13 | 81.18 | 0.35 | 0.81 |
| Hex | D3 | DF | BD | 5 | 0 | F | D | 51 | 23 | 51 |
| Octal | 323 | 337 | 275 | 5 | 0 | 17 | 15 | 121 | 43 | 121 |
| Binary | 11010011 | 11011111 | 10111101 | 101 | 0 | 1111 | 1101 | 1010001 | 100011 | 1010001 |
Color Harmonies of #D3DFBD
Complementary color
Monochromatic Colors of #D3DFBD
Black with #D3DFBD
Text Example
Text Example
White with #D3DFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DFBD; }
p { color: rgb(211,223,189); }
H1.HeaderClassName
{
color: #D3DFBD;
}
.AnyTagClassName
{
color: #D3DFBD;
}
</style>
background-color css
<style>
a { background-color: #D3DFBD; }
a { background-color: rgb(211,223,189); }
div.DivClassName
{
background-color: #D3DFBD;
}
.BgClassName
{
background-color: #D3DFBD;
}
</style>
border-color css
<style>
span { border-color: #D3DFBD; }
span { border-color: rgb(211,223,189); }
td.TdClassName
{
border-color: #D3DFBD;
}
.TagClassName
{
border-color: #D3DFBD;
}
</style>