crispedge.com

Color picker

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

#ddd5cc hex color - Grey - Warm color - Information

#ddd5cc hex color - Grey - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Grey

Hex #ddd5cc Color code in RGB color code model is created after adding 86.67% red color, 83.53% green color and 80% blue color. Hex #ddd5cc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 4% magenta, 8% yellow and 13% black.

Hex #ddd5cc color code is between #ccddbb web safe hex color code and #eeccdd web safe hex color code. #ccddbb is the nearest web safe color code. You can see here many more shades of #ddd5cc color code.

0 Likes 0 Comments | 16 Views

Color Table

Hex Color Codeddd5cc#ddd5cc
RGB Decimal221, 213, 204rgb(221, 213, 204)
RGB Percent87%, 84%, 80%rgb(87%, 84%, 80%)
CSS RGBa221, 213, 204,1rgba(221,213,204,1)
CMYK Modelcmyk(0%,4%,8%,13%)
HSL Color Space32,20% ,83%hsl(32,20% ,83%)
HSV Color Space32°, 8%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011101010111001100
Octal335325314
Decimal221213204
Hexddd5cc

Different shades of #ddd5cc color code.

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

Light Shade of #ddd5cc
#f1eeeb
Dark Shade of #ddd5cc
#c9bcad
Saturated Shade of #ddd5cc
#e1d5c8
Desaturated Shade of #ddd5cc
#d9d5d0
Grey scale Shade of #ddd5cc
#d4d4d4
Brighten Shade
#f6eee5
Most Readable Shade
#000000

Shades of #ddd5cc color code

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

#ddd5cc
#c4bdb5
#aba59e
#938e88
#7a7671
#625e5a
#494744
#312f2d
#181716
#000000

Similar Color like #ddd5cc color

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

#ded6cd
#dfd7ce
#e0d8cf
#e1d9d0
#e2dad1
#e3dbd2
#e4dcd3
#e5ddd4
#e6ded5
#e7dfd6
#e8e0d7
#e9e1d8
#eae2d9
#ebe3da
#dcd4cb
#dbd3ca
#dad2c9
#d9d1c8
#d8d0c7
#d7cfc6
#d6cec5
#d5cdc4
#d4ccc3
#d3cbc2
#d2cac1
#d1c9c0
#d0c8bf
#cfc7be

Monochromatic Color with #ddd5cc

#ddd5cc
#080808
#33312f
#5d5a56
#88837e
#b3aca5

Tints of #ddd5cc Color

#ddd5cc
#e0d9d1
#e4ded7
#e8e3dd
#ece7e2
#efece8
#f3f1ee
#f7f5f3
#fbfaf9
#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

#ddd5cc
#ccd4dd

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

Split Complementary

#ddd5cc
#ccdddd
#ccccdd

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

Analogous Color

#ddcecc
#ddd2cc
#ddd5cc
#ddd8cc
#dddccc

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

#ddd5cc
#ccddd5
#d5ccdd

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

#ddd5cc
#ccddcc
#ccd4dd
#ddccdc

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

#ddd5cc
#ccd4dd
#ccccdd
#ddddcc

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

#ddd5cc Color Code Preview on Black Background Color

This is how #ddd5cc Color will look on black background color. Color contrast ratio is 14.46

#ddd5cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddd5cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddd5cc

#ddd5cc color code is use for CSS Background Color

Background color for the above div is #ddd5cc

HTML with inline CSS

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

#ddd5cc color code is use for CSS Border Color

CSS Border color for the above div is #ddd5cc

HTML with inline CSS

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

CSS Border Left color for the above div is #ddd5cc

HTML with inline CSS

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

CSS Border Right color for the above div is #ddd5cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddd5cc

HTML with inline CSS

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

CSS Border Top color for the above div is #ddd5cc

HTML with inline CSS

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

#ddd5cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddd5cc Color code Preview on White Background

This is how #ddd5cc Color code will look on white background color. Color contrast ratio is 1.45

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

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.