crispedge.com

Color picker

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

#e6ddfe hex color - White - Cool color - Information

#e6ddfe hex color - White - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: White

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

Hex #e6ddfe color code is between #eeccff web safe hex color code and #ddeeee web safe hex color code. #eeccff is the nearest web safe color code. You can see here many more shades of #e6ddfe color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codee6ddfe#e6ddfe
RGB Decimal230, 221, 254rgb(230, 221, 254)
RGB Percent90%, 87%, 100%rgb(90%, 87%, 100%)
CSS RGBa230, 221, 254,1rgba(230,221,254,1)
CMYK Modelcmyk(9%,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
Binary111001101101110111111110
Octal346335376
Decimal230221254
Hexe6ddfe

Different shades of #e6ddfe color code.

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

Light Shade of #e6ddfe
#ffffff
Dark Shade of #e6ddfe
#c2abfd
Saturated Shade of #e6ddfe
#e6dcff
Desaturated Shade of #e6ddfe
#e7dffc
Grey scale Shade of #e6ddfe
#ededed
Brighten Shade
#fff6ff
Most Readable Shade
#000000

Shades of #e6ddfe color code

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

#e6ddfe
#ccc4e1
#b2abc5
#9993a9
#7f7a8d
#666270
#4c4954
#333138
#19181c
#000000

Similar Color like #e6ddfe color

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

#e7deff
#e8dfff
#e9e0ff
#eae1ff
#ebe2ff
#ece3ff
#ede4ff
#eee5ff
#efe6ff
#f0e7ff
#f1e8ff
#f2e9ff
#f3eaff
#f4ebff
#e5dcfd
#e4dbfc
#e3dafb
#e2d9fa
#e1d8f9
#e0d7f8
#dfd6f7
#ded5f6
#ddd4f5
#dcd3f4
#dbd2f3
#dad1f2
#d9d0f1
#d8cff0

Monochromatic Color with #e6ddfe

#e6ddfe
#262429
#4c4954
#736e7e
#9993a9
#c0b8d3

Tints of #e6ddfe Color

#e6ddfe
#e8e0fe
#ebe4fe
#eee8fe
#f1ecfe
#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

#e6ddfe
#f5fedd

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

Split Complementary

#e6ddfe
#fef7dd
#e4fedd

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

Analogous Color

#dde1fe
#dfddfe
#e6ddfe
#edddfe
#f3ddfe

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

#e6ddfe
#fee6dd
#ddfee6

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

#e6ddfe
#fedde4
#f5fedd
#ddfef6

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

#e6ddfe
#f5fedd
#e4fedd
#f7ddfe

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

#e6ddfe Color Code Preview on Black Background Color

This is how #e6ddfe Color will look on black background color. Color contrast ratio is 16.14

#e6ddfe in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e6ddfe

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e6ddfe

#e6ddfe color code is use for CSS Background Color

Background color for the above div is #e6ddfe

HTML with inline CSS

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

#e6ddfe color code is use for CSS Border Color

CSS Border color for the above div is #e6ddfe

HTML with inline CSS

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

CSS Border Left color for the above div is #e6ddfe

HTML with inline CSS

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

CSS Border Right color for the above div is #e6ddfe

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e6ddfe

HTML with inline CSS

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

CSS Border Top color for the above div is #e6ddfe

HTML with inline CSS

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

#e6ddfe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e6ddfe Color code Preview on White Background

This is how #e6ddfe Color code will look on white background color. Color contrast ratio is 1.30

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.