crispedge.com

Color picker

Loading...

#ede6ef hex color - Violet - Warm color - Information

#ede6ef hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ede6ef Color code in RGB color code model is created after adding 92.94% red color, 90.2% green color and 93.73% blue color. Hex #ede6ef Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 4% magenta, 0% yellow and 6% black.

Hex #ede6ef color code is between #eeeeee web safe hex color code and #ddddff web safe hex color code. #eeeeee is the nearest web safe color code. You can see here many more shades of #ede6ef color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeede6ef#ede6ef
RGB Decimal237, 230, 239rgb(237, 230, 239)
RGB Percent93%, 90%, 94%rgb(93%, 90%, 94%)
CSS RGBa237, 230, 239,1rgba(237,230,239,1)
CMYK Modelcmyk(1%,4%,0%,6%)
HSL Color Space287,22% ,92%hsl(287,22% ,92%)
HSV Color Space287°, 4%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011110011011101111
Octal355346357
Decimal237230239
Hexede6ef

Different shades of #ede6ef color code.

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

Light Shade of #ede6ef
#ffffff
Dark Shade of #ede6ef
#d7c7db
Saturated Shade of #ede6ef
#eee4f1
Desaturated Shade of #ede6ef
#ece8ed
Grey scale Shade of #ede6ef
#eaeaea
Brighten Shade
#ffffff
Most Readable Shade
#000000

Shades of #ede6ef color code

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

#ede6ef
#d2ccd4
#b8b2b9
#9e999f
#837f84
#69666a
#4f4c4f
#343335
#1a191a
#000000

Similar Color like #ede6ef color

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

#eee7f0
#efe8f1
#f0e9f2
#f1eaf3
#f2ebf4
#f3ecf5
#f4edf6
#f5eef7
#f6eff8
#f7f0f9
#f8f1fa
#f9f2fb
#faf3fc
#fbf4fd
#ece5ee
#ebe4ed
#eae3ec
#e9e2eb
#e8e1ea
#e7e0e9
#e6dfe8
#e5dee7
#e4dde6
#e3dce5
#e2dbe4
#e1dae3
#e0d9e2
#dfd8e1

Monochromatic Color with #ede6ef

#ede6ef
#1a191a
#444245
#6f6b6f
#99949a
#c3bdc4

Tints of #ede6ef Color

#ede6ef
#efe8f0
#f1ebf2
#f3eef4
#f5f1f6
#f7f3f7
#f9f6f9
#fbf9fb
#fdfcfd
#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

#ede6ef
#e8efe6

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

Split Complementary

#ede6ef
#ecefe6
#e6efe9

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

Analogous Color

#e9e6ef
#ebe6ef
#ede6ef
#efe6ef
#efe6ed

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

#ede6ef
#efede6
#e6efed

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

#ede6ef
#efe8e6
#e8efe6
#e6ecef

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

#ede6ef
#e8efe6
#e6efe9
#efe6ec

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

#ede6ef Color Code Preview on Black Background Color

This is how #ede6ef Color will look on black background color. Color contrast ratio is 17.17

#ede6ef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ede6ef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ede6ef

#ede6ef color code is use for CSS Background Color

Background color for the above div is #ede6ef

HTML with inline CSS

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

#ede6ef color code is use for CSS Border Color

CSS Border color for the above div is #ede6ef

HTML with inline CSS

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

CSS Border Left color for the above div is #ede6ef

HTML with inline CSS

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

CSS Border Right color for the above div is #ede6ef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ede6ef

HTML with inline CSS

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

CSS Border Top color for the above div is #ede6ef

HTML with inline CSS

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

#ede6ef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ede6ef Color code Preview on White Background

This is how #ede6ef Color code will look on white background color. Color contrast ratio is 1.22

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.