Skip to main content Skip to docs navigation

#dbafc2 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 Mental Floss and its hex is #DEB4C5 Nearest Color Name

Color Hue/Base color: Red

Hex #dbafc2 Color code in RGB color code model is created after adding 85.88% red color, 68.63% green color and 76.08% blue color. Hex #dbafc2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 11% yellow and 14.12% black.

Hex #dbafc2 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 #dbafc2 color code.

RGB Chart

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

Color Table

Hex Color Code dbafc2 #dbafc2
RGB Decimal 219, 175, 194 219, 175, 194
RGB Percent 86%, 69%, 76% rgb(86%, 69%, 76%)
CSS RGBa 219, 175, 194,1 rgba(219,175,194,1)
CMYK Model cmyk(0%,20%,11%,14.12%)
HSL Color Space 334,38% ,77% hsl(334,38% ,77%)
HSV Color Space 334°, 20%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 10101111 11000010
Octal 333 257 302
Decimal 219 175 194
Hex db af c2

Different shades of #dbafc2 color code.

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

Darkest of #dbafc2
#a64b72
Darker of #dbafc2
#bb698c
Dark of #dbafc2
#cb8ca7
Base of #dbafc2
#dbafc2
Light of #dbafc2
#ebd2dd
Lighter
#fbf5f8
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

#dbafc2
#afdbc8

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

Split Complementary

#dbafc2
#afdbb2
#afd8db

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

Analogous Color

#daafdb
#dbafd4
#dbafc2
#dbafb3
#dbbdaf

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

#dbafc2
#afc2db
#c2dbaf

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

#dbafc2
#c2dbaf
#afdbc8
#c8afdb

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

#dbafc2
#d8dbaf
#afdbc8
#b2afdb

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 #dbafc2

#833b5a
#a64b72
#bb698c
#cb8ca7
#dbafc2
#ebd2dd
#fbf5f8
#ffffff
#ffffff

Tints of #dbafc2 Color

#dbafc2
#dfb7c8
#e3c0cf
#e7c9d6
#ebd2dd
#efdbe3
#f3e4ea
#f7edf1
#fbf6f8
#ffffff

Shades of #dbafc2 color code

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

#dbafc2
#c29bac
#aa8896
#927481
#79616b
#614d56
#493a40
#30262b
#181315
#000000

Tones

#dbafc2
#cfbbc4
#c5c5c5
#c5c5c5
#c5c5c5

Tones

Similar Color like #dbafc2 color

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

#dcb0c3
#ddb1c4
#deb2c5
#dfb3c6
#e0b4c7
#e1b5c8
#e2b6c9
#e3b7ca
#e4b8cb
#e5b9cc
#e6bacd
#e7bbce
#e8bccf
#e9bdd0
#daaec1
#d9adc0
#d8acbf
#d7abbe
#d6aabd
#d5a9bc
#d4a8bb
#d3a7ba
#d2a6b9
#d1a5b8
#d0a4b7
#cfa3b6
#cea2b5
#cda1b4

Download this Light Red

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

#dbafc2 Color Code Preview on Black Background Color

This is how #dbafc2 Color will look on black background color. Color contrast ratio is 10.92

#dbafc2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbafc2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbafc2

#dbafc2 color code is use for CSS Background Color

Background color for the above div is #dbafc2

HTML with inline CSS

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

#dbafc2 color code is use for CSS Border Color

CSS Border color for the above div is #dbafc2

HTML with inline CSS

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

CSS Border Left color for the above div is #dbafc2

HTML with inline CSS

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

CSS Border Right color for the above div is #dbafc2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbafc2

HTML with inline CSS

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

CSS Border Top color for the above div is #dbafc2

HTML with inline CSS

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

#dbafc2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbafc2 Color code Preview on White Background

This is how #dbafc2 Color code will look on white background color. Color contrast ratio is 1.92

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

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