#D8EABD

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

Shades of Gin #D8EABD

Tints of Gin #D8EABD

Color information

#D8EABD (or 0xD8EABD) is unknown color: approx Gin. HEX triplet: D8, EA and BD. RGB value is (216,234,189). Sum of RGB (Red+Green+Blue) = 216+234+189=639 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.80% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 234 - color contains mainly: green. Hex color #D8EABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EABD is #271542. Grayscale: #DFDFDF. Windows color (decimal): -2561347 or 12446424. OLE color: 12446424.

HSL color Cylindrical-coordinate representation of color #D8EABD: hue angle of 84º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8EABD is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB216234189-
CMYK0.0800.190.08
HSL84º51.72%82.94%-
HSV(B)84º19.23%91.76%-
XYZ66.9377.1259.5-
YUV223.49108.54122.66-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.80%
GREEN value IS 234 (91.80% from 255) = 36.62%
BLUE value IS 189 (74.22% from 255) = 29.58%
R=33.80%
G=36.62%
B=29.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162341890.0800.190.088451.7282.94
HexD8EABD80138543453
Octal330352275100231012464123
Binary1101100011101010101111011000010011100010101001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EABD; }

 p { color: rgb(216,234,189); }

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

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

 a { background-color: rgb(216,234,189); }

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

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

 span { border-color: rgb(216,234,189); }

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