crispedge.com

Color picker

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

#ede3db hex color - Grey - Warm color - Information

#ede3db hex color - Grey - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Grey

Hex #ede3db Color code in RGB color code model is created after adding 92.94% red color, 89.02% green color and 85.88% blue color. Hex #ede3db Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 4% magenta, 8% yellow and 7% black.

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

0 Likes 0 Comments | 16 Views

Color Table

Hex Color Codeede3db#ede3db
RGB Decimal237, 227, 219rgb(237, 227, 219)
RGB Percent93%, 89%, 86%rgb(93%, 89%, 86%)
CSS RGBa237, 227, 219,1rgba(237,227,219,1)
CMYK Modelcmyk(0%,4%,8%,7%)
HSL Color Space27,33% ,89%hsl(27,33% ,89%)
HSV Color Space27°, 8%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011110001111011011
Octal355343333
Decimal237227219
Hexede3db

Different shades of #ede3db color code.

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

Light Shade of #ede3db
#fefdfd
Dark Shade of #ede3db
#dcc9b9
Saturated Shade of #ede3db
#f0e3d8
Desaturated Shade of #ede3db
#eae3de
Grey scale Shade of #ede3db
#e4e4e4
Brighten Shade
#fffcf4
Most Readable Shade
#000000

Shades of #ede3db color code

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

#ede3db
#d2c9c2
#b8b0aa
#9e9792
#837e79
#696461
#4f4b49
#343230
#1a1918
#000000

Similar Color like #ede3db color

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

#eee4dc
#efe5dd
#f0e6de
#f1e7df
#f2e8e0
#f3e9e1
#f4eae2
#f5ebe3
#f6ece4
#f7ede5
#f8eee6
#f9efe7
#faf0e8
#fbf1e9
#ece2da
#ebe1d9
#eae0d8
#e9dfd7
#e8ded6
#e7ddd5
#e6dcd4
#e5dbd3
#e4dad2
#e3d9d1
#e2d8d0
#e1d7cf
#e0d6ce
#dfd5cd

Monochromatic Color with #ede3db

#ede3db
#181717
#43403e
#6d6965
#98928c
#c2bab4

Tints of #ede3db Color

#ede3db
#efe6df
#f1e9e3
#f3ece7
#f5efeb
#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

#ede3db
#dbe5ed

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

Split Complementary

#ede3db
#dbedec
#dbdced

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

Analogous Color

#eddcdb
#eddfdb
#ede3db
#ede7db
#edeadb

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

#ede3db
#dbede3
#e3dbed

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

#ede3db
#dceddb
#dbe5ed
#ecdbed

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

#ede3db
#dbe5ed
#dbdced
#edecdb

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

#ede3db Color Code Preview on Black Background Color

This is how #ede3db Color will look on black background color. Color contrast ratio is 16.61

#ede3db in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ede3db

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ede3db

#ede3db color code is use for CSS Background Color

Background color for the above div is #ede3db

HTML with inline CSS

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

#ede3db color code is use for CSS Border Color

CSS Border color for the above div is #ede3db

HTML with inline CSS

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

CSS Border Left color for the above div is #ede3db

HTML with inline CSS

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

CSS Border Right color for the above div is #ede3db

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ede3db

HTML with inline CSS

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

CSS Border Top color for the above div is #ede3db

HTML with inline CSS

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

#ede3db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ede3db Color code Preview on White Background

This is how #ede3db Color code will look on white background color. Color contrast ratio is 1.26

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

Related Gradients

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

0 Likes 0 Comments | 16 Views

Post your comment:-

By submitting comment you agree to our privacy policy.