crispedge.com

Color picker

Loading...

#eda3dd hex color - Violet - Warm color - Information

#eda3dd hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #eda3dd Color code in RGB color code model is created after adding 92.94% red color, 63.92% green color and 86.67% blue color. Hex #eda3dd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 31% magenta, 7% yellow and 7% black.

Hex #eda3dd color code is between #eeaacc web safe hex color code and #dd99ee web safe hex color code. #eeaacc is the nearest web safe color code. You can see here many more shades of #eda3dd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeeda3dd#eda3dd
RGB Decimal237, 163, 221rgb(237, 163, 221)
RGB Percent93%, 64%, 87%rgb(93%, 64%, 87%)
CSS RGBa237, 163, 221,1rgba(237,163,221,1)
CMYK Modelcmyk(0%,31%,7%,7%)
HSL Color Space313,67% ,78%hsl(313,67% ,78%)
HSV Color Space313°, 31%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011010001111011101
Octal355243335
Decimal237163221
Hexeda3dd

Different shades of #eda3dd color code.

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

Light Shade of #eda3dd
#f5ceed
Dark Shade of #eda3dd
#e578cd
Saturated Shade of #eda3dd
#f29de0
Desaturated Shade of #eda3dd
#e7a8da
Grey scale Shade of #eda3dd
#c8c8c8
Brighten Shade
#ffbcf6
Most Readable Shade
#000000

Shades of #eda3dd color code

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

#eda3dd
#d290c4
#b87eab
#9e6c93
#835a7a
#694862
#4f3649
#342431
#1a1218
#000000

Similar Color like #eda3dd color

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

#eea4de
#efa5df
#f0a6e0
#f1a7e1
#f2a8e2
#f3a9e3
#f4aae4
#f5abe5
#f6ace6
#f7ade7
#f8aee8
#f9afe9
#fab0ea
#fbb1eb
#eca2dc
#eba1db
#eaa0da
#e99fd9
#e89ed8
#e79dd7
#e69cd6
#e59bd5
#e49ad4
#e399d3
#e298d2
#e197d1
#e096d0
#df95cf

Monochromatic Color with #eda3dd

#eda3dd
#181117
#432e3e
#6d4b66
#98698e
#c286b5

Tints of #eda3dd Color

#eda3dd
#efade0
#f1b7e4
#f3c1e8
#f5cbec
#f7d6ef
#f9e0f3
#fbeaf7
#fdf4fb
#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

#eda3dd
#a3edb3

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

Split Complementary

#eda3dd
#b8eda3
#a3edd8

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

Analogous Color

#dfa3ed
#eda3ec
#eda3dd
#eda3ce
#eda3bf

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

#eda3dd
#ddeda3
#a3dded

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

#eda3dd
#edd8a3
#a3edb3
#a3b8ed

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

#eda3dd
#a3edb3
#a3edd8
#eda3b8

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

#eda3dd Color Code Preview on Black Background Color

This is how #eda3dd Color will look on black background color. Color contrast ratio is 10.88

#eda3dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eda3dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eda3dd

#eda3dd color code is use for CSS Background Color

Background color for the above div is #eda3dd

HTML with inline CSS

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

#eda3dd color code is use for CSS Border Color

CSS Border color for the above div is #eda3dd

HTML with inline CSS

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

CSS Border Left color for the above div is #eda3dd

HTML with inline CSS

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

CSS Border Right color for the above div is #eda3dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eda3dd

HTML with inline CSS

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

CSS Border Top color for the above div is #eda3dd

HTML with inline CSS

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

#eda3dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eda3dd Color code Preview on White Background

This is how #eda3dd Color code will look on white background color. Color contrast ratio is 1.93

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

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,163,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(163,237,179,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,163,221,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.