crispedge.com

Color picker

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

#ede2dc hex color - Grey - Warm color - Information

#ede2dc hex color - Grey - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Grey

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

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

0 Likes 0 Comments | 9 Views

Color Table

Hex Color Codeede2dc#ede2dc
RGB Decimal237, 226, 220rgb(237, 226, 220)
RGB Percent93%, 89%, 86%rgb(93%, 89%, 86%)
CSS RGBa237, 226, 220,1rgba(237,226,220,1)
CMYK Modelcmyk(0%,5%,7%,7%)
HSL Color Space21,32% ,90%hsl(21,32% ,90%)
HSV Color Space21°, 7%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011110001011011100
Octal355342334
Decimal237226220
Hexede2dc

Different shades of #ede2dc color code.

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

Light Shade of #ede2dc
#fefefe
Dark Shade of #ede2dc
#dcc6ba
Saturated Shade of #ede2dc
#f0e1d9
Desaturated Shade of #ede2dc
#eae3df
Grey scale Shade of #ede2dc
#e4e4e4
Brighten Shade
#fffbf5
Most Readable Shade
#000000

Shades of #ede2dc color code

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

#ede2dc
#d2c8c3
#b8afab
#9e9692
#837d7a
#696461
#4f4b49
#343230
#1a1918
#000000

Similar Color like #ede2dc color

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

#eee3dd
#efe4de
#f0e5df
#f1e6e0
#f2e7e1
#f3e8e2
#f4e9e3
#f5eae4
#f6ebe5
#f7ece6
#f8ede7
#f9eee8
#faefe9
#fbf0ea
#ece1db
#ebe0da
#eadfd9
#e9ded8
#e8ddd7
#e7dcd6
#e6dbd5
#e5dad4
#e4d9d3
#e3d8d2
#e2d7d1
#e1d6d0
#e0d5cf
#dfd4ce

Monochromatic Color with #ede2dc

#ede2dc
#181717
#43403e
#6d6866
#98918d
#c2b9b5

Tints of #ede2dc Color

#ede2dc
#efe5df
#f1e8e3
#f3ebe7
#f5eeeb
#f7f2ef
#f9f5f3
#fbf8f7
#fdfbfb
#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

#ede2dc
#dce7ed

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

Split Complementary

#ede2dc
#dcedeb
#dcdfed

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

Analogous Color

#eddcdd
#eddfdc
#ede2dc
#ede5dc
#ede9dc

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

#ede2dc
#dcede2
#e2dced

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

#ede2dc
#deeddc
#dce7ed
#eadced

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

#ede2dc
#dce7ed
#dcdfed
#edebdc

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

#ede2dc Color Code Preview on Black Background Color

This is how #ede2dc Color will look on black background color. Color contrast ratio is 16.51

#ede2dc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ede2dc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ede2dc

#ede2dc color code is use for CSS Background Color

Background color for the above div is #ede2dc

HTML with inline CSS

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

#ede2dc color code is use for CSS Border Color

CSS Border color for the above div is #ede2dc

HTML with inline CSS

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

CSS Border Left color for the above div is #ede2dc

HTML with inline CSS

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

CSS Border Right color for the above div is #ede2dc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ede2dc

HTML with inline CSS

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

CSS Border Top color for the above div is #ede2dc

HTML with inline CSS

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

#ede2dc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ede2dc Color code Preview on White Background

This is how #ede2dc Color code will look on white background color. Color contrast ratio is 1.27

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

Related Gradients

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

0 Likes 0 Comments | 9 Views

Post your comment:-

By submitting comment you agree to our privacy policy.