crispedge.com

Color picker

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

#dfe3de hex color - Grey - Cool color - Information

#dfe3de hex color - Grey - Cool color

Color Hue/Base color: Grey

Hex #dfe3de Color code in RGB color code model is created after adding 87.45% red color, 89.02% green color and 87.06% blue color. Hex #dfe3de Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 2% yellow and 11% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codedfe3de#dfe3de
RGB Decimal223, 227, 222rgb(223, 227, 222)
RGB Percent87%, 89%, 87%rgb(87%, 89%, 87%)
CSS RGBa223, 227, 222,1rgba(223,227,222,1)
CMYK Modelcmyk(2%,0%,2%,11%)
HSL Color Space108,8% ,88%hsl(108,8% ,88%)
HSV Color Space108°, 2%, 89%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110111111110001111011110
Octal337343336
Decimal223227222
Hexdfe3de

Different shades of #dfe3de color code.

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

Light Shade of #dfe3de
#fafafa
Dark Shade of #dfe3de
#c4ccc2
Saturated Shade of #dfe3de
#dde6db
Desaturated Shade of #dfe3de
#e0e0e0
Grey scale Shade of #dfe3de
#e0e0e0
Brighten Shade
#f8fcf7
Most Readable Shade
#000000

Shades of #dfe3de color code

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

#dfe3de
#c6c9c5
#adb0ac
#949794
#7b7e7b
#636462
#4a4b4a
#313231
#181918
#000000

Similar Color like #dfe3de color

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

#e0e4df
#e1e5e0
#e2e6e1
#e3e7e2
#e4e8e3
#e5e9e4
#e6eae5
#e7ebe6
#e8ece7
#e9ede8
#eaeee9
#ebefea
#ecf0eb
#edf1ec
#dee2dd
#dde1dc
#dce0db
#dbdfda
#daded9
#d9ddd8
#d8dcd7
#d7dbd6
#d6dad5
#d5d9d4
#d4d8d3
#d3d7d2
#d2d6d1
#d1d5d0

Monochromatic Color with #dfe3de

#dfe3de
#0e0e0e
#383938
#626361
#8b8e8b
#b5b8b4

Tints of #dfe3de Color

#dfe3de
#e2e6e1
#e6e9e5
#e9ece9
#edefec
#f0f2f0
#f4f5f4
#f7f8f7
#fbfbfb
#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

#dfe3de
#e2dee3

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

Split Complementary

#dfe3de
#e0dee3
#e3dee2

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

Analogous Color

#e1e3de
#e0e3de
#dfe3de
#dee3de
#dee3df

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

#dfe3de
#dedfe3
#e3dedf

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

#dfe3de
#dee1e3
#e2dee3
#e3dfde

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

#dfe3de
#e2dee3
#e3dee2
#dee3e0

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

#dfe3de Color Code Preview on Black Background Color

This is how #dfe3de Color will look on black background color. Color contrast ratio is 16.18

#dfe3de in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfe3de

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfe3de

#dfe3de color code is use for CSS Background Color

Background color for the above div is #dfe3de

HTML with inline CSS

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

#dfe3de color code is use for CSS Border Color

CSS Border color for the above div is #dfe3de

HTML with inline CSS

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

CSS Border Left color for the above div is #dfe3de

HTML with inline CSS

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

CSS Border Right color for the above div is #dfe3de

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dfe3de

HTML with inline CSS

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

CSS Border Top color for the above div is #dfe3de

HTML with inline CSS

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

#dfe3de hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dfe3de Color code Preview on White Background

This is how #dfe3de Color code will look on white background color. Color contrast ratio is 1.30

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

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.