crispedge.com

Color picker

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

#edf1eb hex color - Grey - Cool color - Information

#edf1eb hex color - Grey - Cool color

Color Hue/Base color: Grey

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

Hex #edf1eb color code is between #eeeeee web safe hex color code and #ddffdd web safe hex color code. #eeeeee is the nearest web safe color code. You can see here many more shades of #edf1eb color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codeedf1eb#edf1eb
RGB Decimal237, 241, 235rgb(237, 241, 235)
RGB Percent93%, 95%, 92%rgb(93%, 95%, 92%)
CSS RGBa237, 241, 235,1rgba(237,241,235,1)
CMYK Modelcmyk(2%,0%,2%,5%)
HSL Color Space100,18% ,93%hsl(100,18% ,93%)
HSV Color Space100°, 2%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary111011011111000111101011
Octal355361353
Decimal237241235
Hexedf1eb

Different shades of #edf1eb color code.

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

Light Shade of #edf1eb
#ffffff
Dark Shade of #edf1eb
#d2dccd
Saturated Shade of #edf1eb
#ecf3e9
Desaturated Shade of #edf1eb
#eeefed
Grey scale Shade of #edf1eb
#eeeeee
Brighten Shade
#ffffff
Most Readable Shade
#000000

Shades of #edf1eb color code

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

#edf1eb
#d2d6d0
#b8bbb6
#9ea09c
#838582
#696b68
#4f504e
#343534
#1a1a1a
#000000

Similar Color like #edf1eb color

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

#eef2ec
#eff3ed
#f0f4ee
#f1f5ef
#f2f6f0
#f3f7f1
#f4f8f2
#f5f9f3
#f6faf4
#f7fbf5
#f8fcf6
#f9fdf7
#fafef8
#fbfff9
#ecf0ea
#ebefe9
#eaeee8
#e9ede7
#e8ece6
#e7ebe5
#e6eae4
#e5e9e3
#e4e8e2
#e3e7e1
#e2e6e0
#e1e5df
#e0e4de
#dfe3dd

Monochromatic Color with #edf1eb

#edf1eb
#1c1c1c
#464745
#70716f
#999c98
#c3c6c2

Tints of #edf1eb Color

#edf1eb
#eff2ed
#f1f4ef
#f3f5f1
#f5f7f3
#f7f8f6
#f9faf8
#fbfbfa
#fdfdfc
#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

#edf1eb
#efebf1

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

Split Complementary

#edf1eb
#ecebf1
#f1ebf0

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

Analogous Color

#eff1eb
#eef1eb
#edf1eb
#ecf1eb
#ebf1eb

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

#edf1eb
#ebedf1
#f1ebed

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

#edf1eb
#ebf0f1
#efebf1
#f1eceb

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

#edf1eb
#efebf1
#f1ebf0
#ebf1ec

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

#edf1eb Color Code Preview on Black Background Color

This is how #edf1eb Color will look on black background color. Color contrast ratio is 18.38

#edf1eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edf1eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edf1eb

#edf1eb color code is use for CSS Background Color

Background color for the above div is #edf1eb

HTML with inline CSS

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

#edf1eb color code is use for CSS Border Color

CSS Border color for the above div is #edf1eb

HTML with inline CSS

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

CSS Border Left color for the above div is #edf1eb

HTML with inline CSS

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

CSS Border Right color for the above div is #edf1eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edf1eb

HTML with inline CSS

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

CSS Border Top color for the above div is #edf1eb

HTML with inline CSS

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

#edf1eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edf1eb Color code Preview on White Background

This is how #edf1eb Color code will look on white background color. Color contrast ratio is 1.14

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.