#D7E1BA

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

Shades of Gin #D7E1BA

Tints of Gin #D7E1BA

Color information

#D7E1BA (or 0xD7E1BA) is unknown color: approx Gin. HEX triplet: D7, E1 and BA. RGB value is (215,225,186). Sum of RGB (Red+Green+Blue) = 215+225+186=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 225 - color contains mainly: green. Hex color #D7E1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E1BA is #281E45. Grayscale: #D9D9D9. Windows color (decimal): -2629190 or 12247511. OLE color: 12247511.

HSL color Cylindrical-coordinate representation of color #D7E1BA: hue angle of 75.38º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7E1BA is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB215225186-
CMYK0.0400.170.12
HSL75.38º39.39%80.59%-
HSV(B)75.38º17.33%88.24%-
XYZ63.8171.8456.96-
YUV217.56110.19126.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.35%
GREEN value IS 225 (88.28% from 255) = 35.94%
BLUE value IS 186 (73.05% from 255) = 29.71%
R=34.35%
G=35.94%
B=29.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2152251860.0400.170.1275.3839.3980.59
HexD7E1BA4011C4b2751
Octal32734127240211411347121
Binary110101111110000110111010100010001110010010111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E1BA; }

 p { color: rgb(215,225,186); }

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

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

 a { background-color: rgb(215,225,186); }

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

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

 span { border-color: rgb(215,225,186); }

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