Shades of Gin #D9E5BF
Tints of Gin #D9E5BF
RGB
CMYK
RGB Variations
Color information
#D9E5BF (or 0xD9E5BF) is known color: Gin. HEX triplet: D9, E5 and BF. RGB value is (217,229,191). Sum of RGB (Red+Green+Blue) = 217+229+191=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 229 - color contains mainly: green. Hex color #D9E5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E5BF is #261A40. Grayscale: #DDDDDD. Windows color (decimal): -2497089 or 12576217. OLE color: 12576217.
HSL color Cylindrical-coordinate representation of color #D9E5BF: hue angle of 78.95º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9E5BF is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 229 | 191 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.10 |
| HSL | 78.95º | 0.42% | 0.82% | - |
| HSV(B) | 78.95º | 0.17% | 0.9% | - |
| XYZ | 66.04 | 74.55 | 60.2 | - |
| YUV | 221.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 229 | 191 | 0.05 | 0 | 0.17 | 0.10 | 78.95 | 0.42 | 0.82 |
| Hex | D9 | E5 | BF | 5 | 0 | 11 | A | 4F | 2A | 52 |
| Octal | 331 | 345 | 277 | 5 | 0 | 21 | 12 | 117 | 52 | 122 |
| Binary | 11011001 | 11100101 | 10111111 | 101 | 0 | 10001 | 1010 | 1001111 | 101010 | 1010010 |
Color Harmonies of #D9E5BF
Complementary color
Monochromatic Colors of #D9E5BF
Black with #D9E5BF
Text Example
Text Example
White with #D9E5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E5BF; }
p { color: rgb(217,229,191); }
H1.HeaderClassName
{
color: #D9E5BF;
}
.AnyTagClassName
{
color: #D9E5BF;
}
</style>
background-color css
<style>
a { background-color: #D9E5BF; }
a { background-color: rgb(217,229,191); }
div.DivClassName
{
background-color: #D9E5BF;
}
.BgClassName
{
background-color: #D9E5BF;
}
</style>
border-color css
<style>
span { border-color: #D9E5BF; }
span { border-color: rgb(217,229,191); }
td.TdClassName
{
border-color: #D9E5BF;
}
.TagClassName
{
border-color: #D9E5BF;
}
</style>