crispedge.com

Color picker

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

#dbbbc3 hex color - Red - Warm color - Information

#dbbbc3 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #dbbbc3 Color code in RGB color code model is created after adding 85.88% red color, 73.33% green color and 76.47% blue color. Hex #dbbbc3 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 11% yellow and 14% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedbbbc3#dbbbc3
RGB Decimal219, 187, 195rgb(219, 187, 195)
RGB Percent86%, 73%, 76%rgb(86%, 73%, 76%)
CSS RGBa219, 187, 195,1rgba(219,187,195,1)
CMYK Modelcmyk(0%,15%,11%,14%)
HSL Color Space345,31% ,80%hsl(345,31% ,80%)
HSV Color Space345°, 15%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110111011101111000011
Octal333273303
Decimal219187195
Hexdbbbc3

Different shades of #dbbbc3 color code.

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

Light Shade of #dbbbc3
#eddce0
Dark Shade of #dbbbc3
#c99aa6
Saturated Shade of #dbbbc3
#e0b6c0
Desaturated Shade of #dbbbc3
#d6c0c6
Grey scale Shade of #dbbbc3
#cbcbcb
Brighten Shade
#f4d4dc
Most Readable Shade
#000000

Shades of #dbbbc3 color code

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

#dbbbc3
#c2a6ad
#aa9197
#927c82
#79676c
#615356
#493e41
#30292b
#181415
#000000

Similar Color like #dbbbc3 color

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

#dcbcc4
#ddbdc5
#debec6
#dfbfc7
#e0c0c8
#e1c1c9
#e2c2ca
#e3c3cb
#e4c4cc
#e5c5cd
#e6c6ce
#e7c7cf
#e8c8d0
#e9c9d1
#dabac2
#d9b9c1
#d8b8c0
#d7b7bf
#d6b6be
#d5b5bd
#d4b4bc
#d3b3bb
#d2b2ba
#d1b1b9
#d0b0b8
#cfafb7
#ceaeb6
#cdadb5

Monochromatic Color with #dbbbc3

#dbbbc3
#060606
#312a2c
#5b4e51
#867277
#b0979d

Tints of #dbbbc3 Color

#dbbbc3
#dfc2c9
#e3cad0
#e7d1d7
#ebd9dd
#efe0e4
#f3e8eb
#f7eff1
#fbf7f8
#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

#dbbbc3
#bbdbd3

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

Split Complementary

#dbbbc3
#bbdbc3
#bbd3db

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

Analogous Color

#dbbbd0
#dbbbc9
#dbbbc3
#dbbbbd
#dbc0bb

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

#dbbbc3
#c3dbbb
#bbc3db

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

#dbbbc3
#d3dbbb
#bbdbd3
#c3bbdb

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

#dbbbc3
#bbdbd3
#bbd3db
#dbc3bb

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

#dbbbc3 Color Code Preview on Black Background Color

This is how #dbbbc3 Color will look on black background color. Color contrast ratio is 11.91

#dbbbc3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbbbc3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbbbc3

#dbbbc3 color code is use for CSS Background Color

Background color for the above div is #dbbbc3

HTML with inline CSS

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

#dbbbc3 color code is use for CSS Border Color

CSS Border color for the above div is #dbbbc3

HTML with inline CSS

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

CSS Border Left color for the above div is #dbbbc3

HTML with inline CSS

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

CSS Border Right color for the above div is #dbbbc3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbbbc3

HTML with inline CSS

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

CSS Border Top color for the above div is #dbbbc3

HTML with inline CSS

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

#dbbbc3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbbbc3 Color code Preview on White Background

This is how #dbbbc3 Color code will look on white background color. Color contrast ratio is 1.76

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

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.