crispedge.com

Color picker

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

#ddc5bb hex color - Orange - Warm color - Information

#ddc5bb hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #ddc5bb Color code in RGB color code model is created after adding 86.67% red color, 77.25% green color and 73.33% blue color. Hex #ddc5bb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 11% magenta, 15% yellow and 13% black.

Hex #ddc5bb color code is between #ccccaa web safe hex color code and #eebbcc web safe hex color code. #ccccaa is the nearest web safe color code. You can see here many more shades of #ddc5bb color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeddc5bb#ddc5bb
RGB Decimal221, 197, 187rgb(221, 197, 187)
RGB Percent87%, 77%, 73%rgb(87%, 77%, 73%)
CSS RGBa221, 197, 187,1rgba(221,197,187,1)
CMYK Modelcmyk(0%,11%,15%,13%)
HSL Color Space18,33% ,80%hsl(18,33% ,80%)
HSV Color Space18°, 15%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011100010110111011
Octal335305273
Decimal221197187
Hexddc5bb

Different shades of #ddc5bb color code.

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

Light Shade of #ddc5bb
#eee2dd
Dark Shade of #ddc5bb
#cca899
Saturated Shade of #ddc5bb
#e2c3b6
Desaturated Shade of #ddc5bb
#d8c7c0
Grey scale Shade of #ddc5bb
#cccccc
Brighten Shade
#f6ded4
Most Readable Shade
#000000

Shades of #ddc5bb color code

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

#ddc5bb
#c4afa6
#ab9991
#93837c
#7a6d67
#625753
#49413e
#312b29
#181514
#000000

Similar Color like #ddc5bb color

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

#dec6bc
#dfc7bd
#e0c8be
#e1c9bf
#e2cac0
#e3cbc1
#e4ccc2
#e5cdc3
#e6cec4
#e7cfc5
#e8d0c6
#e9d1c7
#ead2c8
#ebd3c9
#dcc4ba
#dbc3b9
#dac2b8
#d9c1b7
#d8c0b6
#d7bfb5
#d6beb4
#d5bdb3
#d4bcb2
#d3bbb1
#d2bab0
#d1b9af
#d0b8ae
#cfb7ad

Monochromatic Color with #ddc5bb

#ddc5bb
#080807
#332d2b
#5d534f
#887973
#b39f97

Tints of #ddc5bb Color

#ddc5bb
#e0cbc2
#e4d1ca
#e8d8d1
#ecded9
#efe5e0
#f3ebe8
#f7f2ef
#fbf8f7
#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

#ddc5bb
#bbd3dd

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

Split Complementary

#ddc5bb
#bbddd6
#bbc2dd

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

Analogous Color

#ddbbbf
#ddbebb
#ddc5bb
#ddccbb
#ddd3bb

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

#ddc5bb
#bbddc5
#c5bbdd

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

#ddc5bb
#c2ddbb
#bbd3dd
#d6bbdd

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

#ddc5bb
#bbd3dd
#bbc2dd
#ddd6bb

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

#ddc5bb Color Code Preview on Black Background Color

This is how #ddc5bb Color will look on black background color. Color contrast ratio is 12.78

#ddc5bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddc5bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddc5bb

#ddc5bb color code is use for CSS Background Color

Background color for the above div is #ddc5bb

HTML with inline CSS

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

#ddc5bb color code is use for CSS Border Color

CSS Border color for the above div is #ddc5bb

HTML with inline CSS

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

CSS Border Left color for the above div is #ddc5bb

HTML with inline CSS

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

CSS Border Right color for the above div is #ddc5bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddc5bb

HTML with inline CSS

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

CSS Border Top color for the above div is #ddc5bb

HTML with inline CSS

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

#ddc5bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddc5bb Color code Preview on White Background

This is how #ddc5bb Color code will look on white background color. Color contrast ratio is 1.64

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.