#D8E7BC

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

Shades of Gin #D8E7BC

Tints of Gin #D8E7BC

Color information

#D8E7BC (or 0xD8E7BC) is unknown color: approx Gin. HEX triplet: D8, E7 and BC. RGB value is (216,231,188). Sum of RGB (Red+Green+Blue) = 216+231+188=635 (84% of max value = 765). Red value is 216 (84.77% from 255 or 34.02% from 635); Green value is 231 (90.62% from 255 or 36.38% from 635); Blue value is 188 (73.83% from 255 or 29.61% from 635); Max value from RGB is 231 - color contains mainly: green. Hex color #D8E7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8E7BC is #271843. Grayscale: #DDDDDD. Windows color (decimal): -2562116 or 12380120. OLE color: 12380120.

HSL color Cylindrical-coordinate representation of color #D8E7BC: hue angle of 80.93º degrees, saturation: 0.47, 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 #D8E7BC is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB216231188-
CMYK0.0600.190.09
HSL80.93º47.25%82.16%-
HSV(B)80.93º18.61%90.59%-
XYZ65.9775.3858.65-
YUV221.61109.03124-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.02%
GREEN value IS 231 (90.62% from 255) = 36.38%
BLUE value IS 188 (73.83% from 255) = 29.61%
R=34.02%
G=36.38%
B=29.61%

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
Decimal2162311880.0600.190.0980.9347.2582.16
HexD8E7BC60139512f52
Octal33034727460231112157122
Binary110110001110011110111100110010011100110100011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E7BC; }

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

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

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

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

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

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

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

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