crispedge.com

Color picker

Loading...

#e8cdda hex color - Red - Warm color - Information

#e8cdda hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #e8cdda color code is between #eeccdd web safe hex color code and #ddddcc web safe hex color code. #eeccdd is the nearest web safe color code. You can see here many more shades of #e8cdda color code.

0 Likes 0 Comments | 6 Views

RGB Chart

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

Color Table

Hex Color Codee8cdda#e8cdda
RGB Decimal232, 205, 218rgb(232, 205, 218)
RGB Percent91%, 80%, 85%rgb(91%, 80%, 85%)
CSS RGBa232, 205, 218,1rgba(232,205,218,1)
CMYK Modelcmyk(0%,12%,6%,9%)
HSL Color Space331,37% ,86%hsl(331,37% ,86%)
HSV Color Space331°, 12%, 91%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010001100110111011010
Octal350315332
Decimal232205218
Hexe8cdda

Different shades of #e8cdda color code.

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

Light Shade of #e8cdda
#f8f0f4
Dark Shade of #e8cdda
#d8aac0
Saturated Shade of #e8cdda
#ecc9da
Desaturated Shade of #e8cdda
#e4d1da
Grey scale Shade of #e8cdda
#dadada
Brighten Shade
#ffe6f3
Most Readable Shade
#000000

Shades of #e8cdda color code

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

#e8cdda
#ceb6c1
#b49fa9
#9a8891
#807179
#675b60
#4d4448
#332d30
#191618
#000000

Similar Color like #e8cdda color

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

#e9cedb
#eacfdc
#ebd0dd
#ecd1de
#edd2df
#eed3e0
#efd4e1
#f0d5e2
#f1d6e3
#f2d7e4
#f3d8e5
#f4d9e6
#f5dae7
#f6dbe8
#e7ccd9
#e6cbd8
#e5cad7
#e4c9d6
#e3c8d5
#e2c7d4
#e1c6d3
#e0c5d2
#dfc4d1
#dec3d0
#ddc2cf
#dcc1ce
#dbc0cd
#dabfcc

Monochromatic Color with #e8cdda

#e8cdda
#131112
#3e373a
#685c62
#93828a
#bda7b2

Tints of #e8cdda Color

#e8cdda
#ead2de
#edd8e2
#efdde6
#f2e3ea
#f4e8ee
#f7eef2
#f9f3f6
#fcf9fa
#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

#e8cdda
#cde8db

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

Split Complementary

#e8cdda
#cde8ce
#cde8e8

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

Analogous Color

#e8cde5
#e8cddf
#e8cdda
#e8cdd5
#e8cdcf

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

#e8cdda
#dae8cd
#cddae8

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

#e8cdda
#e7e8cd
#cde8db
#cdcde8

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

#e8cdda
#cde8db
#cde8e8
#e8cecd

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 #e8cdda 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.

#e8cdda Color Code Preview on Black Background Color

This is how #e8cdda Color will look on black background color. Color contrast ratio is 14.18

#e8cdda in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e8cdda

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e8cdda

#e8cdda color code is use for CSS Background Color

Background color for the above div is #e8cdda

HTML with inline CSS

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

#e8cdda color code is use for CSS Border Color

CSS Border color for the above div is #e8cdda

HTML with inline CSS

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

CSS Border Left color for the above div is #e8cdda

HTML with inline CSS

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

CSS Border Right color for the above div is #e8cdda

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e8cdda

HTML with inline CSS

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

CSS Border Top color for the above div is #e8cdda

HTML with inline CSS

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

#e8cdda hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e8cdda Color code Preview on White Background

This is how #e8cdda Color code will look on white background color. Color contrast ratio is 1.48

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

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(232,205,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(205,232,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(232,205,218,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.