crispedge.com

Color picker

Loading...

#ebd0dd hex color - Red - Warm color - Information

#ebd0dd hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #ebd0dd color code is between #eecccc web safe hex color code and #ddddee web safe hex color code. #eecccc is the nearest web safe color code. You can see here many more shades of #ebd0dd color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeebd0dd#ebd0dd
RGB Decimal235, 208, 221rgb(235, 208, 221)
RGB Percent92%, 82%, 87%rgb(92%, 82%, 87%)
CSS RGBa235, 208, 221,1rgba(235,208,221,1)
CMYK Modelcmyk(0%,11%,6%,8%)
HSL Color Space331,40% ,87%hsl(331,40% ,87%)
HSV Color Space331°, 11%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010111101000011011101
Octal353320335
Decimal235208221
Hexebd0dd

Different shades of #ebd0dd color code.

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

Light Shade of #ebd0dd
#faf4f7
Dark Shade of #ebd0dd
#dcacc3
Saturated Shade of #ebd0dd
#eecddd
Desaturated Shade of #ebd0dd
#e8d3dd
Grey scale Shade of #ebd0dd
#dddddd
Brighten Shade
#ffe9f6
Most Readable Shade
#000000

Shades of #ebd0dd color code

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

#ebd0dd
#d0b8c4
#b6a1ab
#9c8a93
#82737a
#685c62
#4e4549
#342e31
#1a1718
#000000

Similar Color like #ebd0dd color

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

#ecd1de
#edd2df
#eed3e0
#efd4e1
#f0d5e2
#f1d6e3
#f2d7e4
#f3d8e5
#f4d9e6
#f5dae7
#f6dbe8
#f7dce9
#f8ddea
#f9deeb
#eacfdc
#e9cedb
#e8cdda
#e7ccd9
#e6cbd8
#e5cad7
#e4c9d6
#e3c8d5
#e2c7d4
#e1c6d3
#e0c5d2
#dfc4d1
#dec3d0
#ddc2cf

Monochromatic Color with #ebd0dd

#ebd0dd
#161415
#413a3d
#6b5f65
#96858d
#c0aab5

Tints of #ebd0dd Color

#ebd0dd
#edd5e0
#efdae4
#f1dfe8
#f3e4ec
#f6eaef
#f8eff3
#faf4f7
#fcf9fb
#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

#ebd0dd
#d0ebde

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

Split Complementary

#ebd0dd
#d0ebd1
#d0ebeb

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

Analogous Color

#ebd0e8
#ebd0e2
#ebd0dd
#ebd0d8
#ebd0d2

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

#ebd0dd
#ddebd0
#d0ddeb

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

#ebd0dd
#eaebd0
#d0ebde
#d0d0eb

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

#ebd0dd
#d0ebde
#d0ebeb
#ebd1d0

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

#ebd0dd Color Code Preview on Black Background Color

This is how #ebd0dd Color will look on black background color. Color contrast ratio is 14.60

#ebd0dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ebd0dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ebd0dd

#ebd0dd color code is use for CSS Background Color

Background color for the above div is #ebd0dd

HTML with inline CSS

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

#ebd0dd color code is use for CSS Border Color

CSS Border color for the above div is #ebd0dd

HTML with inline CSS

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

CSS Border Left color for the above div is #ebd0dd

HTML with inline CSS

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

CSS Border Right color for the above div is #ebd0dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ebd0dd

HTML with inline CSS

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

CSS Border Top color for the above div is #ebd0dd

HTML with inline CSS

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

#ebd0dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ebd0dd Color code Preview on White Background

This is how #ebd0dd Color code will look on white background color. Color contrast ratio is 1.44

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

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(235,208,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(208,235,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(235,208,221,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.