@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#eaddeb hex color - Violet - Warm color - Information

#eaddeb hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #eaddeb Color code in RGB color code model is created after adding 91.76% red color, 86.67% green color and 92.16% blue color. Hex #eaddeb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 6% magenta, 0% yellow and 7.84% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code eaddeb #eaddeb
RGB Decimal 234, 221, 235 rgb(234, 221, 235)
RGB Percent 92%, 87%, 92% rgb(92%, 87%, 92%)
CSS RGBa 234, 221, 235,1 rgba(234,221,235,1)
CMYK Model cmyk(0%,6%,0%,7.84%)
HSL Color Space 296,26% ,89% hsl(296,26% ,89%)
HSV Color Space 296°, 6%, 92%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101010 11011101 11101011
Octal 352 335 353
Decimal 234 221 235
Hex ea dd eb

Different shades of #eaddeb color code.

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

Light Shade of #eaddeb
#fefdfe
Dark Shade of #eaddeb
#d6bdd8
Saturated Shade of #eaddeb
#ecdaee
Desaturated Shade of #eaddeb
#e8e0e8
Grey scale Shade of #eaddeb
#e4e4e4
Brighten Shade
#fff6ff
Most Readable Shade
#000000

Shades of #eaddeb color code

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

#eaddeb
#d0c4d0
#b6abb6
#9c939c
#827a82
#686268
#4e494e
#343134
#1a181a
#000000

Similar Color like #eaddeb color

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

#ebdeec
#ecdfed
#ede0ee
#eee1ef
#efe2f0
#f0e3f1
#f1e4f2
#f2e5f3
#f3e6f4
#f4e7f5
#f5e8f6
#f6e9f7
#f7eaf8
#f8ebf9
#e9dcea
#e8dbe9
#e7dae8
#e6d9e7
#e5d8e6
#e4d7e5
#e3d6e4
#e2d5e3
#e1d4e2
#e0d3e1
#dfd2e0
#ded1df
#ddd0de
#dccfdd

Monochromatic Color with #eaddeb

#eaddeb
#161516
#413d41
#6b656b
#958d96
#c0b5c0

Tints of #eaddeb Color

#eaddeb
#ece0ed
#eee4ef
#f1e8f1
#f3ecf3
#f5eff6
#f8f3f8
#faf7fa
#fcfbfc
#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

#eaddeb
#deebdd

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

Split Complementary

#eaddeb
#e5ebdd
#ddebe3

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

Analogous Color

#e4ddeb
#e7ddeb
#eaddeb
#ebdde9
#ebdde6

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

#eaddeb
#ebeadd
#ddebea

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

#eaddeb
#ebe3dd
#deebdd
#dde5eb

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

#eaddeb
#deebdd
#ddebe3
#ebdde5

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

#eaddeb Color Code Preview on Black Background Color

This is how #eaddeb Color will look on black background color. Color contrast ratio is 16.04

#eaddeb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eaddeb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eaddeb

#eaddeb color code is use for CSS Background Color

Background color for the above div is #eaddeb

HTML with inline CSS

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

#eaddeb color code is use for CSS Border Color

CSS Border color for the above div is #eaddeb

HTML with inline CSS

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

CSS Border Left color for the above div is #eaddeb

HTML with inline CSS

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

CSS Border Right color for the above div is #eaddeb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eaddeb

HTML with inline CSS

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

CSS Border Top color for the above div is #eaddeb

HTML with inline CSS

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

#eaddeb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eaddeb Color code Preview on White Background

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

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(234,221,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(222,235,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(234,221,235,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.