crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ebd5de hex color - Red - Warm color - Information

#ebd5de hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #ebd5de color code is between #eedddd web safe hex color code and #ddccee web safe hex color code. #eedddd is the nearest web safe color code. You can see here many more shades of #ebd5de color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeebd5de#ebd5de
RGB Decimal235, 213, 222rgb(235, 213, 222)
RGB Percent92%, 84%, 87%rgb(92%, 84%, 87%)
CSS RGBa235, 213, 222,1rgba(235,213,222,1)
CMYK Modelcmyk(0%,9%,6%,8%)
HSL Color Space335,35% ,88%hsl(335,35% ,88%)
HSV Color Space335°, 9%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010111101010111011110
Octal353325336
Decimal235213222
Hexebd5de

Different shades of #ebd5de color code.

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

Light Shade of #ebd5de
#fbf8f9
Dark Shade of #ebd5de
#dbb2c3
Saturated Shade of #ebd5de
#eed2dd
Desaturated Shade of #ebd5de
#e8d8df
Grey scale Shade of #ebd5de
#e0e0e0
Brighten Shade
#ffeef7
Most Readable Shade
#000000

Shades of #ebd5de color code

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

#ebd5de
#d0bdc5
#b6a5ac
#9c8e94
#82767b
#685e62
#4e474a
#342f31
#1a1718
#000000

Similar Color like #ebd5de color

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

#ecd6df
#edd7e0
#eed8e1
#efd9e2
#f0dae3
#f1dbe4
#f2dce5
#f3dde6
#f4dee7
#f5dfe8
#f6e0e9
#f7e1ea
#f8e2eb
#f9e3ec
#ead4dd
#e9d3dc
#e8d2db
#e7d1da
#e6d0d9
#e5cfd8
#e4ced7
#e3cdd6
#e2ccd5
#e1cbd4
#e0cad3
#dfc9d2
#dec8d1
#ddc7d0

Monochromatic Color with #ebd5de

#ebd5de
#161415
#413b3d
#6b6166
#96888e
#c0aeb6

Tints of #ebd5de Color

#ebd5de
#edd9e1
#efdee5
#f1e3e9
#f3e7ec
#f6ecf0
#f8f1f4
#faf5f7
#fcfafb
#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

#ebd5de
#d5ebe2

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

Split Complementary

#ebd5de
#d5ebd7
#d5e9eb

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

Analogous Color

#ebd5e7
#ebd5e2
#ebd5de
#ebd5da
#ebd5d5

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

#ebd5de
#deebd5
#d5deeb

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

#ebd5de
#e9ebd5
#d5ebe2
#d7d5eb

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

#ebd5de
#d5ebe2
#d5e9eb
#ebd7d5

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

#ebd5de Color Code Preview on Black Background Color

This is how #ebd5de Color will look on black background color. Color contrast ratio is 15.10

#ebd5de in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ebd5de

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ebd5de

#ebd5de color code is use for CSS Background Color

Background color for the above div is #ebd5de

HTML with inline CSS

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

#ebd5de color code is use for CSS Border Color

CSS Border color for the above div is #ebd5de

HTML with inline CSS

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

CSS Border Left color for the above div is #ebd5de

HTML with inline CSS

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

CSS Border Right color for the above div is #ebd5de

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ebd5de

HTML with inline CSS

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

CSS Border Top color for the above div is #ebd5de

HTML with inline CSS

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

#ebd5de hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ebd5de Color code Preview on White Background

This is how #ebd5de Color code will look on white background color. Color contrast ratio is 1.39

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.