crispedge.com

Color picker

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

#edc6fe hex color - Violet - Warm color - Information

#edc6fe hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #edc6fe Color code in RGB color code model is created after adding 92.94% red color, 77.65% green color and 99.61% blue color. Hex #edc6fe Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 22% magenta, 0% yellow and 0% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeedc6fe#edc6fe
RGB Decimal237, 198, 254rgb(237, 198, 254)
RGB Percent93%, 78%, 100%rgb(93%, 78%, 100%)
CSS RGBa237, 198, 254,1rgba(237,198,254,1)
CMYK Modelcmyk(7%,22%,0%,0%)
HSL Color Space282,97% ,89%hsl(282,97% ,89%)
HSV Color Space282°, 22%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011100011011111110
Octal355306376
Decimal237198254
Hexedc6fe

Different shades of #edc6fe color code.

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

Light Shade of #edc6fe
#fdf8ff
Dark Shade of #edc6fe
#dd94fd
Saturated Shade of #edc6fe
#edc5ff
Desaturated Shade of #edc6fe
#ecc9fb
Grey scale Shade of #edc6fe
#e2e2e2
Brighten Shade
#ffdfff
Most Readable Shade
#000000

Shades of #edc6fe color code

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

#edc6fe
#d2b0e1
#b89ac5
#9e84a9
#836e8d
#695870
#4f4254
#342c38
#1a161c
#000000

Similar Color like #edc6fe color

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

#eec7ff
#efc8ff
#f0c9ff
#f1caff
#f2cbff
#f3ccff
#f4cdff
#f5ceff
#f6cfff
#f7d0ff
#f8d1ff
#f9d2ff
#fad3ff
#fbd4ff
#ecc5fd
#ebc4fc
#eac3fb
#e9c2fa
#e8c1f9
#e7c0f8
#e6bff7
#e5bef6
#e4bdf5
#e3bcf4
#e2bbf3
#e1baf2
#e0b9f1
#dfb8f0

Monochromatic Color with #edc6fe

#edc6fe
#272029
#4e4154
#76637e
#9e84a9
#c5a5d3

Tints of #edc6fe Color

#edc6fe
#efccfe
#f1d2fe
#f3d9fe
#f5dffe
#f7e5fe
#f9ecfe
#fbf2fe
#fdf8fe
#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

#edc6fe
#d7fec6

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

Split Complementary

#edc6fe
#f3fec6
#c6fed1

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

Analogous Color

#d7c6fe
#e2c6fe
#edc6fe
#f8c6fe
#fec6f9

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

#edc6fe
#feedc6
#c6feed

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

#edc6fe
#fed1c6
#d7fec6
#c6f3fe

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

#edc6fe
#d7fec6
#c6fed1
#fec6f3

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

#edc6fe Color Code Preview on Black Background Color

This is how #edc6fe Color will look on black background color. Color contrast ratio is 14.11

#edc6fe in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edc6fe

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edc6fe

#edc6fe color code is use for CSS Background Color

Background color for the above div is #edc6fe

HTML with inline CSS

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

#edc6fe color code is use for CSS Border Color

CSS Border color for the above div is #edc6fe

HTML with inline CSS

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

CSS Border Left color for the above div is #edc6fe

HTML with inline CSS

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

CSS Border Right color for the above div is #edc6fe

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edc6fe

HTML with inline CSS

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

CSS Border Top color for the above div is #edc6fe

HTML with inline CSS

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

#edc6fe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edc6fe Color code Preview on White Background

This is how #edc6fe Color code will look on white background color. Color contrast ratio is 1.49

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

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.