Shades of Gin #D9ECBD
Tints of Gin #D9ECBD
RGB
CMYK
RGB Variations
Color information
#D9ECBD (or 0xD9ECBD) is known color: Gin. HEX triplet: D9, EC and BD. RGB value is (217,236,189). Sum of RGB (Red+Green+Blue) = 217+236+189=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 189 (74.22% from 255 or 29.44% from 642); Max value from RGB is 236 - color contains mainly: green. Hex color #D9ECBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9ECBD is #261342. Grayscale: #E1E1E1. Windows color (decimal): -2495299 or 12446937. OLE color: 12446937.
HSL color Cylindrical-coordinate representation of color #D9ECBD: hue angle of 84.26º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9ECBD is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 236 | 189 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.07 |
| HSL | 84.26º | 0.55% | 0.83% | - |
| HSV(B) | 84.26º | 0.2% | 0.93% | - |
| XYZ | 67.8 | 78.42 | 59.71 | - |
| YUV | 224.96 | 107.71 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 236 | 189 | 0.08 | 0 | 0.20 | 0.07 | 84.26 | 0.55 | 0.83 |
| Hex | D9 | EC | BD | 8 | 0 | 14 | 7 | 54 | 37 | 53 |
| Octal | 331 | 354 | 275 | 10 | 0 | 24 | 7 | 124 | 67 | 123 |
| Binary | 11011001 | 11101100 | 10111101 | 1000 | 0 | 10100 | 111 | 1010100 | 110111 | 1010011 |
Color Harmonies of #D9ECBD
Complementary color
Monochromatic Colors of #D9ECBD
Black with #D9ECBD
Text Example
Text Example
White with #D9ECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ECBD; }
p { color: rgb(217,236,189); }
H1.HeaderClassName
{
color: #D9ECBD;
}
.AnyTagClassName
{
color: #D9ECBD;
}
</style>
background-color css
<style>
a { background-color: #D9ECBD; }
a { background-color: rgb(217,236,189); }
div.DivClassName
{
background-color: #D9ECBD;
}
.BgClassName
{
background-color: #D9ECBD;
}
</style>
border-color css
<style>
span { border-color: #D9ECBD; }
span { border-color: rgb(217,236,189); }
td.TdClassName
{
border-color: #D9ECBD;
}
.TagClassName
{
border-color: #D9ECBD;
}
</style>