crispedge.com

Color picker

Loading...

#e9cdca hex color - Red - Warm color - Information

#e9cdca hex color - Red - Warm color

Color Hue/Base color: Red

Hex #e9cdca Color code in RGB color code model is created after adding 91.37% red color, 80.39% green color and 79.22% blue color. Hex #e9cdca Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 13% yellow and 9% black.

Hex #e9cdca color code is between #eecccc web safe hex color code and #ddddbb web safe hex color code. #eecccc is the nearest web safe color code. You can see here many more shades of #e9cdca color code.

0 Likes 0 Comments | 7 Views

RGB Chart

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

Color Table

Hex Color Codee9cdca#e9cdca
RGB Decimal233, 205, 202rgb(233, 205, 202)
RGB Percent91%, 80%, 79%rgb(91%, 80%, 79%)
CSS RGBa233, 205, 202,1rgba(233,205,202,1)
CMYK Modelcmyk(0%,12%,13%,9%)
HSL Color Space6,41% ,85%hsl(6,41% ,85%)
HSV Color Space6°, 13%, 91%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010011100110111001010
Octal351315312
Decimal233205202
Hexe9cdca

Different shades of #e9cdca color code.

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

Light Shade of #e9cdca
#f8efee
Dark Shade of #e9cdca
#daaba6
Saturated Shade of #e9cdca
#edcac6
Desaturated Shade of #e9cdca
#e5d0ce
Grey scale Shade of #e9cdca
#d9d9d9
Brighten Shade
#ffe6e3
Most Readable Shade
#000000

Shades of #e9cdca color code

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

#e9cdca
#cfb6b3
#b59f9d
#9b8886
#817170
#675b59
#4d4443
#332d2c
#191616
#000000

Similar Color like #e9cdca color

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

#eacecb
#ebcfcc
#ecd0cd
#edd1ce
#eed2cf
#efd3d0
#f0d4d1
#f1d5d2
#f2d6d3
#f3d7d4
#f4d8d5
#f5d9d6
#f6dad7
#f7dbd8
#e8ccc9
#e7cbc8
#e6cac7
#e5c9c6
#e4c8c5
#e3c7c4
#e2c6c3
#e1c5c2
#e0c4c1
#dfc3c0
#dec2bf
#ddc1be
#dcc0bd
#dbbfbc

Monochromatic Color with #e9cdca

#e9cdca
#141212
#3f3737
#695d5b
#948280
#bea8a5

Tints of #e9cdca Color

#e9cdca
#ebd2cf
#edd8d5
#f0dddb
#f2e3e1
#f5e8e7
#f7eeed
#faf3f3
#fcf9f9
#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

#e9cdca
#cae6e9

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

Split Complementary

#e9cdca
#cae9dd
#cad6e9

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

Analogous Color

#e9cad3
#e9cacd
#e9cdca
#e9d3ca
#e9d9ca

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

#e9cdca
#cae9cd
#cdcae9

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

#e9cdca
#d6e9ca
#cae6e9
#dccae9

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

Double Complementary Color

#e9cdca
#cae6e9
#cad6e9
#e9ddca

Double Complementary 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).

Hex #e9cdca 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.

#e9cdca Color Code Preview on Black Background Color

This is how #e9cdca Color will look on black background color. Color contrast ratio is 14.05

#e9cdca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e9cdca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e9cdca

#e9cdca color code is use for CSS Background Color

Background color for the above div is #e9cdca

HTML with inline CSS

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

#e9cdca color code is use for CSS Border Color

CSS Border color for the above div is #e9cdca

HTML with inline CSS

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

CSS Border Left color for the above div is #e9cdca

HTML with inline CSS

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

CSS Border Right color for the above div is #e9cdca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e9cdca

HTML with inline CSS

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

CSS Border Top color for the above div is #e9cdca

HTML with inline CSS

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

#e9cdca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e9cdca Color code Preview on White Background

This is how #e9cdca Color code will look on white background color. Color contrast ratio is 1.49

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 #e9cdca; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #e9cdca; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


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

0 Likes 0 Comments | 7 Views

Post your comment:-

By submitting comment you agree to our privacy policy.