crispedge.com

Color picker

Loading...

#dbb4ed hex color - Violet - Warm color - Information

#dbb4ed hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #dbb4ed Color code in RGB color code model is created after adding 85.88% red color, 70.59% green color and 92.94% blue color. Hex #dbb4ed Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 24% magenta, 0% yellow and 7% black.

Hex #dbb4ed color code is between #ddbbee web safe hex color code and #ccaadd web safe hex color code. #ddbbee is the nearest web safe color code. You can see here many more shades of #dbb4ed color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedbb4ed#dbb4ed
RGB Decimal219, 180, 237rgb(219, 180, 237)
RGB Percent86%, 71%, 93%rgb(86%, 71%, 93%)
CSS RGBa219, 180, 237,1rgba(219,180,237,1)
CMYK Modelcmyk(8%,24%,0%,7%)
HSL Color Space281,61% ,82%hsl(281,61% ,82%)
HSV Color Space281°, 24%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110111011010011101101
Octal333264355
Decimal219180237
Hexdbb4ed

Different shades of #dbb4ed color code.

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

Light Shade of #dbb4ed
#efddf7
Dark Shade of #dbb4ed
#c78be3
Saturated Shade of #dbb4ed
#ddaff2
Desaturated Shade of #dbb4ed
#d9b9e8
Grey scale Shade of #dbb4ed
#d0d0d0
Brighten Shade
#f4cdff
Most Readable Shade
#000000

Shades of #dbb4ed color code

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

#dbb4ed
#c2a0d2
#aa8cb8
#92789e
#796483
#615069
#493c4f
#302834
#18141a
#000000

Similar Color like #dbb4ed color

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

#dcb5ee
#ddb6ef
#deb7f0
#dfb8f1
#e0b9f2
#e1baf3
#e2bbf4
#e3bcf5
#e4bdf6
#e5bef7
#e6bff8
#e7c0f9
#e8c1fa
#e9c2fb
#dab3ec
#d9b2eb
#d8b1ea
#d7b0e9
#d6afe8
#d5aee7
#d4ade6
#d3ace5
#d2abe4
#d1aae3
#d0a9e2
#cfa8e1
#cea7e0
#cda6df

Monochromatic Color with #dbb4ed

#dbb4ed
#171318
#3e3343
#65536d
#8c7398
#b494c2

Tints of #dbb4ed Color

#dbb4ed
#dfbcef
#e3c4f1
#e7cdf3
#ebd5f5
#efddf7
#f3e6f9
#f7eefb
#fbf6fd
#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

#dbb4ed
#c6edb4

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

Split Complementary

#dbb4ed
#e3edb4
#b4edbf

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

Analogous Color

#c4b4ed
#d0b4ed
#dbb4ed
#e6b4ed
#edb4e8

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

#dbb4ed
#eddbb4
#b4eddb

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

#dbb4ed
#edbeb4
#c6edb4
#b4e2ed

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

#dbb4ed
#c6edb4
#b4edbf
#edb4e3

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

#dbb4ed Color Code Preview on Black Background Color

This is how #dbb4ed Color will look on black background color. Color contrast ratio is 11.76

#dbb4ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbb4ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbb4ed

#dbb4ed color code is use for CSS Background Color

Background color for the above div is #dbb4ed

HTML with inline CSS

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

#dbb4ed color code is use for CSS Border Color

CSS Border color for the above div is #dbb4ed

HTML with inline CSS

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

CSS Border Left color for the above div is #dbb4ed

HTML with inline CSS

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

CSS Border Right color for the above div is #dbb4ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbb4ed

HTML with inline CSS

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

CSS Border Top color for the above div is #dbb4ed

HTML with inline CSS

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

#dbb4ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbb4ed Color code Preview on White Background

This is how #dbb4ed Color code will look on white background color. Color contrast ratio is 1.79

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

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,180,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(198,237,180,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,180,237,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.