#D7E3BC

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

Shades of Gin #D7E3BC

Tints of Gin #D7E3BC

Color information

#D7E3BC (or 0xD7E3BC) is unknown color: approx Gin. HEX triplet: D7, E3 and BC. RGB value is (215,227,188). Sum of RGB (Red+Green+Blue) = 215+227+188=630 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.13% from 630); Green value is 227 (89.06% from 255 or 36.03% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 227 - color contains mainly: green. Hex color #D7E3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E3BC is #281C43. Grayscale: #DBDBDB. Windows color (decimal): -2628676 or 12379095. OLE color: 12379095.

HSL color Cylindrical-coordinate representation of color #D7E3BC: hue angle of 78.46º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7E3BC is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB215227188-
CMYK0.0500.170.11
HSL78.46º41.05%81.37%-
HSV(B)78.46º17.18%89.02%-
XYZ64.5773.0258.27-
YUV218.97110.52125.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.13%
GREEN value IS 227 (89.06% from 255) = 36.03%
BLUE value IS 188 (73.83% from 255) = 29.84%
R=34.13%
G=36.03%
B=29.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2152271880.0500.170.1178.4641.0581.37
HexD7E3BC5011B4e2951
Octal32734327450211311651121
Binary110101111110001110111100101010001101110011101010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E3BC; }

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

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

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

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

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

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

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

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