@
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.

#edabdd hex color - Red - Warm color - Information

#edabdd hex color - Red - Warm color

Color Hue/Base color: Red

Hex #edabdd Color code in RGB color code model is created after adding 92.94% red color, 67.06% green color and 86.67% blue color. Hex #edabdd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 28% magenta, 7% yellow and 7.06% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code edabdd #edabdd
RGB Decimal 237, 171, 221 rgb(237, 171, 221)
RGB Percent 93%, 67%, 87% rgb(93%, 67%, 87%)
CSS RGBa 237, 171, 221,1 rgba(237,171,221,1)
CMYK Model cmyk(0%,28%,7%,7.06%)
HSL Color Space 315,65% ,80% hsl(315,65% ,80%)
HSV Color Space 315°, 28%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101101 10101011 11011101
Octal 355 253 335
Decimal 237 171 221
Hex ed ab dd

Different shades of #edabdd color code.

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

Light Shade of #edabdd
#f6d5ee
Dark Shade of #edabdd
#e481cc
Saturated Shade of #edabdd
#f2a6e0
Desaturated Shade of #edabdd
#e8b0da
Grey scale Shade of #edabdd
#cccccc
Brighten Shade
#ffc4f6
Most Readable Shade
#000000

Shades of #edabdd color code

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

#edabdd
#d298c4
#b885ab
#9e7293
#835f7a
#694c62
#4f3949
#342631
#1a1318
#000000

Similar Color like #edabdd color

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

#eeacde
#efaddf
#f0aee0
#f1afe1
#f2b0e2
#f3b1e3
#f4b2e4
#f5b3e5
#f6b4e6
#f7b5e7
#f8b6e8
#f9b7e9
#fab8ea
#fbb9eb
#ecaadc
#eba9db
#eaa8da
#e9a7d9
#e8a6d8
#e7a5d7
#e6a4d6
#e5a3d5
#e4a2d4
#e3a1d3
#e2a0d2
#e19fd1
#e09ed0
#df9dcf

Monochromatic Color with #edabdd

#edabdd
#181217
#43303e
#6d4f66
#986e8e
#c28cb5

Tints of #edabdd Color

#edabdd
#efb4e0
#f1bde4
#f3c7e8
#f5d0ec
#f7d9ef
#f9e3f3
#fbecf7
#fdf5fb
#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

#edabdd
#abedbb

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

Split Complementary

#edabdd
#bcedab
#abeddc

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

Analogous Color

#e3abed
#edabea
#edabdd
#edabd0
#edabc3

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

#edabdd
#ddedab
#abdded

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

#edabdd
#eddcab
#abedbb
#abbced

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

#edabdd
#abedbb
#abeddc
#edabbc

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

#edabdd Color Code Preview on Black Background Color

This is how #edabdd Color will look on black background color. Color contrast ratio is 11.47

#edabdd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edabdd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edabdd

#edabdd color code is use for CSS Background Color

Background color for the above div is #edabdd

HTML with inline CSS

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

#edabdd color code is use for CSS Border Color

CSS Border color for the above div is #edabdd

HTML with inline CSS

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

CSS Border Left color for the above div is #edabdd

HTML with inline CSS

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

CSS Border Right color for the above div is #edabdd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edabdd

HTML with inline CSS

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

CSS Border Top color for the above div is #edabdd

HTML with inline CSS

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

#edabdd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edabdd Color code Preview on White Background

This is how #edabdd Color code will look on white background color. Color contrast ratio is 1.83

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

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(237,171,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(171,237,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,171,221,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.