crispedge.com

Color picker

Loading...

#ddbcdb hex color - Violet - Warm color - Information

#ddbcdb hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #ddbcdb 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 #ddbcdb color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codeddbcdb#ddbcdb
RGB Decimal221, 188, 219rgb(221, 188, 219)
RGB Percent87%, 74%, 86%rgb(87%, 74%, 86%)
CSS RGBa221, 188, 219,1rgba(221,188,219,1)
CMYK Modelcmyk(0%,15%,1%,13%)
HSL Color Space304,33% ,80%hsl(304,33% ,80%)
HSV Color Space304°, 15%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011011110011011011
Octal335274333
Decimal221188219
Hexddbcdb

Different shades of #ddbcdb color code.

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

Light Shade of #ddbcdb
#eedeed
Dark Shade of #ddbcdb
#cc9ac9
Saturated Shade of #ddbcdb
#e2b7df
Desaturated Shade of #ddbcdb
#d8c1d7
Grey scale Shade of #ddbcdb
#cccccc
Brighten Shade
#f6d5f4
Most Readable Shade
#000000

Shades of #ddbcdb color code

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

#ddbcdb
#c4a7c2
#ab92aa
#937d92
#7a6879
#625361
#493e49
#312930
#181418
#000000

Similar Color like #ddbcdb color

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

#debddc
#dfbedd
#e0bfde
#e1c0df
#e2c1e0
#e3c2e1
#e4c3e2
#e5c4e3
#e6c5e4
#e7c6e5
#e8c7e6
#e9c8e7
#eac9e8
#ebcae9
#dcbbda
#dbbad9
#dab9d8
#d9b8d7
#d8b7d6
#d7b6d5
#d6b5d4
#d5b4d3
#d4b3d2
#d3b2d1
#d2b1d0
#d1b0cf
#d0afce
#cfaecd

Monochromatic Color with #ddbcdb

#ddbcdb
#080708
#332b33
#5d505d
#887487
#b398b1

Tints of #ddbcdb Color

#ddbcdb
#e0c3df
#e4cae3
#e8d2e7
#ecd9eb
#efe1ef
#f3e8f3
#f7f0f7
#fbf7fb
#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

#ddbcdb
#bcddbe

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

Split Complementary

#ddbcdb
#cbddbc
#bcddcf

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

Analogous Color

#d2bcdd
#d8bcdd
#ddbcdb
#ddbcd4
#ddbcce

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

#ddbcdb
#dbddbc
#bcdbdd

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

#ddbcdb
#ddcebc
#bcddbe
#bccadd

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

#ddbcdb
#bcddbe
#bcddcf
#ddbccb

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

#ddbcdb Color Code Preview on Black Background Color

This is how #ddbcdb Color will look on black background color. Color contrast ratio is 12.29

#ddbcdb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddbcdb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddbcdb

#ddbcdb color code is use for CSS Background Color

Background color for the above div is #ddbcdb

HTML with inline CSS

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

#ddbcdb color code is use for CSS Border Color

CSS Border color for the above div is #ddbcdb

HTML with inline CSS

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

CSS Border Left color for the above div is #ddbcdb

HTML with inline CSS

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

CSS Border Right color for the above div is #ddbcdb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddbcdb

HTML with inline CSS

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

CSS Border Top color for the above div is #ddbcdb

HTML with inline CSS

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

#ddbcdb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddbcdb Color code Preview on White Background

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.