crispedge.com

Color picker

Loading...

#ddbcda hex color - Violet - Warm color - Information

#ddbcda hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ddbcda Color code in RGB color code model is created after adding 86.67% red color, 73.73% green color and 85.49% blue color. Hex #ddbcda Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 1% yellow and 13% black.

Hex #ddbcda color code is between #ccbbdd web safe hex color code and #eecccc web safe hex color code. #ccbbdd is the nearest web safe color code. You can see here many more shades of #ddbcda color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeddbcda#ddbcda
RGB Decimal221, 188, 218rgb(221, 188, 218)
RGB Percent87%, 74%, 85%rgb(87%, 74%, 85%)
CSS RGBa221, 188, 218,1rgba(221,188,218,1)
CMYK Modelcmyk(0%,15%,1%,13%)
HSL Color Space305,33% ,80%hsl(305,33% ,80%)
HSV Color Space305°, 15%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011011110011011010
Octal335274332
Decimal221188218
Hexddbcda

Different shades of #ddbcda color code.

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

Light Shade of #ddbcda
#eedeed
Dark Shade of #ddbcda
#cc9ac7
Saturated Shade of #ddbcda
#e2b7de
Desaturated Shade of #ddbcda
#d8c1d6
Grey scale Shade of #ddbcda
#cccccc
Brighten Shade
#f6d5f3
Most Readable Shade
#000000

Shades of #ddbcda color code

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

#ddbcda
#c4a7c1
#ab92a9
#937d91
#7a6879
#625360
#493e48
#312930
#181418
#000000

Similar Color like #ddbcda color

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

#debddb
#dfbedc
#e0bfdd
#e1c0de
#e2c1df
#e3c2e0
#e4c3e1
#e5c4e2
#e6c5e3
#e7c6e4
#e8c7e5
#e9c8e6
#eac9e7
#ebcae8
#dcbbd9
#dbbad8
#dab9d7
#d9b8d6
#d8b7d5
#d7b6d4
#d6b5d3
#d5b4d2
#d4b3d1
#d3b2d0
#d2b1cf
#d1b0ce
#d0afcd
#cfaecc

Monochromatic Color with #ddbcda

#ddbcda
#080708
#332b32
#5d505c
#887486
#b398b0

Tints of #ddbcda Color

#ddbcda
#e0c3de
#e4cae2
#e8d2e6
#ecd9ea
#efe1ee
#f3e8f2
#f7f0f6
#fbf7fa
#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

#ddbcda
#bcddbf

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

Split Complementary

#ddbcda
#caddbc
#bcddd0

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

Analogous Color

#d3bcdd
#d9bcdd
#ddbcda
#ddbcd3
#ddbccd

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

#ddbcda
#daddbc
#bcdadd

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

#ddbcda
#ddcfbc
#bcddbf
#bcc9dd

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

#ddbcda
#bcddbf
#bcddd0
#ddbcca

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

#ddbcda Color Code Preview on Black Background Color

This is how #ddbcda Color will look on black background color. Color contrast ratio is 12.28

#ddbcda in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddbcda

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddbcda

#ddbcda color code is use for CSS Background Color

Background color for the above div is #ddbcda

HTML with inline CSS

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

#ddbcda color code is use for CSS Border Color

CSS Border color for the above div is #ddbcda

HTML with inline CSS

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

CSS Border Left color for the above div is #ddbcda

HTML with inline CSS

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

CSS Border Right color for the above div is #ddbcda

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddbcda

HTML with inline CSS

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

CSS Border Top color for the above div is #ddbcda

HTML with inline CSS

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

#ddbcda hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddbcda Color code Preview on White Background

This is how #ddbcda Color code will look on white background color. Color contrast ratio is 1.71

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

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(221,188,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(188,221,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,188,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.