#D9E5BF

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

Shades of Gin #D9E5BF

Tints of Gin #D9E5BF

Color information

#D9E5BF (or 0xD9E5BF) is unknown color: approx Gin. HEX triplet: D9, E5 and BF. RGB value is (217,229,191). Sum of RGB (Red+Green+Blue) = 217+229+191=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 229 - color contains mainly: green. Hex color #D9E5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E5BF is #261A40. Grayscale: #DDDDDD. Windows color (decimal): -2497089 or 12576217. OLE color: 12576217.

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

Color convert

RGB217229191-
CMYK0.0500.170.10
HSL78.95º42.22%82.35%-
HSV(B)78.95º16.59%89.8%-
XYZ66.0474.5560.2-
YUV221.08111.02125.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.07%
GREEN value IS 229 (89.84% from 255) = 35.95%
BLUE value IS 191 (75% from 255) = 29.98%
R=34.07%
G=35.95%
B=29.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2172291910.0500.170.1078.9542.2282.35
HexD9E5BF5011A4f2a52
Octal33134527750211211752122
Binary110110011110010110111111101010001101010011111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E5BF; }

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

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

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

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

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

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

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

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