crispedge.com

Color picker

Loading...

#ddbdff hex color - Violet - Cool color - Information

#ddbdff hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #ddbdff Color code in RGB color code model is created after adding 86.67% red color, 74.12% green color and 100% blue color. Hex #ddbdff Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 26% magenta, 0% yellow and 0% black.

Hex #ddbdff color code is between #ccbbee web safe hex color code and #eeccdd web safe hex color code. #ccbbee is the nearest web safe color code. You can see here many more shades of #ddbdff color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeddbdff#ddbdff
RGB Decimal221, 189, 255rgb(221, 189, 255)
RGB Percent87%, 74%, 100%rgb(87%, 74%, 100%)
CSS RGBa221, 189, 255,1rgba(221,189,255,1)
CMYK Modelcmyk(13%,26%,0%,0%)
HSL Color Space269,100% ,87%hsl(269,100% ,87%)
HSV Color Space269°, 26%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110111011011110111111111
Octal335275377
Decimal221189255
Hexddbdff

Different shades of #ddbdff color code.

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

Light Shade of #ddbdff
#f7f0ff
Dark Shade of #ddbdff
#c38aff
Saturated Shade of #ddbdff
#ddbdff
Desaturated Shade of #ddbdff
#ddc0fc
Grey scale Shade of #ddbdff
#dedede
Brighten Shade
#f6d6ff
Most Readable Shade
#000000

Shades of #ddbdff color code

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

#ddbdff
#c4a8e2
#ab93c6
#937eaa
#7a698d
#625471
#493f55
#312a38
#18151c
#000000

Similar Color like #ddbdff color

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

#debeff
#dfbfff
#e0c0ff
#e1c1ff
#e2c2ff
#e3c3ff
#e4c4ff
#e5c5ff
#e6c6ff
#e7c7ff
#e8c8ff
#e9c9ff
#eacaff
#ebcbff
#dcbcfe
#dbbbfd
#dabafc
#d9b9fb
#d8b8fa
#d7b7f9
#d6b6f8
#d5b5f7
#d4b4f6
#d3b3f5
#d2b2f4
#d1b1f3
#d0b0f2
#cfaff1

Monochromatic Color with #ddbdff

#ddbdff
#251f2a
#4a3f55
#6f5f80
#937eaa
#b89dd4

Tints of #ddbdff Color

#ddbdff
#e0c4ff
#e4cbff
#e8d3ff
#ecdaff
#efe1ff
#f3e9ff
#f7f0ff
#fbf7ff
#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

#ddbdff
#dfffbd

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

Split Complementary

#ddbdff
#fffebd
#beffbd

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

Analogous Color

#c3bdff
#d0bdff
#ddbdff
#eabdff
#f7bdff

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

#ddbdff
#ffddbd
#bdffdd

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

#ddbdff
#ffbdbe
#dfffbd
#bdfffe

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

#ddbdff
#dfffbd
#beffbd
#febdff

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

#ddbdff Color Code Preview on Black Background Color

This is how #ddbdff Color will look on black background color. Color contrast ratio is 12.80

#ddbdff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddbdff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddbdff

#ddbdff color code is use for CSS Background Color

Background color for the above div is #ddbdff

HTML with inline CSS

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

#ddbdff color code is use for CSS Border Color

CSS Border color for the above div is #ddbdff

HTML with inline CSS

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

CSS Border Left color for the above div is #ddbdff

HTML with inline CSS

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

CSS Border Right color for the above div is #ddbdff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddbdff

HTML with inline CSS

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

CSS Border Top color for the above div is #ddbdff

HTML with inline CSS

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

#ddbdff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddbdff Color code Preview on White Background

This is how #ddbdff Color code will look on white background color. Color contrast ratio is 1.64

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

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,189,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(223,255,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,189,255,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.