#D6E7BE

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

Shades of Gin #D6E7BE

Tints of Gin #D6E7BE

Color information

#D6E7BE (or 0xD6E7BE) is unknown color: approx Gin. HEX triplet: D6, E7 and BE. RGB value is (214,231,190). Sum of RGB (Red+Green+Blue) = 214+231+190=635 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.70% from 635); Green value is 231 (90.62% from 255 or 36.38% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 231 - color contains mainly: green. Hex color #D6E7BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E7BE is #291841. Grayscale: #DDDDDD. Windows color (decimal): -2693186 or 12511190. OLE color: 12511190.

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

Color convert

RGB214231190-
CMYK0.0700.180.09
HSL84.88º46.07%82.55%-
HSV(B)84.88º17.75%90.59%-
XYZ65.675.1759.77-
YUV221.24110.37122.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.70%
GREEN value IS 231 (90.62% from 255) = 36.38%
BLUE value IS 190 (74.61% from 255) = 29.92%
R=33.70%
G=36.38%
B=29.92%

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
Decimal2142311900.0700.180.0984.8846.0782.55
HexD6E7BE70129552e53
Octal32634727670221112556123
Binary110101101110011110111110111010010100110101011011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E7BE; }

 p { color: rgb(214,231,190); }

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

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

 a { background-color: rgb(214,231,190); }

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

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

 span { border-color: rgb(214,231,190); }

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