#D7E8BC

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

Shades of Gin #D7E8BC

Tints of Gin #D7E8BC

Color information

#D7E8BC (or 0xD7E8BC) is unknown color: approx Gin. HEX triplet: D7, E8 and BC. RGB value is (215,232,188). Sum of RGB (Red+Green+Blue) = 215+232+188=635 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.86% from 635); Green value is 232 (91.02% from 255 or 36.54% from 635); Blue value is 188 (73.83% from 255 or 29.61% from 635); Max value from RGB is 232 - color contains mainly: green. Hex color #D7E8BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7E8BC is #281743. Grayscale: #DEDEDE. Windows color (decimal): -2627396 or 12380375. OLE color: 12380375.

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

Color convert

RGB215232188-
CMYK0.0700.190.09
HSL83.18º48.89%82.35%-
HSV(B)83.18º18.97%90.98%-
XYZ65.9675.7958.73-
YUV221.9108.87123.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.86%
GREEN value IS 232 (91.02% from 255) = 36.54%
BLUE value IS 188 (73.83% from 255) = 29.61%
R=33.86%
G=36.54%
B=29.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2152321880.0700.190.0983.1848.8982.35
HexD7E8BC70139533152
Octal32735027470231112361122
Binary110101111110100010111100111010011100110100111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E8BC; }

 p { color: rgb(215,232,188); }

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

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

 a { background-color: rgb(215,232,188); }

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

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

 span { border-color: rgb(215,232,188); }

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