crispedge.com

Color picker

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

#dde6dc hex color - Grey - Cool color - Information

#dde6dc hex color - Grey - Cool color

Color Hue/Base color: Grey

Hex #dde6dc Color code in RGB color code model is created after adding 86.67% red color, 90.2% green color and 86.27% blue color. Hex #dde6dc Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 0% magenta, 4% yellow and 10% black.

Hex #dde6dc color code is between #cceedd web safe hex color code and #eeddcc web safe hex color code. #cceedd is the nearest web safe color code. You can see here many more shades of #dde6dc color code.

0 Likes 0 Comments | 8 Views

Color Table

Hex Color Codedde6dc#dde6dc
RGB Decimal221, 230, 220rgb(221, 230, 220)
RGB Percent87%, 90%, 86%rgb(87%, 90%, 86%)
CSS RGBa221, 230, 220,1rgba(221,230,220,1)
CMYK Modelcmyk(4%,0%,4%,10%)
HSL Color Space114,17% ,88%hsl(114,17% ,88%)
HSV Color Space114°, 4%, 90%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110111011110011011011100
Octal335346334
Decimal221230220
Hexdde6dc

Different shades of #dde6dc color code.

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

Light Shade of #dde6dc
#fafbfa
Dark Shade of #dde6dc
#c0d1be
Saturated Shade of #dde6dc
#dbe9d9
Desaturated Shade of #dde6dc
#dfe3df
Grey scale Shade of #dde6dc
#e1e1e1
Brighten Shade
#f6fff5
Most Readable Shade
#000000

Shades of #dde6dc color code

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

#dde6dc
#c4ccc3
#abb2ab
#939992
#7a7f7a
#626661
#494c49
#313330
#181918
#000000

Similar Color like #dde6dc color

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

#dee7dd
#dfe8de
#e0e9df
#e1eae0
#e2ebe1
#e3ece2
#e4ede3
#e5eee4
#e6efe5
#e7f0e6
#e8f1e7
#e9f2e8
#eaf3e9
#ebf4ea
#dce5db
#dbe4da
#dae3d9
#d9e2d8
#d8e1d7
#d7e0d6
#d6dfd5
#d5ded4
#d4ddd3
#d3dcd2
#d2dbd1
#d1dad0
#d0d9cf
#cfd8ce

Monochromatic Color with #dde6dc

#dde6dc
#111111
#3a3c39
#626662
#8b918b
#b4bbb3

Tints of #dde6dc Color

#dde6dc
#e0e8df
#e4ebe3
#e8eee7
#ecf1eb
#eff3ef
#f3f6f3
#f7f9f7
#fbfcfb
#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

#dde6dc
#e5dce6

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

Split Complementary

#dde6dc
#e0dce6
#e6dce2

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

Analogous Color

#e1e6dc
#dfe6dc
#dde6dc
#dce6dd
#dce6df

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

#dde6dc
#dcdde6
#e6dcdd

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

#dde6dc
#dce2e6
#e5dce6
#e6e0dc

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

#dde6dc
#e5dce6
#e6dce2
#dce6e0

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

#dde6dc Color Code Preview on Black Background Color

This is how #dde6dc Color will look on black background color. Color contrast ratio is 16.43

#dde6dc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dde6dc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dde6dc

#dde6dc color code is use for CSS Background Color

Background color for the above div is #dde6dc

HTML with inline CSS

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

#dde6dc color code is use for CSS Border Color

CSS Border color for the above div is #dde6dc

HTML with inline CSS

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

CSS Border Left color for the above div is #dde6dc

HTML with inline CSS

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

CSS Border Right color for the above div is #dde6dc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dde6dc

HTML with inline CSS

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

CSS Border Top color for the above div is #dde6dc

HTML with inline CSS

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

#dde6dc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dde6dc Color code Preview on White Background

This is how #dde6dc Color code will look on white background color. Color contrast ratio is 1.28

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

Related Gradients

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

0 Likes 0 Comments | 8 Views

Post your comment:-

By submitting comment you agree to our privacy policy.