#D9E4BE

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

Shades of Gin #D9E4BE

Tints of Gin #D9E4BE

Color information

#D9E4BE (or 0xD9E4BE) is unknown color: approx Gin. HEX triplet: D9, E4 and BE. RGB value is (217,228,190). Sum of RGB (Red+Green+Blue) = 217+228+190=635 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.17% from 635); Green value is 228 (89.45% from 255 or 35.91% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 228 - color contains mainly: green. Hex color #D9E4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E4BE is #261B41. Grayscale: #DCDCDC. Windows color (decimal): -2497346 or 12510425. OLE color: 12510425.

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

Color convert

RGB217228190-
CMYK0.0500.170.11
HSL77.37º41.3%81.96%-
HSV(B)77.37º16.67%89.41%-
XYZ65.6573.9659.53-
YUV220.38110.86125.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.17%
GREEN value IS 228 (89.45% from 255) = 35.91%
BLUE value IS 190 (74.61% from 255) = 29.92%
R=34.17%
G=35.91%
B=29.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2172281900.0500.170.1177.3741.381.96
HexD9E4BE5011B4d2952
Octal33134427650211311551122
Binary110110011110010010111110101010001101110011011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E4BE; }

 p { color: rgb(217,228,190); }

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

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

 a { background-color: rgb(217,228,190); }

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

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

 span { border-color: rgb(217,228,190); }

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