crispedge.com

Color picker

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

#ede6dd hex color - Grey - Warm color - Information

#ede6dd hex color - Grey - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Grey

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

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

0 Likes 0 Comments | 27 Views

Color Table

Hex Color Codeede6dd#ede6dd
RGB Decimal237, 230, 221rgb(237, 230, 221)
RGB Percent93%, 90%, 87%rgb(93%, 90%, 87%)
CSS RGBa237, 230, 221,1rgba(237,230,221,1)
CMYK Modelcmyk(0%,3%,7%,7%)
HSL Color Space34,31% ,90%hsl(34,31% ,90%)
HSV Color Space34°, 7%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011110011011011101
Octal355346335
Decimal237230221
Hexede6dd

Different shades of #ede6dd color code.

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

Light Shade of #ede6dd
#fffffe
Dark Shade of #ede6dd
#dbcdbc
Saturated Shade of #ede6dd
#f0e6da
Desaturated Shade of #ede6dd
#eae6e0
Grey scale Shade of #ede6dd
#e5e5e5
Brighten Shade
#fffff6
Most Readable Shade
#000000

Shades of #ede6dd color code

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

#ede6dd
#d2ccc4
#b8b2ab
#9e9993
#837f7a
#696662
#4f4c49
#343331
#1a1918
#000000

Similar Color like #ede6dd color

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

#eee7de
#efe8df
#f0e9e0
#f1eae1
#f2ebe2
#f3ece3
#f4ede4
#f5eee5
#f6efe6
#f7f0e7
#f8f1e8
#f9f2e9
#faf3ea
#fbf4eb
#ece5dc
#ebe4db
#eae3da
#e9e2d9
#e8e1d8
#e7e0d7
#e6dfd6
#e5ded5
#e4ddd4
#e3dcd3
#e2dbd2
#e1dad1
#e0d9d0
#dfd8cf

Monochromatic Color with #ede6dd

#ede6dd
#181817
#43413e
#6d6a66
#98938e
#c2bdb5

Tints of #ede6dd Color

#ede6dd
#efe8e0
#f1ebe4
#f3eee8
#f5f1ec
#f7f3ef
#f9f6f3
#fbf9f7
#fdfcfb
#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

#ede6dd
#dde4ed

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

Split Complementary

#ede6dd
#ddeced
#dedded

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

Analogous Color

#ede0dd
#ede3dd
#ede6dd
#ede9dd
#edecdd

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

#ede6dd
#ddede6
#e6dded

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

#ede6dd
#ddedde
#dde4ed
#edddec

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

#ede6dd
#dde4ed
#dedded
#eceddd

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

#ede6dd Color Code Preview on Black Background Color

This is how #ede6dd Color will look on black background color. Color contrast ratio is 16.96

#ede6dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ede6dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ede6dd

#ede6dd color code is use for CSS Background Color

Background color for the above div is #ede6dd

HTML with inline CSS

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

#ede6dd color code is use for CSS Border Color

CSS Border color for the above div is #ede6dd

HTML with inline CSS

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

CSS Border Left color for the above div is #ede6dd

HTML with inline CSS

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

CSS Border Right color for the above div is #ede6dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ede6dd

HTML with inline CSS

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

CSS Border Top color for the above div is #ede6dd

HTML with inline CSS

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

#ede6dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ede6dd Color code Preview on White Background

This is how #ede6dd Color code will look on white background color. Color contrast ratio is 1.24

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

Related Gradients

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

0 Likes 0 Comments | 27 Views

Post your comment:-

By submitting comment you agree to our privacy policy.