Shades of Gin #D9E2BF
Tints of Gin #D9E2BF
RGB
CMYK
RGB Variations
Color information
#D9E2BF (or 0xD9E2BF) is known color: Gin. HEX triplet: D9, E2 and BF. RGB value is (217,226,191). Sum of RGB (Red+Green+Blue) = 217+226+191=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 191 (75% from 255 or 30.13% from 634); Max value from RGB is 226 - color contains mainly: green. Hex color #D9E2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E2BF is #261D40. Grayscale: #DBDBDB. Windows color (decimal): -2497857 or 12575449. OLE color: 12575449.
HSL color Cylindrical-coordinate representation of color #D9E2BF: hue angle of 75.43º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9E2BF is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 226 | 191 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.11 |
| HSL | 75.43º | 0.38% | 0.82% | - |
| HSV(B) | 75.43º | 0.15% | 0.89% | - |
| XYZ | 65.22 | 72.91 | 59.93 | - |
| YUV | 219.32 | 112.02 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 226 | 191 | 0.04 | 0 | 0.15 | 0.11 | 75.43 | 0.38 | 0.82 |
| Hex | D9 | E2 | BF | 4 | 0 | F | B | 4B | 26 | 52 |
| Octal | 331 | 342 | 277 | 4 | 0 | 17 | 13 | 113 | 46 | 122 |
| Binary | 11011001 | 11100010 | 10111111 | 100 | 0 | 1111 | 1011 | 1001011 | 100110 | 1010010 |
Color Harmonies of #D9E2BF
Complementary color
Monochromatic Colors of #D9E2BF
Black with #D9E2BF
Text Example
Text Example
White with #D9E2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E2BF; }
p { color: rgb(217,226,191); }
H1.HeaderClassName
{
color: #D9E2BF;
}
.AnyTagClassName
{
color: #D9E2BF;
}
</style>
background-color css
<style>
a { background-color: #D9E2BF; }
a { background-color: rgb(217,226,191); }
div.DivClassName
{
background-color: #D9E2BF;
}
.BgClassName
{
background-color: #D9E2BF;
}
</style>
border-color css
<style>
span { border-color: #D9E2BF; }
span { border-color: rgb(217,226,191); }
td.TdClassName
{
border-color: #D9E2BF;
}
.TagClassName
{
border-color: #D9E2BF;
}
</style>