crispedge.com

Color picker

Loading...

#edd1ed hex color - Violet - Warm color - Information

#edd1ed hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #edd1ed color code is between #eeccee web safe hex color code and #dddddd web safe hex color code. #eeccee is the nearest web safe color code. You can see here many more shades of #edd1ed color code.

0 Likes 0 Comments | 8 Views

RGB Chart

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

Color Table

Hex Color Codeedd1ed#edd1ed
RGB Decimal237, 209, 237rgb(237, 209, 237)
RGB Percent93%, 82%, 93%rgb(93%, 82%, 93%)
CSS RGBa237, 209, 237,1rgba(237,209,237,1)
CMYK Modelcmyk(0%,12%,0%,7%)
HSL Color Space300,44% ,87%hsl(300,44% ,87%)
HSV Color Space300°, 12%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011101000111101101
Octal355321355
Decimal237209237
Hexedd1ed

Different shades of #edd1ed color code.

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

Light Shade of #edd1ed
#fbf6fb
Dark Shade of #edd1ed
#dfacdf
Saturated Shade of #edd1ed
#f0cef0
Desaturated Shade of #edd1ed
#ead4ea
Grey scale Shade of #edd1ed
#dfdfdf
Brighten Shade
#ffeaff
Most Readable Shade
#000000

Shades of #edd1ed color code

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

#edd1ed
#d2b9d2
#b8a2b8
#9e8b9e
#837483
#695c69
#4f454f
#342e34
#1a171a
#000000

Similar Color like #edd1ed color

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

#eed2ee
#efd3ef
#f0d4f0
#f1d5f1
#f2d6f2
#f3d7f3
#f4d8f4
#f5d9f5
#f6daf6
#f7dbf7
#f8dcf8
#f9ddf9
#fadefa
#fbdffb
#ecd0ec
#ebcfeb
#eaceea
#e9cde9
#e8cce8
#e7cbe7
#e6cae6
#e5c9e5
#e4c8e4
#e3c7e3
#e2c6e2
#e1c5e1
#e0c4e0
#dfc3df

Monochromatic Color with #edd1ed

#edd1ed
#181618
#433b43
#6d616d
#988698
#c2acc2

Tints of #edd1ed Color

#edd1ed
#efd6ef
#f1dbf1
#f3e0f3
#f5e5f5
#f7eaf7
#f9eff9
#fbf4fb
#fdf9fd
#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

#edd1ed
#d1edd1

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

Split Complementary

#edd1ed
#dfedd1
#d1eddf

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

Analogous Color

#e2d1ed
#e7d1ed
#edd1ed
#edd1e7
#edd1e2

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

#edd1ed
#ededd1
#d1eded

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

#edd1ed
#eddfd1
#d1edd1
#d1dfed

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

#edd1ed
#d1edd1
#d1eddf
#edd1df

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

#edd1ed Color Code Preview on Black Background Color

This is how #edd1ed Color will look on black background color. Color contrast ratio is 14.94

#edd1ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edd1ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edd1ed

#edd1ed color code is use for CSS Background Color

Background color for the above div is #edd1ed

HTML with inline CSS

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

#edd1ed color code is use for CSS Border Color

CSS Border color for the above div is #edd1ed

HTML with inline CSS

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

CSS Border Left color for the above div is #edd1ed

HTML with inline CSS

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

CSS Border Right color for the above div is #edd1ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edd1ed

HTML with inline CSS

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

CSS Border Top color for the above div is #edd1ed

HTML with inline CSS

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

#edd1ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edd1ed Color code Preview on White Background

This is how #edd1ed Color code will look on white background color. Color contrast ratio is 1.41

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

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

0 Likes 0 Comments | 8 Views

Post your comment:-

By submitting comment you agree to our privacy policy.