Shades of Gin #D9E3BD
Tints of Gin #D9E3BD
RGB
CMYK
RGB Variations
Color information
#D9E3BD (or 0xD9E3BD) is known color: Gin. HEX triplet: D9, E3 and BD. RGB value is (217,227,189). Sum of RGB (Red+Green+Blue) = 217+227+189=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 227 (89.06% from 255 or 35.86% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E3BD is #261C42. Grayscale: #DBDBDB. Windows color (decimal): -2497603 or 12444633. OLE color: 12444633.
HSL color Cylindrical-coordinate representation of color #D9E3BD: hue angle of 75.79º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9E3BD is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 227 | 189 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.11 |
| HSL | 75.79º | 0.4% | 0.82% | - |
| HSV(B) | 75.79º | 0.17% | 0.89% | - |
| XYZ | 65.27 | 73.36 | 58.86 | - |
| YUV | 219.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 227 | 189 | 0.04 | 0 | 0.17 | 0.11 | 75.79 | 0.4 | 0.82 |
| Hex | D9 | E3 | BD | 4 | 0 | 11 | B | 4C | 28 | 52 |
| Octal | 331 | 343 | 275 | 4 | 0 | 21 | 13 | 114 | 50 | 122 |
| Binary | 11011001 | 11100011 | 10111101 | 100 | 0 | 10001 | 1011 | 1001100 | 101000 | 1010010 |
Color Harmonies of #D9E3BD
Complementary color
Monochromatic Colors of #D9E3BD
Black with #D9E3BD
Text Example
Text Example
White with #D9E3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E3BD; }
p { color: rgb(217,227,189); }
H1.HeaderClassName
{
color: #D9E3BD;
}
.AnyTagClassName
{
color: #D9E3BD;
}
</style>
background-color css
<style>
a { background-color: #D9E3BD; }
a { background-color: rgb(217,227,189); }
div.DivClassName
{
background-color: #D9E3BD;
}
.BgClassName
{
background-color: #D9E3BD;
}
</style>
border-color css
<style>
span { border-color: #D9E3BD; }
span { border-color: rgb(217,227,189); }
td.TdClassName
{
border-color: #D9E3BD;
}
.TagClassName
{
border-color: #D9E3BD;
}
</style>