crispedge.com

Color picker

Loading...

#edb0dd hex color - Red - Warm color - Information

#edb0dd hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #edb0dd 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 #edb0dd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedb0dd#edb0dd
RGB Decimal237, 176, 221rgb(237, 176, 221)
RGB Percent93%, 69%, 87%rgb(93%, 69%, 87%)
CSS RGBa237, 176, 221,1rgba(237,176,221,1)
CMYK Modelcmyk(0%,26%,7%,7%)
HSL Color Space316,63% ,81%hsl(316,63% ,81%)
HSV Color Space316°, 26%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011011000011011101
Octal355260335
Decimal237176221
Hexedb0dd

Different shades of #edb0dd color code.

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

Light Shade of #edb0dd
#f6daef
Dark Shade of #edb0dd
#e486cb
Saturated Shade of #edb0dd
#f2abdf
Desaturated Shade of #edb0dd
#e8b5db
Grey scale Shade of #edb0dd
#cecece
Brighten Shade
#ffc9f6
Most Readable Shade
#000000

Shades of #edb0dd color code

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

#edb0dd
#d29cc4
#b888ab
#9e7593
#83617a
#694e62
#4f3a49
#342731
#1a1318
#000000

Similar Color like #edb0dd color

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

#eeb1de
#efb2df
#f0b3e0
#f1b4e1
#f2b5e2
#f3b6e3
#f4b7e4
#f5b8e5
#f6b9e6
#f7bae7
#f8bbe8
#f9bce9
#fabdea
#fbbeeb
#ecafdc
#ebaedb
#eaadda
#e9acd9
#e8abd8
#e7aad7
#e6a9d6
#e5a8d5
#e4a7d4
#e3a6d3
#e2a5d2
#e1a4d1
#e0a3d0
#dfa2cf

Monochromatic Color with #edb0dd

#edb0dd
#181217
#43323e
#6d5166
#98718e
#c290b5

Tints of #edb0dd Color

#edb0dd
#efb8e0
#f1c1e4
#f3cae8
#f5d3ec
#f7dbef
#f9e4f3
#fbedf7
#fdf6fb
#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

#edb0dd
#b0edc0

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

Split Complementary

#edb0dd
#bfedb0
#b0edde

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

Analogous Color

#e5b0ed
#edb0e9
#edb0dd
#edb0d1
#edb0c5

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

#edb0dd
#ddedb0
#b0dded

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

#edb0dd
#eddeb0
#b0edc0
#b0bfed

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

#edb0dd
#b0edc0
#b0edde
#edb0bf

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

#edb0dd Color Code Preview on Black Background Color

This is how #edb0dd Color will look on black background color. Color contrast ratio is 11.86

#edb0dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edb0dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edb0dd

#edb0dd color code is use for CSS Background Color

Background color for the above div is #edb0dd

HTML with inline CSS

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

#edb0dd color code is use for CSS Border Color

CSS Border color for the above div is #edb0dd

HTML with inline CSS

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

CSS Border Left color for the above div is #edb0dd

HTML with inline CSS

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

CSS Border Right color for the above div is #edb0dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edb0dd

HTML with inline CSS

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

CSS Border Top color for the above div is #edb0dd

HTML with inline CSS

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

#edb0dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edb0dd Color code Preview on White Background

This is how #edb0dd Color code will look on white background color. Color contrast ratio is 1.77

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

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