Shades of Gin #D9EBBE
Tints of Gin #D9EBBE
RGB
CMYK
RGB Variations
Color information
#D9EBBE (or 0xD9EBBE) is known color: Gin. HEX triplet: D9, EB and BE. RGB value is (217,235,190). Sum of RGB (Red+Green+Blue) = 217+235+190=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 190 (74.61% from 255 or 29.60% from 642); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EBBE is #261441. Grayscale: #E0E0E0. Windows color (decimal): -2495554 or 12512217. OLE color: 12512217.
HSL color Cylindrical-coordinate representation of color #D9EBBE: hue angle of 84º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9EBBE is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 235 | 190 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.08 |
| HSL | 84º | 0.53% | 0.83% | - |
| HSV(B) | 84º | 0.19% | 0.92% | - |
| XYZ | 67.62 | 77.89 | 60.18 | - |
| YUV | 224.49 | 108.54 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 235 | 190 | 0.08 | 0 | 0.19 | 0.08 | 84 | 0.53 | 0.83 |
| Hex | D9 | EB | BE | 8 | 0 | 13 | 8 | 54 | 35 | 53 |
| Octal | 331 | 353 | 276 | 10 | 0 | 23 | 10 | 124 | 65 | 123 |
| Binary | 11011001 | 11101011 | 10111110 | 1000 | 0 | 10011 | 1000 | 1010100 | 110101 | 1010011 |
Color Harmonies of #D9EBBE
Complementary color
Monochromatic Colors of #D9EBBE
Black with #D9EBBE
Text Example
Text Example
White with #D9EBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EBBE; }
p { color: rgb(217,235,190); }
H1.HeaderClassName
{
color: #D9EBBE;
}
.AnyTagClassName
{
color: #D9EBBE;
}
</style>
background-color css
<style>
a { background-color: #D9EBBE; }
a { background-color: rgb(217,235,190); }
div.DivClassName
{
background-color: #D9EBBE;
}
.BgClassName
{
background-color: #D9EBBE;
}
</style>
border-color css
<style>
span { border-color: #D9EBBE; }
span { border-color: rgb(217,235,190); }
td.TdClassName
{
border-color: #D9EBBE;
}
.TagClassName
{
border-color: #D9EBBE;
}
</style>