crispedge.com

Color picker

Loading...

#eae6fd hex color - White - Cool color - Information

#eae6fd hex color - White - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: White

Hex #eae6fd Color code in RGB color code model is created after adding 91.76% red color, 90.2% green color and 99.22% blue color. Hex #eae6fd Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 9% magenta, 0% yellow and 1% black.

Hex #eae6fd 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 #eae6fd color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeeae6fd#eae6fd
RGB Decimal234, 230, 253rgb(234, 230, 253)
RGB Percent92%, 90%, 99%rgb(92%, 90%, 99%)
CSS RGBa234, 230, 253,1rgba(234,230,253,1)
CMYK Modelcmyk(8%,9%,0%,1%)
HSL Color Space250,85% ,95%hsl(250,85% ,95%)
HSV Color Space250°, 9%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary111010101110011011111101
Octal352346375
Decimal234230253
Hexeae6fd

Different shades of #eae6fd color code.

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

Light Shade of #eae6fd
#ffffff
Dark Shade of #eae6fd
#c2b7f9
Saturated Shade of #eae6fd
#e9e5fe
Desaturated Shade of #eae6fd
#ebe7fc
Grey scale Shade of #eae6fd
#f1f1f1
Brighten Shade
#ffffff
Most Readable Shade
#000000

Shades of #eae6fd color code

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

#eae6fd
#d0cce0
#b6b2c4
#9c99a8
#827f8c
#686670
#4e4c54
#343338
#1a191c
#000000

Similar Color like #eae6fd color

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

#ebe7fe
#ece8ff
#ede9ff
#eeeaff
#efebff
#f0ecff
#f1edff
#f2eeff
#f3efff
#f4f0ff
#f5f1ff
#f6f2ff
#f7f3ff
#f8f4ff
#e9e5fc
#e8e4fb
#e7e3fa
#e6e2f9
#e5e1f8
#e4e0f7
#e3dff6
#e2def5
#e1ddf4
#e0dcf3
#dfdbf2
#dedaf1
#ddd9f0
#dcd8ef

Monochromatic Color with #eae6fd

#eae6fd
#252528
#4d4b53
#74727d
#9b99a8
#c3bfd2

Tints of #eae6fd Color

#eae6fd
#ece8fd
#eeebfd
#f1eefd
#f3f1fd
#f5f3fe
#f8f6fe
#faf9fe
#fcfcfe
#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

#eae6fd
#f9fde6

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

Split Complementary

#eae6fd
#fdf6e6
#eefde6

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

Analogous Color

#e6ebfd
#e6e7fd
#eae6fd
#efe6fd
#f3e6fd

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

#eae6fd
#fdeae6
#e6fdea

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

#eae6fd
#fde6ed
#f9fde6
#e6fdf5

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

#eae6fd
#f9fde6
#eefde6
#f6e6fd

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

#eae6fd Color Code Preview on Black Background Color

This is how #eae6fd Color will look on black background color. Color contrast ratio is 17.24

#eae6fd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eae6fd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eae6fd

#eae6fd color code is use for CSS Background Color

Background color for the above div is #eae6fd

HTML with inline CSS

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

#eae6fd color code is use for CSS Border Color

CSS Border color for the above div is #eae6fd

HTML with inline CSS

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

CSS Border Left color for the above div is #eae6fd

HTML with inline CSS

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

CSS Border Right color for the above div is #eae6fd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eae6fd

HTML with inline CSS

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

CSS Border Top color for the above div is #eae6fd

HTML with inline CSS

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

#eae6fd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eae6fd Color code Preview on White Background

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.