crispedge.com

Color picker

Loading...

#eae4ff hex color - White - Cool color - Information

#eae4ff hex color - White - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: White

Hex #eae4ff Color code in RGB color code model is created after adding 91.76% red color, 89.41% green color and 100% blue color. Hex #eae4ff Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 11% magenta, 0% yellow and 0% black.

Hex #eae4ff color code is between #eeddee web safe hex color code and #ddeedd web safe hex color code. #eeddee is the nearest web safe color code. You can see here many more shades of #eae4ff color code.

0 Likes 0 Comments | 6 Views

RGB Chart

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

Color Table

Hex Color Codeeae4ff#eae4ff
RGB Decimal234, 228, 255rgb(234, 228, 255)
RGB Percent92%, 89%, 100%rgb(92%, 89%, 100%)
CSS RGBa234, 228, 255,1rgba(234,228,255,1)
CMYK Modelcmyk(8%,11%,0%,0%)
HSL Color Space253,100% ,95%hsl(253,100% ,95%)
HSV Color Space253°, 11%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary111010101110010011111111
Octal352344377
Decimal234228255
Hexeae4ff

Different shades of #eae4ff color code.

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

Light Shade of #eae4ff
#ffffff
Dark Shade of #eae4ff
#c2b1ff
Saturated Shade of #eae4ff
#eae4ff
Desaturated Shade of #eae4ff
#ebe5fe
Grey scale Shade of #eae4ff
#f1f1f1
Brighten Shade
#fffdff
Most Readable Shade
#000000

Shades of #eae4ff color code

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

#eae4ff
#d0cae2
#b6b1c6
#9c98aa
#827e8d
#686571
#4e4c55
#343238
#1a191c
#000000

Similar Color like #eae4ff color

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

#ebe5ff
#ece6ff
#ede7ff
#eee8ff
#efe9ff
#f0eaff
#f1ebff
#f2ecff
#f3edff
#f4eeff
#f5efff
#f6f0ff
#f7f1ff
#f8f2ff
#e9e3fe
#e8e2fd
#e7e1fc
#e6e0fb
#e5dffa
#e4def9
#e3ddf8
#e2dcf7
#e1dbf6
#e0daf5
#dfd9f4
#ded8f3
#ddd7f2
#dcd6f1

Monochromatic Color with #eae4ff

#eae4ff
#27262a
#4e4c55
#757280
#9c98aa
#c3bed4

Tints of #eae4ff Color

#eae4ff
#ece7ff
#eeeaff
#f1edff
#f3f0ff
#f5f3ff
#f8f6ff
#faf9ff
#fcfcff
#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

#eae4ff
#f9ffe4

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

Split Complementary

#eae4ff
#fff7e4
#ecffe4

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

Analogous Color

#e4e9ff
#e5e4ff
#eae4ff
#efe4ff
#f5e4ff

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

#eae4ff
#ffeae4
#e4ffea

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

#eae4ff
#ffe4eb
#f9ffe4
#e4fff7

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

#eae4ff
#f9ffe4
#ecffe4
#f7e4ff

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

#eae4ff Color Code Preview on Black Background Color

This is how #eae4ff Color will look on black background color. Color contrast ratio is 17.04

#eae4ff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eae4ff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eae4ff

#eae4ff color code is use for CSS Background Color

Background color for the above div is #eae4ff

HTML with inline CSS

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

#eae4ff color code is use for CSS Border Color

CSS Border color for the above div is #eae4ff

HTML with inline CSS

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

CSS Border Left color for the above div is #eae4ff

HTML with inline CSS

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

CSS Border Right color for the above div is #eae4ff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eae4ff

HTML with inline CSS

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

CSS Border Top color for the above div is #eae4ff

HTML with inline CSS

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

#eae4ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eae4ff Color code Preview on White Background

This is how #eae4ff Color code will look on white background color. Color contrast ratio is 1.23

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

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.