#D7E5BF

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

Shades of Gin #D7E5BF

Tints of Gin #D7E5BF

Color information

#D7E5BF (or 0xD7E5BF) is unknown color: approx Gin. HEX triplet: D7, E5 and BF. RGB value is (215,229,191). Sum of RGB (Red+Green+Blue) = 215+229+191=635 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.86% from 635); Green value is 229 (89.84% from 255 or 36.06% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 229 - color contains mainly: green. Hex color #D7E5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E5BF is #281A40. Grayscale: #DCDCDC. Windows color (decimal): -2628161 or 12576215. OLE color: 12576215.

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

Color convert

RGB215229191-
CMYK0.0600.170.10
HSL82.11º42.22%82.35%-
HSV(B)82.11º16.59%89.8%-
XYZ65.4574.2560.17-
YUV220.48111.36124.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.86%
GREEN value IS 229 (89.84% from 255) = 36.06%
BLUE value IS 191 (75% from 255) = 30.08%
R=33.86%
G=36.06%
B=30.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2152291910.0600.170.1082.1142.2282.35
HexD7E5BF6011A522a52
Octal32734527760211212252122
Binary110101111110010110111111110010001101010100101010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E5BF; }

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

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

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

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

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

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

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

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