crispedge.com

Color picker

Loading...

#dda6bd hex color - Red - Warm color - Information

#dda6bd hex color - Red - Warm color

Color Hue/Base color: Red

Hex #dda6bd Color code in RGB color code model is created after adding 86.67% red color, 65.1% green color and 74.12% blue color. Hex #dda6bd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 25% magenta, 14% yellow and 13% black.

Hex #dda6bd color code is between #ccaabb web safe hex color code and #ee99cc web safe hex color code. #ccaabb is the nearest web safe color code. You can see here many more shades of #dda6bd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedda6bd#dda6bd
RGB Decimal221, 166, 189rgb(221, 166, 189)
RGB Percent87%, 65%, 74%rgb(87%, 65%, 74%)
CSS RGBa221, 166, 189,1rgba(221,166,189,1)
CMYK Modelcmyk(0%,25%,14%,13%)
HSL Color Space335,45% ,76%hsl(335,45% ,76%)
HSV Color Space335°, 25%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011010011010111101
Octal335246275
Decimal221166189
Hexdda6bd

Different shades of #dda6bd color code.

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

Light Shade of #dda6bd
#ebcbd8
Dark Shade of #dda6bd
#cf81a2
Saturated Shade of #dda6bd
#e3a0bc
Desaturated Shade of #dda6bd
#d7acbe
Grey scale Shade of #dda6bd
#c1c1c1
Brighten Shade
#f6bfd6
Most Readable Shade
#000000

Shades of #dda6bd color code

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

#dda6bd
#c493a8
#ab8193
#936e7e
#7a5c69
#624954
#49373f
#31242a
#181215
#000000

Similar Color like #dda6bd color

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

#dea7be
#dfa8bf
#e0a9c0
#e1aac1
#e2abc2
#e3acc3
#e4adc4
#e5aec5
#e6afc6
#e7b0c7
#e8b1c8
#e9b2c9
#eab3ca
#ebb4cb
#dca5bc
#dba4bb
#daa3ba
#d9a2b9
#d8a1b8
#d7a0b7
#d69fb6
#d59eb5
#d49db4
#d39cb3
#d29bb2
#d19ab1
#d099b0
#cf98af

Monochromatic Color with #dda6bd

#dda6bd
#080607
#33262c
#5d4650
#886674
#b38699

Tints of #dda6bd Color

#dda6bd
#e0afc4
#e4b9cb
#e8c3d3
#eccdda
#efd7e1
#f3e1e9
#f7ebf0
#fbf5f7
#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

#dda6bd
#a6ddc6

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

Split Complementary

#dda6bd
#a6ddaa
#a6d9dd

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

Analogous Color

#dda6d3
#dda6c8
#dda6bd
#dda6b2
#dda6a7

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

#dda6bd
#bddda6
#a6bddd

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

#dda6bd
#d8dda6
#a6ddc6
#aaa6dd

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

#dda6bd
#a6ddc6
#a6d9dd
#ddaaa6

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

#dda6bd Color Code Preview on Black Background Color

This is how #dda6bd Color will look on black background color. Color contrast ratio is 10.26

#dda6bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dda6bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dda6bd

#dda6bd color code is use for CSS Background Color

Background color for the above div is #dda6bd

HTML with inline CSS

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

#dda6bd color code is use for CSS Border Color

CSS Border color for the above div is #dda6bd

HTML with inline CSS

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

CSS Border Left color for the above div is #dda6bd

HTML with inline CSS

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

CSS Border Right color for the above div is #dda6bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dda6bd

HTML with inline CSS

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

CSS Border Top color for the above div is #dda6bd

HTML with inline CSS

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

#dda6bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dda6bd Color code Preview on White Background

This is how #dda6bd Color code will look on white background color. Color contrast ratio is 2.05

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

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,166,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(166,221,198,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,166,189,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.