crispedge.com

Color picker

Loading...

#e6daee hex color - Violet - Warm color - Information

#e6daee hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #e6daee Color code in RGB color code model is created after adding 90.2% red color, 85.49% green color and 93.33% blue color. Hex #e6daee Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 8% magenta, 0% yellow and 7% black.

Hex #e6daee color code is between #eedddd web safe hex color code and #ddccff web safe hex color code. #eedddd is the nearest web safe color code. You can see here many more shades of #e6daee color code.

0 Likes 0 Comments | 6 Views

RGB Chart

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

Color Table

Hex Color Codee6daee#e6daee
RGB Decimal230, 218, 238rgb(230, 218, 238)
RGB Percent90%, 85%, 93%rgb(90%, 85%, 93%)
CSS RGBa230, 218, 238,1rgba(230,218,238,1)
CMYK Modelcmyk(3%,8%,0%,7%)
HSL Color Space276,37% ,89%hsl(276,37% ,89%)
HSV Color Space276°, 8%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001101101101011101110
Octal346332356
Decimal230218238
Hexe6daee

Different shades of #e6daee color code.

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

Light Shade of #e6daee
#fefdfe
Dark Shade of #e6daee
#ceb7de
Saturated Shade of #e6daee
#e7d7f1
Desaturated Shade of #e6daee
#e5ddeb
Grey scale Shade of #e6daee
#e4e4e4
Brighten Shade
#fff3ff
Most Readable Shade
#000000

Shades of #e6daee color code

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

#e6daee
#ccc1d3
#b2a9b9
#99919e
#7f7984
#666069
#4c484f
#333034
#19181a
#000000

Similar Color like #e6daee color

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

#e7dbef
#e8dcf0
#e9ddf1
#eadef2
#ebdff3
#ece0f4
#ede1f5
#eee2f6
#efe3f7
#f0e4f8
#f1e5f9
#f2e6fa
#f3e7fb
#f4e8fc
#e5d9ed
#e4d8ec
#e3d7eb
#e2d6ea
#e1d5e9
#e0d4e8
#dfd3e7
#ded2e6
#ddd1e5
#dcd0e4
#dbcfe3
#dacee2
#d9cde1
#d8cce0

Monochromatic Color with #e6daee

#e6daee
#19171a
#423e44
#6b656e
#948c99
#bdb3c3

Tints of #e6daee Color

#e6daee
#e8deef
#ebe2f1
#eee6f3
#f1eaf5
#f3eef7
#f6f2f9
#f9f6fb
#fcfafd
#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

#e6daee
#e2eeda

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

Split Complementary

#e6daee
#eceeda
#daeedc

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

Analogous Color

#dedaee
#e2daee
#e6daee
#eadaee
#eedaee

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

#e6daee
#eee6da
#daeee6

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

#e6daee
#eedcda
#e2eeda
#daecee

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

#e6daee
#e2eeda
#daeedc
#eedaec

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

#e6daee Color Code Preview on Black Background Color

This is how #e6daee Color will look on black background color. Color contrast ratio is 15.63

#e6daee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e6daee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e6daee

#e6daee color code is use for CSS Background Color

Background color for the above div is #e6daee

HTML with inline CSS

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

#e6daee color code is use for CSS Border Color

CSS Border color for the above div is #e6daee

HTML with inline CSS

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

CSS Border Left color for the above div is #e6daee

HTML with inline CSS

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

CSS Border Right color for the above div is #e6daee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e6daee

HTML with inline CSS

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

CSS Border Top color for the above div is #e6daee

HTML with inline CSS

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

#e6daee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e6daee Color code Preview on White Background

This is how #e6daee Color code will look on white background color. Color contrast ratio is 1.34

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

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(230,218,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(226,238,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(230,218,238,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.