crispedge.com

Color picker

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

#e6cefc hex color - Violet - Warm color - Information

#e6cefc hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #e6cefc Color code in RGB color code model is created after adding 90.2% red color, 80.78% green color and 98.82% blue color. Hex #e6cefc Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 18% magenta, 0% yellow and 1% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codee6cefc#e6cefc
RGB Decimal230, 206, 252rgb(230, 206, 252)
RGB Percent90%, 81%, 99%rgb(90%, 81%, 99%)
CSS RGBa230, 206, 252,1rgba(230,206,252,1)
CMYK Modelcmyk(9%,18%,0%,1%)
HSL Color Space271,88% ,90%hsl(271,88% ,90%)
HSV Color Space271°, 18%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001101100111011111100
Octal346316374
Decimal230206252
Hexe6cefc

Different shades of #e6cefc color code.

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

Light Shade of #e6cefc
#fffeff
Dark Shade of #e6cefc
#cd9ef9
Saturated Shade of #e6cefc
#e6cbff
Desaturated Shade of #e6cefc
#e6d1f9
Grey scale Shade of #e6cefc
#e5e5e5
Brighten Shade
#ffe7ff
Most Readable Shade
#000000

Shades of #e6cefc color code

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

#e6cefc
#ccb7e0
#b2a0c4
#9989a8
#7f728c
#665b70
#4c4454
#332d38
#19161c
#000000

Similar Color like #e6cefc color

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

#e7cffd
#e8d0fe
#e9d1ff
#ead2ff
#ebd3ff
#ecd4ff
#edd5ff
#eed6ff
#efd7ff
#f0d8ff
#f1d9ff
#f2daff
#f3dbff
#f4dcff
#e5cdfb
#e4ccfa
#e3cbf9
#e2caf8
#e1c9f7
#e0c8f6
#dfc7f5
#dec6f4
#ddc5f3
#dcc4f2
#dbc3f1
#dac2f0
#d9c1ef
#d8c0ee

Monochromatic Color with #e6cefc

#e6cefc
#242027
#4b4352
#72667c
#9889a7
#bfabd1

Tints of #e6cefc Color

#e6cefc
#e8d3fc
#ebd8fc
#eedefd
#f1e3fd
#f3e9fd
#f6eefe
#f9f4fe
#fcf9fe
#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

#e6cefc
#e4fcce

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

Split Complementary

#e6cefc
#fbfcce
#cefccf

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

Analogous Color

#d4cefc
#ddcefc
#e6cefc
#efcefc
#f8cefc

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

#e6cefc
#fce6ce
#cefce6

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

#e6cefc
#fccfce
#e4fcce
#cefbfc

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

#e6cefc
#e4fcce
#cefccf
#fccefb

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

#e6cefc Color Code Preview on Black Background Color

This is how #e6cefc Color will look on black background color. Color contrast ratio is 14.60

#e6cefc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e6cefc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e6cefc

#e6cefc color code is use for CSS Background Color

Background color for the above div is #e6cefc

HTML with inline CSS

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

#e6cefc color code is use for CSS Border Color

CSS Border color for the above div is #e6cefc

HTML with inline CSS

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

CSS Border Left color for the above div is #e6cefc

HTML with inline CSS

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

CSS Border Right color for the above div is #e6cefc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e6cefc

HTML with inline CSS

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

CSS Border Top color for the above div is #e6cefc

HTML with inline CSS

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

#e6cefc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e6cefc Color code Preview on White Background

This is how #e6cefc Color code will look on white background color. Color contrast ratio is 1.44

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.