#D8EABF

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

Shades of Gin #D8EABF

Tints of Gin #D8EABF

Color information

#D8EABF (or 0xD8EABF) is unknown color: approx Gin. HEX triplet: D8, EA and BF. RGB value is (216,234,191). Sum of RGB (Red+Green+Blue) = 216+234+191=641 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.70% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 191 (75% from 255 or 29.80% from 641); Max value from RGB is 234 - color contains mainly: green. Hex color #D8EABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EABF is #271540. Grayscale: #DFDFDF. Windows color (decimal): -2561345 or 12577496. OLE color: 12577496.

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

Color convert

RGB216234191-
CMYK0.0800.180.08
HSL85.12º50.59%83.33%-
HSV(B)85.12º18.38%91.76%-
XYZ67.1577.2160.65-
YUV223.72109.54122.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.70%
GREEN value IS 234 (91.80% from 255) = 36.51%
BLUE value IS 191 (75% from 255) = 29.80%
R=33.70%
G=36.51%
B=29.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162341910.0800.180.0885.1250.5983.33
HexD8EABF80128553353
Octal330352277100221012563123
Binary1101100011101010101111111000010010100010101011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EABF; }

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

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

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

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

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

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

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

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