#e7e2d6 Color Hex Crystal Haze

Information about Crystal Haze Color | #0000FF

#e7e2d6 color RGB value is (231,226,214). #e7e2d6 color name is Crystal Haze color.

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

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

#e7e2d6

~Crystal Haze

Color Converions

HEX
#e7e2d6
RGB
231,226,214
LAB
90,0,6
CMYK
0,2,7,9
LCH
90,7,88
XYZ
72,76,75
HSV
42,7,91
HSL
42,26,87

Base Numbers

Base Red Green Blue
Binary 11100111 11100010 11010110
Octal 347 342 326
Decimal 231 226 214
Hex e7 e2 d6

RGB Percentages of Color #e7e2d6

91%
89%
84%

CMYK Percentages of Color #e7e2d6

0%
3%
1%
4%

Color Variations

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

Shades of #e7e2d6

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

10%
#e7e2d6
20%
#d0cbc1
30%
#b9b5ab
40%
#a29e96
50%
#8b8880
60%
#74716b
70%
#5c5a56
80%
#454440
90%
#2e2d2b
100%
#171715

Tints of #e7e2d6

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

10%
#e7e2d6
20%
#e9e5da
30%
#ece8de
40%
#eeebe2
50%
#f1eee6
60%
#f3f0eb
70%
#f5f3ef
80%
#f8f6f3
90%
#faf9f7
100%
#fdfcfb

Tones of #e7e2d6

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

10%
#e7e2d6
20%
#ddd8cd
30%
#d2cec5
40%
#c8c4bc
50%
#bebbb3
60%
#b3b1ab
70%
#a9a7a2
80%
#9f9d99
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.
#e7e2d6
#e7dbd6
#e7dfd6
#e7e2d6
#e7e5d6
#e5e7d6

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#e7e2d6
#d8e7d6
#dbd6e7

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#e7e2d6
#d6e7e2
#e2d6e7

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.
#e7e2d6
#d6e7d9
#d6dbe7
#e7d6e3

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#e7e2d6
#121211
#3d3c39
#676560
#928f87
#bcb8af

Blindness simulator

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

Normal

#e7e2d6

protanopia

#e9e0d5

deuteranopia

#fcdad7

tritanopia

#ebddee

achromatopsia

#e2e2e2

protanomaly

#e8e1d5

deuteranomaly

#f4ddd7

achromatopsia

#e2e2e2

tritanomaly

#e9dfe6

achromatomaly

#e4e2de

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 !

#e7e2d6 Color CSS Codes

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

#e7e2d6 Text Font Color

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

This sample text font color is #e7e2d6
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.

#e7e2d6 Background Color

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

#e7e2d6 Border Color

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

This div border color is #e7e2d6

#e7e2d6 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7e2d6

More Colors

Curry Sauce
#be9e6f
Desert Cactus
#afca9d
Granite Brown
#3d2d24
Marshy Habitat
#b8aea2
First Daughter
#f7d2d8
CG Blue
#007aa5
Granite Green
#8b8265
Dark Topaz
#817c87
Bellagio Fountains
#b7dff3
Coal Mine
#54555d
Orange Avant-Garde
#ff8822
Grape Royale
#4f2d54
Cotton Boll
#e7effb
Peach Juice
#ffcfab
Mischief Mouse
#b7bab9
Polished Copper
#b66325
Ivory Mist
#efeade
Nightingale
#5c4827
Light Dante Peak
#c6dedf
Arctic Water
#00fcfc
Pennywise
#a2583a
Feasty Fuchsia
#ee0088
Challah Bread
#cd7a50
Fresh Take
#505b93
Midnight Dream
#394857
Muddy Yellow
#bfac05
Emily Ann Tan
#d5c7b6
Deep Sea Grey
#879294
Lavender Honor
#c0c2d2
A Dime a Dozen
#d3dde4
Karma Chameleon
#9f78a9
Blue Dart
#518fd1
Pickled Cucumber
#94a135
Ivory Paper
#e6deca
Medium Tuscan Red
#794431
Ash to Ash
#4e4e4c
Dresden Dream
#8ea7b9
Fond de Teint
#ffaaaa
Common Jasper
#946943
Cottonseed
#f5e6c7
rating-img
Rate this tool
NaN/5   0 votes