#D9E7BA

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

Shades of Gin #D9E7BA

Tints of Gin #D9E7BA

Color information

#D9E7BA (or 0xD9E7BA) is unknown color: approx Gin. HEX triplet: D9, E7 and BA. RGB value is (217,231,186). Sum of RGB (Red+Green+Blue) = 217+231+186=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 231 (90.62% from 255 or 36.44% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 231 - color contains mainly: green. Hex color #D9E7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E7BA is #261845. Grayscale: #DDDDDD. Windows color (decimal): -2496582 or 12249049. OLE color: 12249049.

HSL color Cylindrical-coordinate representation of color #D9E7BA: hue angle of 78.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9E7BA is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB217231186-
CMYK0.0600.190.09
HSL78.67º48.39%81.76%-
HSV(B)78.67º19.48%90.59%-
XYZ66.0575.4557.54-
YUV221.68107.86124.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.23%
GREEN value IS 231 (90.62% from 255) = 36.44%
BLUE value IS 186 (73.05% from 255) = 29.34%
R=34.23%
G=36.44%
B=29.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2172311860.0600.190.0978.6748.3981.76
HexD9E7BA601394f3052
Octal33134727260231111760122
Binary110110011110011110111010110010011100110011111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E7BA; }

 p { color: rgb(217,231,186); }

 H1.HeaderClassName
 {
   color: #D9E7BA;
 }
 .AnyTagClassName
 {
   color: #D9E7BA;
 }
</style>
background-color css

<style>
 a { background-color: #D9E7BA; }

 a { background-color: rgb(217,231,186); }

 div.DivClassName
 {
   background-color: #D9E7BA;
 }
 .BgClassName
 {
   background-color: #D9E7BA;
 }
</style>
border-color css

<style>
 span { border-color: #D9E7BA; }

 span { border-color: rgb(217,231,186); }

 td.TdClassName
 {
   border-color: #D9E7BA;
 }
 .TagClassName
 {
   border-color: #D9E7BA;
 }
</style>