crispedge.com

Color picker

Loading...

#ddc6bb hex color - Yellow - Warm color - Information

#ddc6bb hex color - Yellow - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Yellow

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

Hex #ddc6bb 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 #ddc6bb color code.

0 Likes 0 Comments | 32 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeddc6bb#ddc6bb
RGB Decimal221, 198, 187rgb(221, 198, 187)
RGB Percent87%, 78%, 73%rgb(87%, 78%, 73%)
CSS RGBa221, 198, 187,1rgba(221,198,187,1)
CMYK Modelcmyk(0%,10%,15%,13%)
HSL Color Space19,33% ,80%hsl(19,33% ,80%)
HSV Color Space19°, 15%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011100011010111011
Octal335306273
Decimal221198187
Hexddc6bb

Different shades of #ddc6bb color code.

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

Light Shade of #ddc6bb
#eee3dd
Dark Shade of #ddc6bb
#ccaa99
Saturated Shade of #ddc6bb
#e2c4b6
Desaturated Shade of #ddc6bb
#d8c8c0
Grey scale Shade of #ddc6bb
#cccccc
Brighten Shade
#f6dfd4
Most Readable Shade
#000000

Shades of #ddc6bb color code

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

#ddc6bb
#c4b0a6
#ab9a91
#93847c
#7a6e67
#625853
#49423e
#312c29
#181614
#000000

Similar Color like #ddc6bb color

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

#dec7bc
#dfc8bd
#e0c9be
#e1cabf
#e2cbc0
#e3ccc1
#e4cdc2
#e5cec3
#e6cfc4
#e7d0c5
#e8d1c6
#e9d2c7
#ead3c8
#ebd4c9
#dcc5ba
#dbc4b9
#dac3b8
#d9c2b7
#d8c1b6
#d7c0b5
#d6bfb4
#d5beb3
#d4bdb2
#d3bcb1
#d2bbb0
#d1baaf
#d0b9ae
#cfb8ad

Monochromatic Color with #ddc6bb

#ddc6bb
#080807
#332e2b
#5d544f
#887a73
#b3a097

Tints of #ddc6bb Color

#ddc6bb
#e0ccc2
#e4d2ca
#e8d9d1
#ecdfd9
#efe5e0
#f3ece8
#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

#ddc6bb
#bbd2dd

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

Split Complementary

#ddc6bb
#bbddd7
#bbc1dd

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

Analogous Color

#ddbbbe
#ddbfbb
#ddc6bb
#ddcdbb
#ddd4bb

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

#ddc6bb
#bbddc6
#c6bbdd

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

#ddc6bb
#c1ddbb
#bbd2dd
#d7bbdd

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

#ddc6bb
#bbd2dd
#bbc1dd
#ddd7bb

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

#ddc6bb Color Code Preview on Black Background Color

This is how #ddc6bb Color will look on black background color. Color contrast ratio is 12.87

#ddc6bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddc6bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddc6bb

#ddc6bb color code is use for CSS Background Color

Background color for the above div is #ddc6bb

HTML with inline CSS

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

#ddc6bb color code is use for CSS Border Color

CSS Border color for the above div is #ddc6bb

HTML with inline CSS

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

CSS Border Left color for the above div is #ddc6bb

HTML with inline CSS

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

CSS Border Right color for the above div is #ddc6bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddc6bb

HTML with inline CSS

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

CSS Border Top color for the above div is #ddc6bb

HTML with inline CSS

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

#ddc6bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddc6bb Color code Preview on White Background

This is how #ddc6bb Color code will look on white background color. Color contrast ratio is 1.63

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(221,198,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(187,210,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,198,187,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 32 Views

Post your comment:-

By submitting comment you agree to our privacy policy.