crispedge.com

Color picker

Loading...

#eed3fc hex color - Violet - Warm color - Information

#eed3fc hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #eed3fc Color code in RGB color code model is created after adding 93.33% red color, 82.75% green color and 98.82% blue color. Hex #eed3fc Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 16% magenta, 0% yellow and 1% black.

Hex #eed3fc color code is between #ddccff web safe hex color code and #ffddee web safe hex color code. #ddccff is the nearest web safe color code. You can see here many more shades of #eed3fc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeeed3fc#eed3fc
RGB Decimal238, 211, 252rgb(238, 211, 252)
RGB Percent93%, 83%, 99%rgb(93%, 83%, 99%)
CSS RGBa238, 211, 252,1rgba(238,211,252,1)
CMYK Modelcmyk(6%,16%,0%,1%)
HSL Color Space280,87% ,91%hsl(280,87% ,91%)
HSV Color Space280°, 16%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101101001111111100
Octal356323374
Decimal238211252
Hexeed3fc

Different shades of #eed3fc color code.

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

Light Shade of #eed3fc
#ffffff
Dark Shade of #eed3fc
#dca3f9
Saturated Shade of #eed3fc
#efd1fe
Desaturated Shade of #eed3fc
#edd5fa
Grey scale Shade of #eed3fc
#e7e7e7
Brighten Shade
#ffecff
Most Readable Shade
#000000

Shades of #eed3fc color code

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

#eed3fc
#d3bbe0
#b9a4c4
#9e8ca8
#84758c
#695d70
#4f4654
#342e38
#1a171c
#000000

Similar Color like #eed3fc color

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

#efd4fd
#f0d5fe
#f1d6ff
#f2d7ff
#f3d8ff
#f4d9ff
#f5daff
#f6dbff
#f7dcff
#f8ddff
#f9deff
#fadfff
#fbe0ff
#fce1ff
#edd2fb
#ecd1fa
#ebd0f9
#eacff8
#e9cef7
#e8cdf6
#e7ccf5
#e6cbf4
#e5caf3
#e4c9f2
#e3c8f1
#e2c7f0
#e1c6ef
#e0c5ee

Monochromatic Color with #eed3fc

#eed3fc
#252127
#4d4552
#76687c
#9e8ca7
#c6afd1

Tints of #eed3fc Color

#eed3fc
#efd7fc
#f1dcfc
#f3e1fd
#f5e6fd
#f7ebfd
#f9f0fe
#fbf5fe
#fdfafe
#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

#eed3fc
#e1fcd3

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

Split Complementary

#eed3fc
#f6fcd3
#d3fcd9

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

Analogous Color

#ded3fc
#e6d3fc
#eed3fc
#f6d3fc
#fcd3fa

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

#eed3fc
#fceed3
#d3fcee

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

#eed3fc
#fcd9d3
#e1fcd3
#d3f5fc

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

#eed3fc
#e1fcd3
#d3fcd9
#fcd3f6

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

#eed3fc Color Code Preview on Black Background Color

This is how #eed3fc Color will look on black background color. Color contrast ratio is 15.36

#eed3fc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed3fc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed3fc

#eed3fc color code is use for CSS Background Color

Background color for the above div is #eed3fc

HTML with inline CSS

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

#eed3fc color code is use for CSS Border Color

CSS Border color for the above div is #eed3fc

HTML with inline CSS

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

CSS Border Left color for the above div is #eed3fc

HTML with inline CSS

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

CSS Border Right color for the above div is #eed3fc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eed3fc

HTML with inline CSS

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

CSS Border Top color for the above div is #eed3fc

HTML with inline CSS

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

#eed3fc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eed3fc Color code Preview on White Background

This is how #eed3fc Color code will look on white background color. Color contrast ratio is 1.37

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(238,211,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(225,252,211,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(238,211,252,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.