crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#e1dfed hex color - Violet - Cool color - Information

#e1dfed hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #e1dfed Color code in RGB color code model is created after adding 88.24% red color, 87.45% green color and 92.94% blue color. Hex #e1dfed Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 6% magenta, 0% yellow and 7% black.

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

0 Likes 0 Comments | 7 Views

Color Table

Hex Color Codee1dfed#e1dfed
RGB Decimal225, 223, 237rgb(225, 223, 237)
RGB Percent88%, 87%, 93%rgb(88%, 87%, 93%)
CSS RGBa225, 223, 237,1rgba(225,223,237,1)
CMYK Modelcmyk(5%,6%,0%,7%)
HSL Color Space249,28% ,90%hsl(249,28% ,90%)
HSV Color Space249°, 6%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary111000011101111111101101
Octal341337355
Decimal225223237
Hexe1dfed

Different shades of #e1dfed color code.

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

Light Shade of #e1dfed
#ffffff
Dark Shade of #e1dfed
#c2bedb
Saturated Shade of #e1dfed
#dfdcef
Desaturated Shade of #e1dfed
#e3e1ea
Grey scale Shade of #e1dfed
#e6e6e6
Brighten Shade
#faf8ff
Most Readable Shade
#000000

Shades of #e1dfed color code

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

#e1dfed
#c8c6d2
#afadb8
#96949e
#7d7b83
#646369
#4b4a4f
#323134
#19181a
#000000

Similar Color like #e1dfed color

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

#e2e0ee
#e3e1ef
#e4e2f0
#e5e3f1
#e6e4f2
#e7e5f3
#e8e6f4
#e9e7f5
#eae8f6
#ebe9f7
#eceaf8
#edebf9
#eeecfa
#efedfb
#e0deec
#dfddeb
#dedcea
#dddbe9
#dcdae8
#dbd9e7
#dad8e6
#d9d7e5
#d8d6e4
#d7d5e3
#d6d4e2
#d5d3e1
#d4d2e0
#d3d1df

Monochromatic Color with #e1dfed

#e1dfed
#171718
#403f43
#68676d
#908f98
#b9b7c2

Tints of #e1dfed Color

#e1dfed
#e4e2ef
#e7e6f1
#ebe9f3
#eeedf5
#f1f0f7
#f5f4f9
#f8f7fb
#fbfbfd
#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

#e1dfed
#ebeddf

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

Split Complementary

#e1dfed
#ede8df
#e4eddf

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

Analogous Color

#dfe3ed
#dfe0ed
#e1dfed
#e4dfed
#e7dfed

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

#e1dfed
#ede1df
#dfede1

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

#e1dfed
#eddfe4
#ebeddf
#dfede8

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

#e1dfed
#ebeddf
#e4eddf
#e8dfed

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

#e1dfed Color Code Preview on Black Background Color

This is how #e1dfed Color will look on black background color. Color contrast ratio is 15.98

#e1dfed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e1dfed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e1dfed

#e1dfed color code is use for CSS Background Color

Background color for the above div is #e1dfed

HTML with inline CSS

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

#e1dfed color code is use for CSS Border Color

CSS Border color for the above div is #e1dfed

HTML with inline CSS

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

CSS Border Left color for the above div is #e1dfed

HTML with inline CSS

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

CSS Border Right color for the above div is #e1dfed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e1dfed

HTML with inline CSS

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

CSS Border Top color for the above div is #e1dfed

HTML with inline CSS

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

#e1dfed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e1dfed Color code Preview on White Background

This is how #e1dfed Color code will look on white background color. Color contrast ratio is 1.31

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 7 Views

Post your comment:-

By submitting comment you agree to our privacy policy.