#D7E3BD

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

Shades of Gin #D7E3BD

Tints of Gin #D7E3BD

Color information

#D7E3BD (or 0xD7E3BD) is unknown color: approx Gin. HEX triplet: D7, E3 and BD. RGB value is (215,227,189). Sum of RGB (Red+Green+Blue) = 215+227+189=631 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.07% from 631); Green value is 227 (89.06% from 255 or 35.97% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 227 - color contains mainly: green. Hex color #D7E3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E3BD is #281C42. Grayscale: #DBDBDB. Windows color (decimal): -2628675 or 12444631. OLE color: 12444631.

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

Color convert

RGB215227189-
CMYK0.0500.170.11
HSL78.95º40.43%81.57%-
HSV(B)78.95º16.74%89.02%-
XYZ64.6873.0658.84-
YUV219.08111.02125.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.07%
GREEN value IS 227 (89.06% from 255) = 35.97%
BLUE value IS 189 (74.22% from 255) = 29.95%
R=34.07%
G=35.97%
B=29.95%

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
Decimal2152271890.0500.170.1178.9540.4381.57
HexD7E3BD5011B4f2852
Octal32734327550211311750122
Binary110101111110001110111101101010001101110011111010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E3BD; }

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

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

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

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

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

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

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

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