Skip to main content Skip to docs navigation

#dabdbb hex color - Red - Warm color - Information

On this page
@
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 Hue/Base color: Red

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

Hex #dabdbb color code is between #ddbbaa web safe hex color code and #cccccc web safe hex color code. #ddbbaa is the nearest web safe color code. You can see here many more shades of #dabdbb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code dabdbb #dabdbb
RGB Decimal 218, 189, 187 rgb(218, 189, 187)
RGB Percent 85%, 74%, 73% rgb(85%, 74%, 73%)
CSS RGBa 218, 189, 187,1 rgba(218,189,187,1)
CMYK Model cmyk(0%,13%,14%,14.51%)
HSL Color Space 4,30% ,79% hsl(4,30% ,79%)
HSV Color Space 4°, 14%, 85%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011010 10111101 10111011
Octal 332 275 273
Decimal 218 189 187
Hex da bd bb

Different shades of #dabdbb color code.

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

Light Shade of #dabdbb
#ecdddc
Dark Shade of #dabdbb
#c89d9a
Saturated Shade of #dabdbb
#dfb8b6
Desaturated Shade of #dabdbb
#d5c2c0
Grey scale Shade of #dabdbb
#cacaca
Brighten Shade
#f3d6d4
Most Readable Shade
#000000

Shades of #dabdbb color code

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

#dabdbb
#c1a8a6
#a99391
#917e7c
#796967
#605453
#483f3e
#302a29
#181514
#000000

Similar Color like #dabdbb color

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

#dbbebc
#dcbfbd
#ddc0be
#dec1bf
#dfc2c0
#e0c3c1
#e1c4c2
#e2c5c3
#e3c6c4
#e4c7c5
#e5c8c6
#e6c9c7
#e7cac8
#e8cbc9
#d9bcba
#d8bbb9
#d7bab8
#d6b9b7
#d5b8b6
#d4b7b5
#d3b6b4
#d2b5b3
#d1b4b2
#d0b3b1
#cfb2b0
#ceb1af
#cdb0ae
#ccafad

Monochromatic Color with #dabdbb

#dabdbb
#050505
#302a29
#5a4e4e
#857372
#af9897

Tints of #dabdbb Color

#dabdbb
#dec4c2
#e2cbca
#e6d3d1
#eadad9
#eee1e0
#f2e9e8
#f6f0ef
#faf7f7
#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

#dabdbb
#bbd8da

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

Split Complementary

#dabdbb
#bbdacc
#bbc8da

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

Analogous Color

#dabbc5
#dabbbf
#dabdbb
#dac3bb
#dac9bb

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

#dabdbb
#bbdabd
#bdbbda

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

#dabdbb
#c8dabb
#bbd8da
#ccbbda

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

#dabdbb
#bbd8da
#bbc8da
#daccbb

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

#dabdbb Color Code Preview on Black Background Color

This is how #dabdbb Color will look on black background color. Color contrast ratio is 11.98

#dabdbb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dabdbb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dabdbb

#dabdbb color code is use for CSS Background Color

Background color for the above div is #dabdbb

HTML with inline CSS

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

#dabdbb color code is use for CSS Border Color

CSS Border color for the above div is #dabdbb

HTML with inline CSS

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

CSS Border Left color for the above div is #dabdbb

HTML with inline CSS

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

CSS Border Right color for the above div is #dabdbb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dabdbb

HTML with inline CSS

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

CSS Border Top color for the above div is #dabdbb

HTML with inline CSS

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

#dabdbb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dabdbb Color code Preview on White Background

This is how #dabdbb Color code will look on white background color. Color contrast ratio is 1.75

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

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(218,189,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(187,216,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,189,187,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.