Shades of Gin #D9DECB
Tints of Gin #D9DECB
RGB
CMYK
RGB Variations
Color information
#D9DECB (or 0xD9DECB) is known color: Gin. HEX triplet: D9, DE and CB. RGB value is (217,222,203). Sum of RGB (Red+Green+Blue) = 217+222+203=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DECB is #262134. Grayscale: #DADADA. Windows color (decimal): -2498869 or 13360857. OLE color: 13360857.
HSL color Cylindrical-coordinate representation of color #D9DECB: hue angle of 75.79º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9DECB is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 222 | 203 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.13 |
| HSL | 75.79º | 0.22% | 0.83% | - |
| HSV(B) | 75.79º | 0.09% | 0.87% | - |
| XYZ | 65.52 | 71.31 | 66.81 | - |
| YUV | 218.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 222 | 203 | 0.02 | 0 | 0.09 | 0.13 | 75.79 | 0.22 | 0.83 |
| Hex | D9 | DE | CB | 2 | 0 | 9 | D | 4C | 16 | 53 |
| Octal | 331 | 336 | 313 | 2 | 0 | 11 | 15 | 114 | 26 | 123 |
| Binary | 11011001 | 11011110 | 11001011 | 10 | 0 | 1001 | 1101 | 1001100 | 10110 | 1010011 |
Color Harmonies of #D9DECB
Complementary color
Monochromatic Colors of #D9DECB
Black with #D9DECB
Text Example
Text Example
White with #D9DECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DECB; }
p { color: rgb(217,222,203); }
H1.HeaderClassName
{
color: #D9DECB;
}
.AnyTagClassName
{
color: #D9DECB;
}
</style>
background-color css
<style>
a { background-color: #D9DECB; }
a { background-color: rgb(217,222,203); }
div.DivClassName
{
background-color: #D9DECB;
}
.BgClassName
{
background-color: #D9DECB;
}
</style>
border-color css
<style>
span { border-color: #D9DECB; }
span { border-color: rgb(217,222,203); }
td.TdClassName
{
border-color: #D9DECB;
}
.TagClassName
{
border-color: #D9DECB;
}
</style>