crispedge.com

Color picker

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

#ddbabf hex color - Red - Warm color - Information

#ddbabf hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeddbabf#ddbabf
RGB Decimal221, 186, 191rgb(221, 186, 191)
RGB Percent87%, 73%, 75%rgb(87%, 73%, 75%)
CSS RGBa221, 186, 191,1rgba(221,186,191,1)
CMYK Modelcmyk(0%,16%,14%,13%)
HSL Color Space351,34% ,80%hsl(351,34% ,80%)
HSV Color Space351°, 16%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011011101010111111
Octal335272277
Decimal221186191
Hexddbabf

Different shades of #ddbabf color code.

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

Light Shade of #ddbabf
#eedcdf
Dark Shade of #ddbabf
#cc989f
Saturated Shade of #ddbabf
#e2b5bb
Desaturated Shade of #ddbabf
#d8bfc3
Grey scale Shade of #ddbabf
#cbcbcb
Brighten Shade
#f6d3d8
Most Readable Shade
#000000

Shades of #ddbabf color code

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

#ddbabf
#c4a5a9
#ab9094
#937c7f
#7a676a
#625254
#493e3f
#31292a
#181415
#000000

Similar Color like #ddbabf color

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

#debbc0
#dfbcc1
#e0bdc2
#e1bec3
#e2bfc4
#e3c0c5
#e4c1c6
#e5c2c7
#e6c3c8
#e7c4c9
#e8c5ca
#e9c6cb
#eac7cc
#ebc8cd
#dcb9be
#dbb8bd
#dab7bc
#d9b6bb
#d8b5ba
#d7b4b9
#d6b3b8
#d5b2b7
#d4b1b6
#d3b0b5
#d2afb4
#d1aeb3
#d0adb2
#cfacb1

Monochromatic Color with #ddbabf

#ddbabf
#080707
#332b2c
#5d4f51
#887276
#b3969a

Tints of #ddbabf Color

#ddbabf
#e0c1c6
#e4c9cd
#e8d1d4
#ecd8db
#efe0e2
#f3e8e9
#f7eff0
#fbf7f7
#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

#ddbabf
#baddd8

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

Split Complementary

#ddbabf
#baddc6
#bad1dd

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

Analogous Color

#ddbacd
#ddbac6
#ddbabf
#ddbcba
#ddc3ba

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

#ddbabf
#bfddba
#babfdd

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

#ddbabf
#d0ddba
#baddd8
#c6badd

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

#ddbabf
#baddd8
#bad1dd
#ddc6ba

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

#ddbabf Color Code Preview on Black Background Color

This is how #ddbabf Color will look on black background color. Color contrast ratio is 11.85

#ddbabf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddbabf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddbabf

#ddbabf color code is use for CSS Background Color

Background color for the above div is #ddbabf

HTML with inline CSS

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

#ddbabf color code is use for CSS Border Color

CSS Border color for the above div is #ddbabf

HTML with inline CSS

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

CSS Border Left color for the above div is #ddbabf

HTML with inline CSS

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

CSS Border Right color for the above div is #ddbabf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddbabf

HTML with inline CSS

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

CSS Border Top color for the above div is #ddbabf

HTML with inline CSS

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

#ddbabf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddbabf Color code Preview on White Background

This is how #ddbabf Color code will look on white background color. Color contrast ratio is 1.77

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.