#D8E5BE

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

Shades of Gin #D8E5BE

Tints of Gin #D8E5BE

Color information

#D8E5BE (or 0xD8E5BE) is unknown color: approx Gin. HEX triplet: D8, E5 and BE. RGB value is (216,229,190). Sum of RGB (Red+Green+Blue) = 216+229+190=635 (84% of max value = 765). Red value is 216 (84.77% from 255 or 34.02% from 635); Green value is 229 (89.84% from 255 or 36.06% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 229 - color contains mainly: green. Hex color #D8E5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E5BE is #271A41. Grayscale: #DCDCDC. Windows color (decimal): -2562626 or 12510680. OLE color: 12510680.

HSL color Cylindrical-coordinate representation of color #D8E5BE: hue angle of 80º degrees, saturation: 0.43, 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 #D8E5BE is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB216229190-
CMYK0.0600.170.10
HSL80º42.86%82.16%-
HSV(B)80º17.03%89.8%-
XYZ65.6374.3659.61-
YUV220.67110.69124.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.02%
GREEN value IS 229 (89.84% from 255) = 36.06%
BLUE value IS 190 (74.61% from 255) = 29.92%
R=34.02%
G=36.06%
B=29.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2162291900.0600.170.108042.8682.16
HexD8E5BE6011A502b52
Octal33034527660211212053122
Binary110110001110010110111110110010001101010100001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E5BE; }

 p { color: rgb(216,229,190); }

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

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

 a { background-color: rgb(216,229,190); }

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

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

 span { border-color: rgb(216,229,190); }

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