#D8E7BA

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

Shades of Gin #D8E7BA

Tints of Gin #D8E7BA

Color information

#D8E7BA (or 0xD8E7BA) is unknown color: approx Gin. HEX triplet: D8, E7 and BA. RGB value is (216,231,186). Sum of RGB (Red+Green+Blue) = 216+231+186=633 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.12% from 633); Green value is 231 (90.62% from 255 or 36.49% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 231 - color contains mainly: green. Hex color #D8E7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8E7BA is #271845. Grayscale: #DDDDDD. Windows color (decimal): -2562118 or 12249048. OLE color: 12249048.

HSL color Cylindrical-coordinate representation of color #D8E7BA: hue angle of 80º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8E7BA is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB216231186-
CMYK0.0600.190.09
HSL80º48.39%81.76%-
HSV(B)80º19.48%90.59%-
XYZ65.7675.357.52-
YUV221.38108.03124.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.12%
GREEN value IS 231 (90.62% from 255) = 36.49%
BLUE value IS 186 (73.05% from 255) = 29.38%
R=34.12%
G=36.49%
B=29.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2162311860.0600.190.098048.3981.76
HexD8E7BA60139503052
Octal33034727260231112060122
Binary110110001110011110111010110010011100110100001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E7BA; }

 p { color: rgb(216,231,186); }

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

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

 a { background-color: rgb(216,231,186); }

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

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

 span { border-color: rgb(216,231,186); }

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