@
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.

#edd6df hex color - Red - Warm color - Information

#edd6df hex color - Red - Warm color

Color Hue/Base color: Red

Hex #edd6df Color code in RGB color code model is created after adding 92.94% red color, 83.92% green color and 87.45% blue color. Hex #edd6df Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 10% magenta, 6% yellow and 7.06% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code edd6df #edd6df
RGB Decimal 237, 214, 223 rgb(237, 214, 223)
RGB Percent 93%, 84%, 87% rgb(93%, 84%, 87%)
CSS RGBa 237, 214, 223,1 rgba(237,214,223,1)
CMYK Model cmyk(0%,10%,6%,7.06%)
HSL Color Space 337,39% ,88% hsl(337,39% ,88%)
HSV Color Space 337°, 10%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101101 11010110 11011111
Octal 355 326 337
Decimal 237 214 223
Hex ed d6 df

Different shades of #edd6df color code.

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

Light Shade of #edd6df
#fdf9fb
Dark Shade of #edd6df
#ddb3c3
Saturated Shade of #edd6df
#f0d3de
Desaturated Shade of #edd6df
#ead9e0
Grey scale Shade of #edd6df
#e1e1e1
Brighten Shade
#ffeff8
Most Readable Shade
#000000

Shades of #edd6df color code

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

#edd6df
#d2bec6
#b8a6ad
#9e8e94
#83767b
#695f63
#4f474a
#342f31
#1a1718
#000000

Similar Color like #edd6df color

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

#eed7e0
#efd8e1
#f0d9e2
#f1dae3
#f2dbe4
#f3dce5
#f4dde6
#f5dee7
#f6dfe8
#f7e0e9
#f8e1ea
#f9e2eb
#fae3ec
#fbe4ed
#ecd5de
#ebd4dd
#ead3dc
#e9d2db
#e8d1da
#e7d0d9
#e6cfd8
#e5ced7
#e4cdd6
#e3ccd5
#e2cbd4
#e1cad3
#e0c9d2
#dfc8d1

Monochromatic Color with #edd6df

#edd6df
#181617
#433c3f
#6d6367
#98898f
#c2b0b7

Tints of #edd6df Color

#edd6df
#efdae2
#f1dfe6
#f3e3e9
#f5e8ed
#f7ecf0
#f9f1f4
#fbf5f7
#fdfafb
#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

#edd6df
#d6ede4

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

Split Complementary

#edd6df
#d6edd9
#d6ebed

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

Analogous Color

#edd6e8
#edd6e4
#edd6df
#edd6da
#edd6d6

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

#edd6df
#dfedd6
#d6dfed

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

#edd6df
#eaedd6
#d6ede4
#d8d6ed

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

#edd6df
#d6ede4
#d6ebed
#edd8d6

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

#edd6df Color Code Preview on Black Background Color

This is how #edd6df Color will look on black background color. Color contrast ratio is 15.29

#edd6df in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edd6df

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edd6df

#edd6df color code is use for CSS Background Color

Background color for the above div is #edd6df

HTML with inline CSS

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

#edd6df color code is use for CSS Border Color

CSS Border color for the above div is #edd6df

HTML with inline CSS

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

CSS Border Left color for the above div is #edd6df

HTML with inline CSS

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

CSS Border Right color for the above div is #edd6df

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edd6df

HTML with inline CSS

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

CSS Border Top color for the above div is #edd6df

HTML with inline CSS

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

#edd6df hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edd6df Color code Preview on White Background

This is how #edd6df Color code will look on white background color. Color contrast ratio is 1.37

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

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(237,214,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(214,237,228,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,214,223,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.