Skip to main content Skip to docs navigation

#e1d2cd hex color | Download Light Orange BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Watermelon Milk and its hex is #DFCFCA Nearest Color Name

Color Hue/Base color: Orange

Hex #e1d2cd Color code in RGB color code model is created after adding 88.24% red color, 82.35% green color and 80.39% blue color. Hex #e1d2cd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 7% magenta, 9% yellow and 11.76% black.

Hex #e1d2cd color code is between #ddcccc web safe hex color code and #eedddd web safe hex color code. #ddcccc is the nearest web safe color code. You can see here many more shades of #e1d2cd color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code e1d2cd #e1d2cd
RGB Decimal 225, 210, 205 225, 210, 205
RGB Percent 88%, 82%, 80% rgb(88%, 82%, 80%)
CSS RGBa 225, 210, 205,1 rgba(225,210,205,1)
CMYK Model cmyk(0%,7%,9%,11.76%)
HSL Color Space 15,25% ,84% hsl(15,25% ,84%)
HSV Color Space 15°, 9%, 88%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11100001 11010010 11001101
Octal 341 322 315
Decimal 225 210 205
Hex e1 d2 cd

Different shades of #e1d2cd color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #e1d2cd
#a87c6d
Darker of #e1d2cd
#bb998d
Dark of #e1d2cd
#ceb5ad
Base of #e1d2cd
#e1d2cd
Light of #e1d2cd
#f4efed
Lighter
#ffffff
Lightest
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#e1d2cd
#cddce1

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#e1d2cd
#cde1dc
#cdd2e1

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#e1cdd4
#e1cdd0
#e1d2cd
#e1d9cd
#e1e1cd

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#e1d2cd
#d2cde1
#cde1d2

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#e1d2cd
#cde1d2
#cddce1
#e1cddc

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#e1d2cd
#d2e1cd
#cddce1
#dccde1

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #e1d2cd

#8d6355
#a87c6d
#bb998d
#ceb5ad
#e1d2cd
#f4efed
#ffffff
#ffffff
#ffffff

Tints of #e1d2cd Color

#e1d2cd
#e4d7d2
#e7dcd8
#ebe1dd
#eee6e3
#f1ebe8
#f5f0ee
#f8f5f3
#fbfaf9
#ffffff

Shades of #e1d2cd color code

Generate more color scales with scales (color stack) generator.

#e1d2cd
#c8bab6
#afa39f
#968c88
#7d7471
#645d5b
#4b4644
#322e2d
#191716
#000000

Tones

#e1d2cd
#d9d6d5
#d7d7d7
#d7d7d7
#d7d7d7

Tones

Similar Color like #e1d2cd color

Find visually similar hex color codes nearing to #e1d2cd hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#e2d3ce
#e3d4cf
#e4d5d0
#e5d6d1
#e6d7d2
#e7d8d3
#e8d9d4
#e9dad5
#eadbd6
#ebdcd7
#ecddd8
#edded9
#eedfda
#efe0db
#e0d1cc
#dfd0cb
#decfca
#ddcec9
#dccdc8
#dbccc7
#dacbc6
#d9cac5
#d8c9c4
#d7c8c3
#d6c7c2
#d5c6c1
#d4c5c0
#d3c4bf

Download this Light Orange

Hex #e1d2cd Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#e1d2cd Color Code Preview on Black Background Color

This is how #e1d2cd Color will look on black background color. Color contrast ratio is 14.30

#e1d2cd in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#e1d2cd">Your Example Paragraph content text in with font color #e1d2cd </p>

Your Example Paragraph content text in with font color #e1d2cd

HTML with inline CSS

<div style="color:#e1d2cd">Your Paragraph text in with font color #e1d2cd </div>

Your Example Paragraph content text in with font color #e1d2cd

#e1d2cd color code is use for CSS Background Color

Background color for the above div is #e1d2cd

HTML with inline CSS

<div style="background-color:#e1d2cd;"></div>

#e1d2cd color code is use for CSS Border Color

CSS Border color for the above div is #e1d2cd

HTML with inline CSS

<div style="border:5px solid #e1d2cd;"></div>

CSS Border Left color for the above div is #e1d2cd

HTML with inline CSS

<div style="border-left:5px solid #e1d2cd;"></div>

CSS Border Right color for the above div is #e1d2cd

HTML with inline CSS

<div style="border-right:5px solid #e1d2cd;"></div>

CSS Border Bottom color for the above div is #e1d2cd

HTML with inline CSS

<div style="border-bottom:5px solid #e1d2cd;"></div>

CSS Border Top color for the above div is #e1d2cd

HTML with inline CSS

<div style="border-top:5px solid #e1d2cd;"></div>

#e1d2cd hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#e1d2cd; } .examplecolorclass {color:#e1d2cd; } .examplebordercolor {border:3px solid #e1d2cd; }

#e1d2cd Color code Preview on White Background

This is how #e1d2cd Color code will look on white background color. Color contrast ratio is 1.47

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #e1d2cd; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #e1d2cd; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(225,210,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(205,220,225,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(225,210,205,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }