#e6e2d6 Color Hex Echo Valley

Information about Echo Valley Color | #0000FF

#e6e2d6 color RGB value is (230,226,214). #e6e2d6 color name is Echo Valley color.

#e6e2d6 hex color red value is 230 , green value is 226 and the blue value of its RGB is 214 . Cylindrical-coordinate representations (also known as HSL) of color #e6e2d6 hue: 45 , saturation: 24 and the lightness value of #e6e2d6 is 87

The process color (four color CMYK) of #e6e2d6 color hex is 0 , 1 ,3, 4 .

#e6e2d6

~Echo Valley

Color Converions

HEX
#e6e2d6
RGB
230,226,214
LAB
90,0,6
CMYK
0,2,7,10
LCH
90,6,91
XYZ
72,76,74
HSV
45,7,90
HSL
45,24,87

Base Numbers

Base Red Green Blue
Binary 11100110 11100010 11010110
Octal 346 342 326
Decimal 230 226 214
Hex e6 e2 d6

RGB Percentages of Color #e6e2d6

90%
89%
84%

CMYK Percentages of Color #e6e2d6

0%
3%
1%
4%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #e6e2d6

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#e6e2d6
20%
#cfcbc1
30%
#b8b5ab
40%
#a19e96
50%
#8a8880
60%
#73716b
70%
#5c5a56
80%
#454440
90%
#2e2d2b
100%
#171715

Tints of #e6e2d6

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#e6e2d6
20%
#e9e5da
30%
#ebe8de
40%
#edebe2
50%
#f0eee6
60%
#f2f0eb
70%
#f5f3ef
80%
#f7f6f3
90%
#faf9f7
100%
#fcfcfb

Tones of #e6e2d6

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#e6e2d6
20%
#dcd8cd
30%
#d2cec5
40%
#c7c4bc
50%
#bdbbb3
60%
#b3b1ab
70%
#a9a7a2
80%
#9e9d99
90%
#949391
100%
#8a8988

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#e6e2d6
#e6dcd6
#e6dfd6
#e6e2d6
#e6e5d6
#e4e6d6

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#e6e2d6
#d6dae6

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#e6e2d6
#d7e6d6
#dcd6e6

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#e6e2d6
#d6e6e2
#e2d6e6

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#e6e2d6
#d6e6da
#d6dae6
#e6d6e2

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#e6e2d6
#111110
#3c3b38
#66655f
#918e87
#bbb8ae

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#e6e2d6

protanopia

#e8e0d4

deuteranopia

#fcdad7

tritanopia

#eaddee

achromatopsia

#e2e2e2

protanomaly

#e8e1d5

deuteranomaly

#f4ddd7

achromatopsia

#e2e2e2

tritanomaly

#e8dfe6

achromatomaly

#e3e2de

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 1/21
Hello World ! 1

Black background-color

Good 16/21
Hello World !

#e6e2d6 Color CSS Codes

.bgcolor {background-color:#e6e2d6; } 
.forecolor {color:#e6e2d6; }
.bordercolor {border:3px solid #e6e2d6; }
            

#e6e2d6 Text Font Color

<div style="color:#e6e2d6">
Div content here</div>

This sample text font color is #e6e2d6
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#e6e2d6 Background Color

<div style="background-color:#e6e2d6">
Div content here</div>
Div content here

#e6e2d6 Border Color

<div style="border:3px solid #e6e2d6">
Div here</div>

This div border color is #e6e2d6

#e6e2d6 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #e6e2d6; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e6e2d6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e6e2d6;
  -webkit-box-shadow: 1px 1px 3px 2px #e6e2d6;
  box-shadow: 1px 1px 3px 2px #e6e2d6; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e6e2d6">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e6e2d6;
              -webkit-box-shadow: 1px 1px 3px 2px #e6e2d6;
              box-shadow:         1px 1px 3px 2px #e6e2d6#e6e2d6">
Div content here</div>

This div box has shadow with color #e6e2d6

More Colors

Laid Back Grey
#b3afa7
Duckling
#fcb057
Dark Truffle
#594d46
Golden Spice
#c6973f
Camellia
#f6745f
Pale Loden
#ccd2ca
Phlox Flower Violet
#7f4f78
Pale Grey Magenta
#e7d8ea
Oriole Yellow
#f6d576
Hearthstone
#c7beb2
Menoth White Highlight
#f0f1ce
Brittlebush
#eaae47
Calla
#f2dfb5
Candle Flame
#fff4a1
Endless Slumber
#b1aab3
Homeopathic Rose
#e8dbdd
Liberty Grey
#afbfc9
Ecstasy
#c96138
Abandoned Spaceship
#747a8a
Destiny
#cfc9c6
Dropped Brick
#bb3300
Manzanita
#643c37
Pale Moss Green
#d0dbc4
Light Green Alabaster
#d5d8c9
Peanut Butter Chicken
#ffb75f
Artistic Stone
#5c6b65
Glittery Glow
#eeeddb
Black Sapphire
#434555
Diffused Light
#ebe5d5
Calliope
#c89a8d
Library Red
#5b3530
Midnight Clover
#3c574e
Buzzard
#5f563f
Lemon Pound Cake
#ffdd93
Peaceful Night
#d6e7e3
Green Pigment
#00a550
Go Go Mango
#feb87e
Dapper Dingo
#e2c299
Nightly Ivy
#444940
Cautious Grey
#dfd8d9
rating-img
Rate this tool
NaN/5   0 votes