crispedge.com

Color picker

Loading...

#dbc5da hex color - Violet - Warm color - Information

#dbc5da hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #dbc5da Color code in RGB color code model is created after adding 85.88% red color, 77.25% green color and 85.49% blue color. Hex #dbc5da Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 10% magenta, 0% yellow and 14% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedbc5da#dbc5da
RGB Decimal219, 197, 218rgb(219, 197, 218)
RGB Percent86%, 77%, 85%rgb(86%, 77%, 85%)
CSS RGBa219, 197, 218,1rgba(219,197,218,1)
CMYK Modelcmyk(0%,10%,0%,14%)
HSL Color Space303,23% ,82%hsl(303,23% ,82%)
HSV Color Space303°, 10%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110111100010111011010
Octal333305332
Decimal219197218
Hexdbc5da

Different shades of #dbc5da color code.

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

Light Shade of #dbc5da
#efe4ee
Dark Shade of #dbc5da
#c7a6c6
Saturated Shade of #dbc5da
#e0c0de
Desaturated Shade of #dbc5da
#d6cad6
Grey scale Shade of #dbc5da
#d0d0d0
Brighten Shade
#f4def3
Most Readable Shade
#000000

Shades of #dbc5da color code

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

#dbc5da
#c2afc1
#aa99a9
#928391
#796d79
#615760
#494148
#302b30
#181518
#000000

Similar Color like #dbc5da color

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

#dcc6db
#ddc7dc
#dec8dd
#dfc9de
#e0cadf
#e1cbe0
#e2cce1
#e3cde2
#e4cee3
#e5cfe4
#e6d0e5
#e7d1e6
#e8d2e7
#e9d3e8
#dac4d9
#d9c3d8
#d8c2d7
#d7c1d6
#d6c0d5
#d5bfd4
#d4bed3
#d3bdd2
#d2bcd1
#d1bbd0
#d0bacf
#cfb9ce
#ceb8cd
#cdb7cc

Monochromatic Color with #dbc5da

#dbc5da
#060606
#312c31
#5b525b
#867985
#b09fb0

Tints of #dbc5da Color

#dbc5da
#dfcbde
#e3d1e2
#e7d8e6
#ebdeea
#efe5ee
#f3ebf2
#f7f2f6
#fbf8fa
#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

#dbc5da
#c5dbc6

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

Split Complementary

#dbc5da
#cfdbc5
#c5dbd1

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

Analogous Color

#d3c5db
#d8c5db
#dbc5da
#dbc5d6
#dbc5d1

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

#dbc5da
#dadbc5
#c5dadb

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

#dbc5da
#dbd1c5
#c5dbc6
#c5cfdb

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

#dbc5da
#c5dbc6
#c5dbd1
#dbc5cf

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

#dbc5da Color Code Preview on Black Background Color

This is how #dbc5da Color will look on black background color. Color contrast ratio is 13.01

#dbc5da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbc5da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbc5da

#dbc5da color code is use for CSS Background Color

Background color for the above div is #dbc5da

HTML with inline CSS

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

#dbc5da color code is use for CSS Border Color

CSS Border color for the above div is #dbc5da

HTML with inline CSS

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

CSS Border Left color for the above div is #dbc5da

HTML with inline CSS

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

CSS Border Right color for the above div is #dbc5da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbc5da

HTML with inline CSS

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

CSS Border Top color for the above div is #dbc5da

HTML with inline CSS

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

#dbc5da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbc5da Color code Preview on White Background

This is how #dbc5da Color code will look on white background color. Color contrast ratio is 1.61

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.