#D7E5B6

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

Shades of Gin #D7E5B6

Tints of Gin #D7E5B6

Color information

#D7E5B6 (or 0xD7E5B6) is unknown color: approx Gin. HEX triplet: D7, E5 and B6. RGB value is (215,229,182). Sum of RGB (Red+Green+Blue) = 215+229+182=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 182 (71.48% from 255 or 29.07% from 626); Max value from RGB is 229 - color contains mainly: green. Hex color #D7E5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E5B6 is #281A49. Grayscale: #DBDBDB. Windows color (decimal): -2628170 or 11986391. OLE color: 11986391.

HSL color Cylindrical-coordinate representation of color #D7E5B6: hue angle of 77.87º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7E5B6 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB215229182-
CMYK0.0600.210.10
HSL77.87º47.47%80.59%-
HSV(B)77.87º20.52%89.8%-
XYZ64.4973.8655.11-
YUV219.46106.86124.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.35%
GREEN value IS 229 (89.84% from 255) = 36.58%
BLUE value IS 182 (71.48% from 255) = 29.07%
R=34.35%
G=36.58%
B=29.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2152291820.0600.210.1077.8747.4780.59
HexD7E5B66015A4e2f51
Octal32734526660251211657121
Binary110101111110010110110110110010101101010011101011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E5B6; }

 p { color: rgb(215,229,182); }

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

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

 a { background-color: rgb(215,229,182); }

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

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

 span { border-color: rgb(215,229,182); }

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