#D9E5BA

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

Shades of Gin #D9E5BA

Tints of Gin #D9E5BA

Color information

#D9E5BA (or 0xD9E5BA) is unknown color: approx Gin. HEX triplet: D9, E5 and BA. RGB value is (217,229,186). Sum of RGB (Red+Green+Blue) = 217+229+186=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 229 (89.84% from 255 or 36.23% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 229 - color contains mainly: green. Hex color #D9E5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E5BA is #261A45. Grayscale: #DCDCDC. Windows color (decimal): -2497094 or 12248537. OLE color: 12248537.

HSL color Cylindrical-coordinate representation of color #D9E5BA: hue angle of 76.74º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9E5BA is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB217229186-
CMYK0.0500.190.10
HSL76.74º45.26%81.37%-
HSV(B)76.74º18.78%89.8%-
XYZ65.574.3457.35-
YUV220.51108.52125.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.34%
GREEN value IS 229 (89.84% from 255) = 36.23%
BLUE value IS 186 (73.05% from 255) = 29.43%
R=34.34%
G=36.23%
B=29.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2172291860.0500.190.1076.7445.2681.37
HexD9E5BA5013A4d2d51
Octal33134527250231211555121
Binary110110011110010110111010101010011101010011011011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E5BA; }

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

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

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

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

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

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

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

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