#D6E3BE

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

Shades of Gin #D6E3BE

Tints of Gin #D6E3BE

Color information

#D6E3BE (or 0xD6E3BE) is unknown color: approx Gin. HEX triplet: D6, E3 and BE. RGB value is (214,227,190). Sum of RGB (Red+Green+Blue) = 214+227+190=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 227 (89.06% from 255 or 35.97% from 631); Blue value is 190 (74.61% from 255 or 30.11% from 631); Max value from RGB is 227 - color contains mainly: green. Hex color #D6E3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E3BE is #291C41. Grayscale: #DBDBDB. Windows color (decimal): -2694210 or 12510166. OLE color: 12510166.

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

Color convert

RGB214227190-
CMYK0.0600.160.11
HSL81.08º39.78%81.76%-
HSV(B)81.08º16.3%89.02%-
XYZ64.4972.9559.4-
YUV218.9111.69124.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.91%
GREEN value IS 227 (89.06% from 255) = 35.97%
BLUE value IS 190 (74.61% from 255) = 30.11%
R=33.91%
G=35.97%
B=30.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2142271900.0600.160.1181.0839.7881.76
HexD6E3BE6010B512852
Octal32634327660201312150122
Binary110101101110001110111110110010000101110100011010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E3BE; }

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

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

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

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

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

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

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

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