crispedge.com

Color picker

Loading...

#dbadbf hex color - Red - Warm color - Information

#dbadbf hex color - Red - Warm color

Color Hue/Base color: Red

Hex #dbadbf Color code in RGB color code model is created after adding 85.88% red color, 67.84% green color and 74.9% blue color. Hex #dbadbf Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 21% magenta, 13% yellow and 14% black.

Hex #dbadbf color code is between #ddaabb web safe hex color code and #ccbbcc web safe hex color code. #ddaabb is the nearest web safe color code. You can see here many more shades of #dbadbf color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codedbadbf#dbadbf
RGB Decimal219, 173, 191rgb(219, 173, 191)
RGB Percent86%, 68%, 75%rgb(86%, 68%, 75%)
CSS RGBa219, 173, 191,1rgba(219,173,191,1)
CMYK Modelcmyk(0%,21%,13%,14%)
HSL Color Space337,39% ,77%hsl(337,39% ,77%)
HSV Color Space337°, 21%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110111010110110111111
Octal333255277
Decimal219173191
Hexdbadbf

Different shades of #dbadbf color code.

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

Light Shade of #dbadbf
#ebd0db
Dark Shade of #dbadbf
#cb8aa3
Saturated Shade of #dbadbf
#e1a7be
Desaturated Shade of #dbadbf
#d5b3c0
Grey scale Shade of #dbadbf
#c4c4c4
Brighten Shade
#f4c6d8
Most Readable Shade
#000000

Shades of #dbadbf color code

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

#dbadbf
#c299a9
#aa8694
#92737f
#79606a
#614c54
#49393f
#30262a
#181315
#000000

Similar Color like #dbadbf color

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

#dcaec0
#ddafc1
#deb0c2
#dfb1c3
#e0b2c4
#e1b3c5
#e2b4c6
#e3b5c7
#e4b6c8
#e5b7c9
#e6b8ca
#e7b9cb
#e8bacc
#e9bbcd
#daacbe
#d9abbd
#d8aabc
#d7a9bb
#d6a8ba
#d5a7b9
#d4a6b8
#d3a5b7
#d2a4b6
#d1a3b5
#d0a2b4
#cfa1b3
#cea0b2
#cd9fb1

Monochromatic Color with #dbadbf

#dbadbf
#060506
#31272b
#5b4850
#866a75
#b08b9a

Tints of #dbadbf Color

#dbadbf
#dfb6c6
#e3bfcd
#e7c8d4
#ebd1db
#efdae2
#f3e3e9
#f7ecf0
#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

#dbadbf
#addbc9

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

Split Complementary

#dbadbf
#addbb2
#add6db

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

Analogous Color

#dbadd1
#dbadc8
#dbadbf
#dbadb6
#dbadad

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

#dbadbf
#bfdbad
#adbfdb

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

#dbadbf
#d6dbad
#addbc9
#b2addb

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

#dbadbf
#addbc9
#add6db
#dbb2ad

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

#dbadbf Color Code Preview on Black Background Color

This is how #dbadbf Color will look on black background color. Color contrast ratio is 10.74

#dbadbf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbadbf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbadbf

#dbadbf color code is use for CSS Background Color

Background color for the above div is #dbadbf

HTML with inline CSS

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

#dbadbf color code is use for CSS Border Color

CSS Border color for the above div is #dbadbf

HTML with inline CSS

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

CSS Border Left color for the above div is #dbadbf

HTML with inline CSS

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

CSS Border Right color for the above div is #dbadbf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbadbf

HTML with inline CSS

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

CSS Border Top color for the above div is #dbadbf

HTML with inline CSS

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

#dbadbf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbadbf Color code Preview on White Background

This is how #dbadbf Color code will look on white background color. Color contrast ratio is 1.95

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

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(219,173,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(173,219,201,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,173,191,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.