#D7E7BC

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

Shades of Gin #D7E7BC

Tints of Gin #D7E7BC

Color information

#D7E7BC (or 0xD7E7BC) is unknown color: approx Gin. HEX triplet: D7, E7 and BC. RGB value is (215,231,188). Sum of RGB (Red+Green+Blue) = 215+231+188=634 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.91% from 634); Green value is 231 (90.62% from 255 or 36.44% from 634); Blue value is 188 (73.83% from 255 or 29.65% from 634); Max value from RGB is 231 - color contains mainly: green. Hex color #D7E7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7E7BC is #281843. Grayscale: #DDDDDD. Windows color (decimal): -2627652 or 12380119. OLE color: 12380119.

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

Color convert

RGB215231188-
CMYK0.0700.190.09
HSL82.33º47.25%82.16%-
HSV(B)82.33º18.61%90.59%-
XYZ65.6875.2358.64-
YUV221.31109.2123.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.91%
GREEN value IS 231 (90.62% from 255) = 36.44%
BLUE value IS 188 (73.83% from 255) = 29.65%
R=33.91%
G=36.44%
B=29.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2152311880.0700.190.0982.3347.2582.16
HexD7E7BC70139522f52
Octal32734727470231112257122
Binary110101111110011110111100111010011100110100101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E7BC; }

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

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

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

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

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

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

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

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