#D7E7BD

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

Shades of Gin #D7E7BD

Tints of Gin #D7E7BD

Color information

#D7E7BD (or 0xD7E7BD) is unknown color: approx Gin. HEX triplet: D7, E7 and BD. RGB value is (215,231,189). Sum of RGB (Red+Green+Blue) = 215+231+189=635 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.86% from 635); Green value is 231 (90.62% from 255 or 36.38% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 231 - color contains mainly: green. Hex color #D7E7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7E7BD is #281842. Grayscale: #DDDDDD. Windows color (decimal): -2627651 or 12445655. OLE color: 12445655.

HSL color Cylindrical-coordinate representation of color #D7E7BD: hue angle of 82.86º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D7E7BD is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB215231189-
CMYK0.0700.180.09
HSL82.86º46.67%82.35%-
HSV(B)82.86º18.18%90.59%-
XYZ65.7975.2759.21-
YUV221.43109.7123.42-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.86%
GREEN value IS 231 (90.62% from 255) = 36.38%
BLUE value IS 189 (74.22% from 255) = 29.76%
R=33.86%
G=36.38%
B=29.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2152311890.0700.180.0982.8646.6782.35
HexD7E7BD70129532f52
Octal32734727570221112357122
Binary110101111110011110111101111010010100110100111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E7BD; }

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

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

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

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

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

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

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

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