crispedge.com

Color picker

Loading...

#dda0ad hex color - Red - Warm color - Information

#dda0ad hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #dda0ad Color code in RGB color code model is created after adding 86.67% red color, 62.75% green color and 67.84% blue color. Hex #dda0ad Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 28% magenta, 22% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedda0ad#dda0ad
RGB Decimal221, 160, 173rgb(221, 160, 173)
RGB Percent87%, 63%, 68%rgb(87%, 63%, 68%)
CSS RGBa221, 160, 173,1rgba(221,160,173,1)
CMYK Modelcmyk(0%,28%,22%,13%)
HSL Color Space347,47% ,75%hsl(347,47% ,75%)
HSV Color Space347°, 28%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011010000010101101
Octal335240255
Decimal221160173
Hexdda0ad

Different shades of #dda0ad color code.

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

Light Shade of #dda0ad
#eac6cd
Dark Shade of #dda0ad
#d07a8d
Saturated Shade of #dda0ad
#e39aa9
Desaturated Shade of #dda0ad
#d7a6b1
Grey scale Shade of #dda0ad
#bebebe
Brighten Shade
#f6b9c6
Most Readable Shade
#000000

Shades of #dda0ad color code

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

#dda0ad
#c48e99
#ab7c86
#936a73
#7a5860
#62474c
#493539
#312326
#181113
#000000

Similar Color like #dda0ad color

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

#dea1ae
#dfa2af
#e0a3b0
#e1a4b1
#e2a5b2
#e3a6b3
#e4a7b4
#e5a8b5
#e6a9b6
#e7aab7
#e8abb8
#e9acb9
#eaadba
#ebaebb
#dc9fac
#db9eab
#da9daa
#d99ca9
#d89ba8
#d79aa7
#d699a6
#d598a5
#d497a4
#d396a3
#d295a2
#d194a1
#d093a0
#cf929f

Monochromatic Color with #dda0ad

#dda0ad
#080607
#332528
#5d4449
#88626a
#b3818c

Tints of #dda0ad Color

#dda0ad
#e0aab6
#e4b5bf
#e8bfc8
#eccad1
#efd4da
#f3dfe3
#f7e9ec
#fbf4f5
#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

#dda0ad
#a0ddd0

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

Split Complementary

#dda0ad
#a0ddb2
#a0ccdd

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

Analogous Color

#dda0c5
#dda0b9
#dda0ad
#dda0a1
#ddaba0

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

#dda0ad
#addda0
#a0addd

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

#dda0ad
#cbdda0
#a0ddd0
#b1a0dd

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

#dda0ad
#a0ddd0
#a0ccdd
#ddb2a0

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

#dda0ad Color Code Preview on Black Background Color

This is how #dda0ad Color will look on black background color. Color contrast ratio is 9.71

#dda0ad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dda0ad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dda0ad

#dda0ad color code is use for CSS Background Color

Background color for the above div is #dda0ad

HTML with inline CSS

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

#dda0ad color code is use for CSS Border Color

CSS Border color for the above div is #dda0ad

HTML with inline CSS

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

CSS Border Left color for the above div is #dda0ad

HTML with inline CSS

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

CSS Border Right color for the above div is #dda0ad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dda0ad

HTML with inline CSS

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

CSS Border Top color for the above div is #dda0ad

HTML with inline CSS

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

#dda0ad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dda0ad Color code Preview on White Background

This is how #dda0ad Color code will look on white background color. Color contrast ratio is 2.16

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

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,160,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(160,221,208,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,160,173,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.