crispedge.com

Color picker

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

#ddaac4 hex color - Red - Warm color - Information

#ddaac4 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

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

Hex #ddaac4 color code is between #cc99cc web safe hex color code and #eebbbb web safe hex color code. #cc99cc is the nearest web safe color code. You can see here many more shades of #ddaac4 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeddaac4#ddaac4
RGB Decimal221, 170, 196rgb(221, 170, 196)
RGB Percent87%, 67%, 77%rgb(87%, 67%, 77%)
CSS RGBa221, 170, 196,1rgba(221,170,196,1)
CMYK Modelcmyk(0%,23%,11%,13%)
HSL Color Space329,43% ,77%hsl(329,43% ,77%)
HSV Color Space329°, 23%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011010101011000100
Octal335252304
Decimal221170196
Hexddaac4

Different shades of #ddaac4 color code.

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

Light Shade of #ddaac4
#eccedd
Dark Shade of #ddaac4
#ce86ab
Saturated Shade of #ddaac4
#e3a4c4
Desaturated Shade of #ddaac4
#d7b0c4
Grey scale Shade of #ddaac4
#c3c3c3
Brighten Shade
#f6c3dd
Most Readable Shade
#000000

Shades of #ddaac4 color code

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

#ddaac4
#c497ae
#ab8498
#937182
#7a5e6c
#624b57
#493841
#31252b
#181215
#000000

Similar Color like #ddaac4 color

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

#deabc5
#dfacc6
#e0adc7
#e1aec8
#e2afc9
#e3b0ca
#e4b1cb
#e5b2cc
#e6b3cd
#e7b4ce
#e8b5cf
#e9b6d0
#eab7d1
#ebb8d2
#dca9c3
#dba8c2
#daa7c1
#d9a6c0
#d8a5bf
#d7a4be
#d6a3bd
#d5a2bc
#d4a1bb
#d3a0ba
#d29fb9
#d19eb8
#d09db7
#cf9cb6

Monochromatic Color with #ddaac4

#ddaac4
#080708
#33272d
#5d4853
#886979
#b3899e

Tints of #ddaac4 Color

#ddaac4
#e0b3ca
#e4bcd1
#e8c6d7
#eccfde
#efd9e4
#f3e2eb
#f7ecf1
#fbf5f8
#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

#ddaac4
#aaddc3

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

Split Complementary

#ddaac4
#abddaa
#aadddd

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

Analogous Color

#ddaad8
#ddaace
#ddaac4
#ddaaba
#ddaab0

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

#ddaac4
#c4ddaa
#aac4dd

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

#ddaac4
#dddcaa
#aaddc3
#aaaadd

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

#ddaac4
#aaddc3
#aadddd
#ddaaab

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

#ddaac4 Color Code Preview on Black Background Color

This is how #ddaac4 Color will look on black background color. Color contrast ratio is 10.62

#ddaac4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddaac4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddaac4

#ddaac4 color code is use for CSS Background Color

Background color for the above div is #ddaac4

HTML with inline CSS

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

#ddaac4 color code is use for CSS Border Color

CSS Border color for the above div is #ddaac4

HTML with inline CSS

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

CSS Border Left color for the above div is #ddaac4

HTML with inline CSS

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

CSS Border Right color for the above div is #ddaac4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddaac4

HTML with inline CSS

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

CSS Border Top color for the above div is #ddaac4

HTML with inline CSS

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

#ddaac4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddaac4 Color code Preview on White Background

This is how #ddaac4 Color code will look on white background color. Color contrast ratio is 1.98

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.