Shades of Gin #D9E7BD
Tints of Gin #D9E7BD
RGB
CMYK
RGB Variations
Color information
#D9E7BD (or 0xD9E7BD) is known color: Gin. HEX triplet: D9, E7 and BD. RGB value is (217,231,189). Sum of RGB (Red+Green+Blue) = 217+231+189=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 231 (90.62% from 255 or 36.26% from 637); Blue value is 189 (74.22% from 255 or 29.67% from 637); Max value from RGB is 231 - color contains mainly: green. Hex color #D9E7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E7BD is #261842. Grayscale: #DEDEDE. Windows color (decimal): -2496579 or 12445657. OLE color: 12445657.
HSL color Cylindrical-coordinate representation of color #D9E7BD: hue angle of 80º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9E7BD is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
RGB | 217 | 231 | 189 | - |
CMYK | 0.06 | 0 | 0.18 | 0.09 |
HSL | 80º | 0.47% | 0.82% | - |
HSV(B) | 80º | 0.18% | 0.91% | - |
XYZ | 66.38 | 75.58 | 59.23 | - |
YUV | 222.03 | 109.36 | 124.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 231 | 189 | 0.06 | 0 | 0.18 | 0.09 | 80 | 0.47 | 0.82 |
Hex | D9 | E7 | BD | 6 | 0 | 12 | 9 | 50 | 2F | 52 |
Octal | 331 | 347 | 275 | 6 | 0 | 22 | 11 | 120 | 57 | 122 |
Binary | 11011001 | 11100111 | 10111101 | 110 | 0 | 10010 | 1001 | 1010000 | 101111 | 1010010 |
Color Harmonies of #D9E7BD
Complementary color
Monochromatic Colors of #D9E7BD
Black with #D9E7BD
Text Example
Text Example
White with #D9E7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E7BD; }
p { color: rgb(217,231,189); }
H1.HeaderClassName
{
color: #D9E7BD;
}
.AnyTagClassName
{
color: #D9E7BD;
}
</style>
background-color css
<style>
a { background-color: #D9E7BD; }
a { background-color: rgb(217,231,189); }
div.DivClassName
{
background-color: #D9E7BD;
}
.BgClassName
{
background-color: #D9E7BD;
}
</style>
border-color css
<style>
span { border-color: #D9E7BD; }
span { border-color: rgb(217,231,189); }
td.TdClassName
{
border-color: #D9E7BD;
}
.TagClassName
{
border-color: #D9E7BD;
}
</style>