crispedge.com

Color picker

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

#e5dcfe hex color - Blue - Cool color - Information

#e5dcfe hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #e5dcfe Color code in RGB color code model is created after adding 89.8% red color, 86.27% green color and 99.61% blue color. Hex #e5dcfe Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 13% magenta, 0% yellow and 0% black.

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

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codee5dcfe#e5dcfe
RGB Decimal229, 220, 254rgb(229, 220, 254)
RGB Percent90%, 86%, 100%rgb(90%, 86%, 100%)
CSS RGBa229, 220, 254,1rgba(229,220,254,1)
CMYK Modelcmyk(10%,13%,0%,0%)
HSL Color Space256,94% ,93%hsl(256,94% ,93%)
HSV Color Space256°, 13%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary111001011101110011111110
Octal345334376
Decimal229220254
Hexe5dcfe

Different shades of #e5dcfe color code.

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

Light Shade of #e5dcfe
#ffffff
Dark Shade of #e5dcfe
#c0aafd
Saturated Shade of #e5dcfe
#e5dbff
Desaturated Shade of #e5dcfe
#e6defc
Grey scale Shade of #e5dcfe
#ededed
Brighten Shade
#fef5ff
Most Readable Shade
#000000

Shades of #e5dcfe color code

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

#e5dcfe
#cbc3e1
#b2abc5
#9892a9
#7f7a8d
#656170
#4c4954
#323038
#19181c
#000000

Similar Color like #e5dcfe color

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

#e6ddff
#e7deff
#e8dfff
#e9e0ff
#eae1ff
#ebe2ff
#ece3ff
#ede4ff
#eee5ff
#efe6ff
#f0e7ff
#f1e8ff
#f2e9ff
#f3eaff
#e4dbfd
#e3dafc
#e2d9fb
#e1d8fa
#e0d7f9
#dfd6f8
#ded5f7
#ddd4f6
#dcd3f5
#dbd2f4
#dad1f3
#d9d0f2
#d8cff1
#d7cef0

Monochromatic Color with #e5dcfe

#e5dcfe
#252429
#4c4954
#726e7e
#9892a9
#bfb7d3

Tints of #e5dcfe Color

#e5dcfe
#e7dffe
#eae3fe
#ede7fe
#f0ebfe
#f3effe
#f6f3fe
#f9f7fe
#fcfbfe
#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

#e5dcfe
#f5fedc

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

Split Complementary

#e5dcfe
#fef6dc
#e4fedc

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

Analogous Color

#dce1fe
#dedcfe
#e5dcfe
#ecdcfe
#f3dcfe

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

#e5dcfe
#fee5dc
#dcfee5

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

#e5dcfe
#fedce4
#f5fedc
#dcfef6

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

#e5dcfe
#f5fedc
#e4fedc
#f6dcfe

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

#e5dcfe Color Code Preview on Black Background Color

This is how #e5dcfe Color will look on black background color. Color contrast ratio is 16.00

#e5dcfe in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e5dcfe

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e5dcfe

#e5dcfe color code is use for CSS Background Color

Background color for the above div is #e5dcfe

HTML with inline CSS

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

#e5dcfe color code is use for CSS Border Color

CSS Border color for the above div is #e5dcfe

HTML with inline CSS

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

CSS Border Left color for the above div is #e5dcfe

HTML with inline CSS

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

CSS Border Right color for the above div is #e5dcfe

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e5dcfe

HTML with inline CSS

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

CSS Border Top color for the above div is #e5dcfe

HTML with inline CSS

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

#e5dcfe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e5dcfe Color code Preview on White Background

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.