crispedge.com

Color picker

Loading...

#ede7fa hex color - Violet - Cool color - Information

#ede7fa hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #ede7fa Color code in RGB color code model is created after adding 92.94% red color, 90.59% green color and 98.04% blue color. Hex #ede7fa Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 8% magenta, 0% yellow and 2% black.

Hex #ede7fa color code is between #eeeeff web safe hex color code and #ddddee web safe hex color code. #eeeeff is the nearest web safe color code. You can see here many more shades of #ede7fa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeede7fa#ede7fa
RGB Decimal237, 231, 250rgb(237, 231, 250)
RGB Percent93%, 91%, 98%rgb(93%, 91%, 98%)
CSS RGBa237, 231, 250,1rgba(237,231,250,1)
CMYK Modelcmyk(5%,8%,0%,2%)
HSL Color Space259,66% ,94%hsl(259,66% ,94%)
HSV Color Space259°, 8%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary111011011110011111111010
Octal355347372
Decimal237231250
Hexede7fa

Different shades of #ede7fa color code.

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

Light Shade of #ede7fa
#ffffff
Dark Shade of #ede7fa
#cdbdf1
Saturated Shade of #ede7fa
#ece6fb
Desaturated Shade of #ede7fa
#eee8f9
Grey scale Shade of #ede7fa
#f0f0f0
Brighten Shade
#ffffff
Most Readable Shade
#000000

Shades of #ede7fa color code

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

#ede7fa
#d2cdde
#b8b3c2
#9e9aa6
#83808a
#69666f
#4f4d53
#343337
#1a191b
#000000

Similar Color like #ede7fa color

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

#eee8fb
#efe9fc
#f0eafd
#f1ebfe
#f2ecff
#f3edff
#f4eeff
#f5efff
#f6f0ff
#f7f1ff
#f8f2ff
#f9f3ff
#faf4ff
#fbf5ff
#ece6f9
#ebe5f8
#eae4f7
#e9e3f6
#e8e2f5
#e7e1f4
#e6e0f3
#e5dff2
#e4def1
#e3ddf0
#e2dcef
#e1dbee
#e0daed
#dfd9ec

Monochromatic Color with #ede7fa

#ede7fa
#242325
#4c4a50
#74717a
#9c98a5
#c5c0cf

Tints of #ede7fa Color

#ede7fa
#efe9fa
#f1ecfb
#f3effb
#f5f1fc
#f7f4fc
#f9f7fd
#fbf9fd
#fdfcfe
#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

#ede7fa
#f4fae7

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

Split Complementary

#ede7fa
#faf6e7
#ebfae7

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

Analogous Color

#e7e9fa
#e9e7fa
#ede7fa
#f1e7fa
#f5e7fa

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

#ede7fa
#faede7
#e7faed

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

#ede7fa
#fae7ea
#f4fae7
#e7faf6

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

#ede7fa
#f4fae7
#ebfae7
#f6e7fa

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

#ede7fa Color Code Preview on Black Background Color

This is how #ede7fa Color will look on black background color. Color contrast ratio is 17.41

#ede7fa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ede7fa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ede7fa

#ede7fa color code is use for CSS Background Color

Background color for the above div is #ede7fa

HTML with inline CSS

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

#ede7fa color code is use for CSS Border Color

CSS Border color for the above div is #ede7fa

HTML with inline CSS

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

CSS Border Left color for the above div is #ede7fa

HTML with inline CSS

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

CSS Border Right color for the above div is #ede7fa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ede7fa

HTML with inline CSS

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

CSS Border Top color for the above div is #ede7fa

HTML with inline CSS

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

#ede7fa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ede7fa Color code Preview on White Background

This is how #ede7fa Color code will look on white background color. Color contrast ratio is 1.21

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

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,231,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(244,250,231,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,231,250,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.