Skip to main content Skip to docs navigation

#daaeb2 hex color | Download Light Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Peachskin and its hex is #DDB3B2 Nearest Color Name

Color Hue/Base color: Red

Hex #daaeb2 Color code in RGB color code model is created after adding 85.49% red color, 68.24% green color and 69.8% blue color. Hex #daaeb2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 18% yellow and 14.51% black.

Hex #daaeb2 color code is between #ddaaaa web safe hex color code and #ccbbbb web safe hex color code. #ddaaaa is the nearest web safe color code. You can see here many more shades of #daaeb2 color code.

RGB Chart

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

Color Table

Hex Color Code daaeb2 #daaeb2
RGB Decimal 218, 174, 178 218, 174, 178
RGB Percent 85%, 68%, 70% rgb(85%, 68%, 70%)
CSS RGBa 218, 174, 178,1 rgba(218,174,178,1)
CMYK Model cmyk(0%,20%,18%,14.51%)
HSL Color Space 355,37% ,77% hsl(355,37% ,77%)
HSV Color Space 355°, 20%, 85%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011010 10101110 10110010
Octal 332 256 262
Decimal 218 174 178
Hex da ae b2

Different shades of #daaeb2 color code.

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

Darkest of #daaeb2
#a44b53
Darker of #daaeb2
#ba686f
Dark of #daaeb2
#ca8b91
Base of #daaeb2
#daaeb2
Light of #daaeb2
#ead1d3
Lighter
#faf4f5
Lightest
#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

#daaeb2
#aedad6

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

Split Complementary

#daaeb2
#aedac0
#aec8da

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

Analogous Color

#daaecc
#daaec4
#daaeb2
#dab9ae
#dacbae

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

#daaeb2
#aeb2da
#b2daae

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

#daaeb2
#b2daae
#aedad6
#d6aeda

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#daaeb2
#c8daae
#aedad6
#c0aeda

Square 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).

Monochromatic Color with #daaeb2

#813b41
#a44b53
#ba686f
#ca8b91
#daaeb2
#ead1d3
#faf4f5
#ffffff
#ffffff

Tints of #daaeb2 Color

#daaeb2
#deb7ba
#e2c0c3
#e6c9cb
#ead2d4
#eedbdc
#f2e4e5
#f6eded
#faf6f6
#ffffff

Shades of #daaeb2 color code

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

#daaeb2
#c19a9e
#a9878a
#917476
#796062
#604d4f
#483a3b
#302627
#181313
#000000

Tones

#daaeb2
#cebabc
#c4c4c4
#c4c4c4
#c4c4c4

Tones

Similar Color like #daaeb2 color

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

#dbafb3
#dcb0b4
#ddb1b5
#deb2b6
#dfb3b7
#e0b4b8
#e1b5b9
#e2b6ba
#e3b7bb
#e4b8bc
#e5b9bd
#e6babe
#e7bbbf
#e8bcc0
#d9adb1
#d8acb0
#d7abaf
#d6aaae
#d5a9ad
#d4a8ac
#d3a7ab
#d2a6aa
#d1a5a9
#d0a4a8
#cfa3a7
#cea2a6
#cda1a5
#cca0a4

Download this Light Red

Hex #daaeb2 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.

#daaeb2 Color Code Preview on Black Background Color

This is how #daaeb2 Color will look on black background color. Color contrast ratio is 10.68

#daaeb2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daaeb2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daaeb2

#daaeb2 color code is use for CSS Background Color

Background color for the above div is #daaeb2

HTML with inline CSS

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

#daaeb2 color code is use for CSS Border Color

CSS Border color for the above div is #daaeb2

HTML with inline CSS

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

CSS Border Left color for the above div is #daaeb2

HTML with inline CSS

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

CSS Border Right color for the above div is #daaeb2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #daaeb2

HTML with inline CSS

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

CSS Border Top color for the above div is #daaeb2

HTML with inline CSS

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

#daaeb2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#daaeb2 Color code Preview on White Background

This is how #daaeb2 Color code will look on white background color. Color contrast ratio is 1.97

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(218,174,178,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(174,218,214,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,174,178,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }