crispedge.com

Color picker

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

#ddcfb9 hex color - Cream and Sugar - Yellow - Warm color - Information

#ddcfb9 hex color - Cream and Sugar - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #ddcfb9 Color Code is also known as Cream and Sugar color.

Hex #ddcfb9 Color code in RGB color code model is created after adding 86.67% red color, 81.18% green color and 72.55% blue color. Hex #ddcfb9 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 6% magenta, 16% yellow and 13% black.

Hex #ddcfb9 color code is between #ccccbb web safe hex color code and #eeddaa web safe hex color code. #ccccbb is the nearest web safe color code. You can see here many more shades of #ddcfb9 color code.

0 Likes 0 Comments | 18 Views

Color Table

Hex Color Codeddcfb9#ddcfb9
RGB Decimal221, 207, 185rgb(221, 207, 185)
RGB Percent87%, 81%, 73%rgb(87%, 81%, 73%)
CSS RGBa221, 207, 185,1rgba(221,207,185,1)
CMYK Modelcmyk(0%,6%,16%,13%)
HSL Color Space37,35% ,80%hsl(37,35% ,80%)
HSV Color Space37°, 16%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011100111110111001
Octal335317271
Decimal221207185
Hexddcfb9

Different shades of #ddcfb9 color code.

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

Light Shade of #ddcfb9
#eee7db
Dark Shade of #ddcfb9
#ccb797
Saturated Shade of #ddcfb9
#e2d0b4
Desaturated Shade of #ddcfb9
#d8cebe
Grey scale Shade of #ddcfb9
#cbcbcb
Brighten Shade
#f6e8d2
Most Readable Shade
#000000

Shades of #ddcfb9 color code

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

#ddcfb9
#c4b8a4
#aba18f
#938a7b
#7a7366
#625c52
#49453d
#312e29
#181714
#000000

Similar Color like #ddcfb9 color

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

#ded0ba
#dfd1bb
#e0d2bc
#e1d3bd
#e2d4be
#e3d5bf
#e4d6c0
#e5d7c1
#e6d8c2
#e7d9c3
#e8dac4
#e9dbc5
#eadcc6
#ebddc7
#dcceb8
#dbcdb7
#daccb6
#d9cbb5
#d8cab4
#d7c9b3
#d6c8b2
#d5c7b1
#d4c6b0
#d3c5af
#d2c4ae
#d1c3ad
#d0c2ac
#cfc1ab

Monochromatic Color with #ddcfb9

#ddcfb9
#080807
#33302b
#5d584e
#887f72
#b3a795

Tints of #ddcfb9 Color

#ddcfb9
#e0d4c0
#e4d9c8
#e8dfd0
#ece4d8
#efe9df
#f3efe7
#f7f4ef
#fbf9f7
#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

#ddcfb9
#b9c7dd

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

Split Complementary

#ddcfb9
#b9d9dd
#bdb9dd

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

Analogous Color

#ddc1b9
#ddc8b9
#ddcfb9
#ddd6b9
#ddddb9

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

#ddcfb9
#b9ddcf
#cfb9dd

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

#ddcfb9
#b9ddbd
#b9c7dd
#ddb9d9

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

#ddcfb9
#b9c7dd
#bdb9dd
#d9ddb9

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

#ddcfb9 Color Code Preview on Black Background Color

This is how #ddcfb9 Color will look on black background color. Color contrast ratio is 13.70

#ddcfb9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddcfb9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddcfb9

#ddcfb9 color code is use for CSS Background Color

Background color for the above div is #ddcfb9

HTML with inline CSS

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

#ddcfb9 color code is use for CSS Border Color

CSS Border color for the above div is #ddcfb9

HTML with inline CSS

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

CSS Border Left color for the above div is #ddcfb9

HTML with inline CSS

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

CSS Border Right color for the above div is #ddcfb9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddcfb9

HTML with inline CSS

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

CSS Border Top color for the above div is #ddcfb9

HTML with inline CSS

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

#ddcfb9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddcfb9 Color code Preview on White Background

This is how #ddcfb9 Color code will look on white background color. Color contrast ratio is 1.53

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

Related Gradients

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

0 Likes 0 Comments | 18 Views

Post your comment:-

By submitting comment you agree to our privacy policy.