#D9E7BD

Color #D9E7BD Gin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gin #D9E7BD

Tints of Gin #D9E7BD

Color information

#D9E7BD (or 0xD9E7BD) is unknown color: approx 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

RGB217231189-
CMYK0.0600.180.09
HSL80º46.67%82.35%-
HSV(B)80º18.18%90.59%-
XYZ66.3875.5859.23-
YUV222.03109.36124.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 34.07%
GREEN value IS 231 (90.62% from 255) = 36.26%
BLUE value IS 189 (74.22% from 255) = 29.67%
R=34.07%
G=36.26%
B=29.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2172311890.0600.180.098046.6782.35
HexD9E7BD60129502f52
Octal33134727560221112057122
Binary110110011110011110111101110010010100110100001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>