crispedge.com

Color picker

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

#dbaab2 hex color - Red - Warm color - Information

#dbaab2 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #dbaab2 Color code in RGB color code model is created after adding 85.88% red color, 66.67% green color and 69.8% blue color. Hex #dbaab2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 19% yellow and 14% black.

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

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Codedbaab2#dbaab2
RGB Decimal219, 170, 178rgb(219, 170, 178)
RGB Percent86%, 67%, 70%rgb(86%, 67%, 70%)
CSS RGBa219, 170, 178,1rgba(219,170,178,1)
CMYK Modelcmyk(0%,22%,19%,14%)
HSL Color Space350,40% ,76%hsl(350,40% ,76%)
HSV Color Space350°, 22%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110111010101010110010
Octal333252262
Decimal219170178
Hexdbaab2

Different shades of #dbaab2 color code.

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

Light Shade of #dbaab2
#eaced2
Dark Shade of #dbaab2
#cc8692
Saturated Shade of #dbaab2
#e1a4ae
Desaturated Shade of #dbaab2
#d5b0b6
Grey scale Shade of #dbaab2
#c2c2c2
Brighten Shade
#f4c3cb
Most Readable Shade
#000000

Shades of #dbaab2 color code

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

#dbaab2
#c2979e
#aa848a
#927176
#795e62
#614b4f
#49383b
#302527
#181213
#000000

Similar Color like #dbaab2 color

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

#dcabb3
#ddacb4
#deadb5
#dfaeb6
#e0afb7
#e1b0b8
#e2b1b9
#e3b2ba
#e4b3bb
#e5b4bc
#e6b5bd
#e7b6be
#e8b7bf
#e9b8c0
#daa9b1
#d9a8b0
#d8a7af
#d7a6ae
#d6a5ad
#d5a4ac
#d4a3ab
#d3a2aa
#d2a1a9
#d1a0a8
#d09fa7
#cf9ea6
#ce9da5
#cd9ca4

Monochromatic Color with #dbaab2

#dbaab2
#060505
#312628
#5b474a
#86686d
#b0898f

Tints of #dbaab2 Color

#dbaab2
#dfb3ba
#e3bcc3
#e7c6cb
#ebcfd4
#efd9dc
#f3e2e5
#f7eced
#fbf5f6
#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

#dbaab2
#aadbd3

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

Split Complementary

#dbaab2
#aadbba
#aacbdb

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

Analogous Color

#dbaac6
#dbaabc
#dbaab2
#dbacaa
#dbb6aa

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

#dbaab2
#b2dbaa
#aab2db

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

#dbaab2
#cadbaa
#aadbd3
#baaadb

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

#dbaab2
#aadbd3
#aacbdb
#dbbaaa

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

#dbaab2 Color Code Preview on Black Background Color

This is how #dbaab2 Color will look on black background color. Color contrast ratio is 10.40

#dbaab2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbaab2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbaab2

#dbaab2 color code is use for CSS Background Color

Background color for the above div is #dbaab2

HTML with inline CSS

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

#dbaab2 color code is use for CSS Border Color

CSS Border color for the above div is #dbaab2

HTML with inline CSS

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

CSS Border Left color for the above div is #dbaab2

HTML with inline CSS

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

CSS Border Right color for the above div is #dbaab2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbaab2

HTML with inline CSS

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

CSS Border Top color for the above div is #dbaab2

HTML with inline CSS

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

#dbaab2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbaab2 Color code Preview on White Background

This is how #dbaab2 Color code will look on white background color. Color contrast ratio is 2.02

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

Related Gradients

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.