crispedge.com

Color picker

Loading...

#dbbdce hex color - Violet - Warm color - Information

#dbbdce hex color - Violet - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Violet

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

Hex #dbbdce color code is between #ddbbcc web safe hex color code and #ccccdd web safe hex color code. #ddbbcc is the nearest web safe color code. You can see here many more shades of #dbbdce color code.

0 Likes 0 Comments | 7 Views

RGB Chart

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

Color Table

Hex Color Codedbbdce#dbbdce
RGB Decimal219, 189, 206rgb(219, 189, 206)
RGB Percent86%, 74%, 81%rgb(86%, 74%, 81%)
CSS RGBa219, 189, 206,1rgba(219,189,206,1)
CMYK Modelcmyk(0%,14%,6%,14%)
HSL Color Space326,29% ,80%hsl(326,29% ,80%)
HSV Color Space326°, 14%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110111011110111001110
Octal333275316
Decimal219189206
Hexdbbdce

Different shades of #dbbdce color code.

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

Light Shade of #dbbdce
#eddee6
Dark Shade of #dbbdce
#c99cb5
Saturated Shade of #dbbdce
#e0b8cf
Desaturated Shade of #dbbdce
#d6c2cd
Grey scale Shade of #dbbdce
#cccccc
Brighten Shade
#f4d6e7
Most Readable Shade
#000000

Shades of #dbbdce color code

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

#dbbdce
#c2a8b7
#aa93a0
#927e89
#796972
#61545b
#493f44
#302a2d
#181516
#000000

Similar Color like #dbbdce color

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

#dcbecf
#ddbfd0
#dec0d1
#dfc1d2
#e0c2d3
#e1c3d4
#e2c4d5
#e3c5d6
#e4c6d7
#e5c7d8
#e6c8d9
#e7c9da
#e8cadb
#e9cbdc
#dabccd
#d9bbcc
#d8bacb
#d7b9ca
#d6b8c9
#d5b7c8
#d4b6c7
#d3b5c6
#d2b4c5
#d1b3c4
#d0b2c3
#cfb1c2
#ceb0c1
#cdafc0

Monochromatic Color with #dbbdce

#dbbdce
#060606
#312a2e
#5b4f56
#86747e
#b098a6

Tints of #dbbdce Color

#dbbdce
#dfc4d3
#e3cbd8
#e7d3de
#ebdae3
#efe1e9
#f3e9ee
#f7f0f4
#fbf7f9
#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

#dbbdce
#bddbca

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

Split Complementary

#dbbdce
#bfdbbd
#bddbd9

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

Analogous Color

#dbbdda
#dbbdd4
#dbbdce
#dbbdc8
#dbbdc2

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

#dbbdce
#cedbbd
#bdcedb

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

#dbbdce
#dbd9bd
#bddbca
#bdbfdb

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

#dbbdce
#bddbca
#bddbd9
#dbbdbf

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

#dbbdce Color Code Preview on Black Background Color

This is how #dbbdce Color will look on black background color. Color contrast ratio is 12.18

#dbbdce in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbbdce

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbbdce

#dbbdce color code is use for CSS Background Color

Background color for the above div is #dbbdce

HTML with inline CSS

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

#dbbdce color code is use for CSS Border Color

CSS Border color for the above div is #dbbdce

HTML with inline CSS

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

CSS Border Left color for the above div is #dbbdce

HTML with inline CSS

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

CSS Border Right color for the above div is #dbbdce

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbbdce

HTML with inline CSS

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

CSS Border Top color for the above div is #dbbdce

HTML with inline CSS

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

#dbbdce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbbdce Color code Preview on White Background

This is how #dbbdce Color code will look on white background color. Color contrast ratio is 1.72

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

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

0 Likes 0 Comments | 7 Views

Post your comment:-

By submitting comment you agree to our privacy policy.