crispedge.com

Color picker

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

#dfe3dd hex color - Grey - Cool color - Information

#dfe3dd hex color - Grey - Cool color

Color Hue/Base color: Grey

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

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

0 Likes 0 Comments | 33 Views

Color Table

Hex Color Codedfe3dd#dfe3dd
RGB Decimal223, 227, 221rgb(223, 227, 221)
RGB Percent87%, 89%, 87%rgb(87%, 89%, 87%)
CSS RGBa223, 227, 221,1rgba(223,227,221,1)
CMYK Modelcmyk(2%,0%,3%,11%)
HSL Color Space100,10% ,88%hsl(100,10% ,88%)
HSV Color Space100°, 3%, 89%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110111111110001111011101
Octal337343335
Decimal223227221
Hexdfe3dd

Different shades of #dfe3dd color code.

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

Light Shade of #dfe3dd
#f9faf9
Dark Shade of #dfe3dd
#c5ccc1
Saturated Shade of #dfe3dd
#dee6da
Desaturated Shade of #dfe3dd
#e0e0e0
Grey scale Shade of #dfe3dd
#e0e0e0
Brighten Shade
#f8fcf6
Most Readable Shade
#000000

Shades of #dfe3dd color code

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

#dfe3dd
#c6c9c4
#adb0ab
#949793
#7b7e7a
#636462
#4a4b49
#313231
#181918
#000000

Similar Color like #dfe3dd color

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

#e0e4de
#e1e5df
#e2e6e0
#e3e7e1
#e4e8e2
#e5e9e3
#e6eae4
#e7ebe5
#e8ece6
#e9ede7
#eaeee8
#ebefe9
#ecf0ea
#edf1eb
#dee2dc
#dde1db
#dce0da
#dbdfd9
#daded8
#d9ddd7
#d8dcd6
#d7dbd5
#d6dad4
#d5d9d3
#d4d8d2
#d3d7d1
#d2d6d0
#d1d5cf

Monochromatic Color with #dfe3dd

#dfe3dd
#0e0e0e
#383937
#626361
#8b8e8a
#b5b8b4

Tints of #dfe3dd Color

#dfe3dd
#e2e6e0
#e6e9e4
#e9ece8
#edefec
#f0f2ef
#f4f5f3
#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

#dfe3dd
#e1dde3

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

Split Complementary

#dfe3dd
#dedde3
#e3dde2

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

Analogous Color

#e1e3dd
#e0e3dd
#dfe3dd
#dee3dd
#dde3dd

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

#dfe3dd
#dddfe3
#e3dddf

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

#dfe3dd
#dde2e3
#e1dde3
#e3dedd

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

#dfe3dd
#e1dde3
#e3dde2
#dde3de

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

#dfe3dd Color Code Preview on Black Background Color

This is how #dfe3dd Color will look on black background color. Color contrast ratio is 16.17

#dfe3dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfe3dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfe3dd

#dfe3dd color code is use for CSS Background Color

Background color for the above div is #dfe3dd

HTML with inline CSS

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

#dfe3dd color code is use for CSS Border Color

CSS Border color for the above div is #dfe3dd

HTML with inline CSS

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

CSS Border Left color for the above div is #dfe3dd

HTML with inline CSS

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

CSS Border Right color for the above div is #dfe3dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dfe3dd

HTML with inline CSS

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

CSS Border Top color for the above div is #dfe3dd

HTML with inline CSS

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

#dfe3dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dfe3dd Color code Preview on White Background

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

Related Gradients

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

0 Likes 0 Comments | 33 Views

Post your comment:-

By submitting comment you agree to our privacy policy.