crispedge.com

Color picker

Loading...

#ddbac5 hex color - Red - Warm color - Information

#ddbac5 hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #ddbac5 color code is between #ccbbcc web safe hex color code and #eeaabb web safe hex color code. #ccbbcc is the nearest web safe color code. You can see here many more shades of #ddbac5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeddbac5#ddbac5
RGB Decimal221, 186, 197rgb(221, 186, 197)
RGB Percent87%, 73%, 77%rgb(87%, 73%, 77%)
CSS RGBa221, 186, 197,1rgba(221,186,197,1)
CMYK Modelcmyk(0%,16%,11%,13%)
HSL Color Space341,34% ,80%hsl(341,34% ,80%)
HSV Color Space341°, 16%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011011101011000101
Octal335272305
Decimal221186197
Hexddbac5

Different shades of #ddbac5 color code.

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

Light Shade of #ddbac5
#eedce2
Dark Shade of #ddbac5
#cc98a8
Saturated Shade of #ddbac5
#e2b5c3
Desaturated Shade of #ddbac5
#d8bfc7
Grey scale Shade of #ddbac5
#cbcbcb
Brighten Shade
#f6d3de
Most Readable Shade
#000000

Shades of #ddbac5 color code

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

#ddbac5
#c4a5af
#ab9099
#937c83
#7a676d
#625257
#493e41
#31292b
#181415
#000000

Similar Color like #ddbac5 color

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

#debbc6
#dfbcc7
#e0bdc8
#e1bec9
#e2bfca
#e3c0cb
#e4c1cc
#e5c2cd
#e6c3ce
#e7c4cf
#e8c5d0
#e9c6d1
#eac7d2
#ebc8d3
#dcb9c4
#dbb8c3
#dab7c2
#d9b6c1
#d8b5c0
#d7b4bf
#d6b3be
#d5b2bd
#d4b1bc
#d3b0bb
#d2afba
#d1aeb9
#d0adb8
#cfacb7

Monochromatic Color with #ddbac5

#ddbac5
#080708
#332b2d
#5d4f53
#887279
#b3969f

Tints of #ddbac5 Color

#ddbac5
#e0c1cb
#e4c9d1
#e8d1d8
#ecd8de
#efe0e5
#f3e8eb
#f7eff2
#fbf7f8
#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

#ddbac5
#baddd2

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

Split Complementary

#ddbac5
#baddc1
#bad7dd

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

Analogous Color

#ddbad3
#ddbacc
#ddbac5
#ddbabe
#ddbdba

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

#ddbac5
#c5ddba
#bac5dd

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

#ddbac5
#d6ddba
#baddd2
#c0badd

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

#ddbac5
#baddd2
#bad7dd
#ddc1ba

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

#ddbac5 Color Code Preview on Black Background Color

This is how #ddbac5 Color will look on black background color. Color contrast ratio is 11.90

#ddbac5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddbac5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddbac5

#ddbac5 color code is use for CSS Background Color

Background color for the above div is #ddbac5

HTML with inline CSS

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

#ddbac5 color code is use for CSS Border Color

CSS Border color for the above div is #ddbac5

HTML with inline CSS

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

CSS Border Left color for the above div is #ddbac5

HTML with inline CSS

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

CSS Border Right color for the above div is #ddbac5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddbac5

HTML with inline CSS

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

CSS Border Top color for the above div is #ddbac5

HTML with inline CSS

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

#ddbac5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddbac5 Color code Preview on White Background

This is how #ddbac5 Color code will look on white background color. Color contrast ratio is 1.76

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

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,186,197,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(186,221,210,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,186,197,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.