crispedge.com

Color picker

Loading...

#dddaeb hex color - Violet - Cool color - Information

#dddaeb hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #dddaeb Color code in RGB color code model is created after adding 86.67% red color, 85.49% green color and 92.16% blue color. Hex #dddaeb Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 7% magenta, 0% yellow and 8% black.

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

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Codedddaeb#dddaeb
RGB Decimal221, 218, 235rgb(221, 218, 235)
RGB Percent87%, 85%, 92%rgb(87%, 85%, 92%)
CSS RGBa221, 218, 235,1rgba(221,218,235,1)
CMYK Modelcmyk(6%,7%,0%,8%)
HSL Color Space251,30% ,89%hsl(251,30% ,89%)
HSV Color Space251°, 7%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110111011101101011101011
Octal335332353
Decimal221218235
Hexdddaeb

Different shades of #dddaeb color code.

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

Light Shade of #dddaeb
#fbfbfd
Dark Shade of #dddaeb
#bfb9d9
Saturated Shade of #dddaeb
#dbd7ee
Desaturated Shade of #dddaeb
#dfdde8
Grey scale Shade of #dddaeb
#e2e2e2
Brighten Shade
#f6f3ff
Most Readable Shade
#000000

Shades of #dddaeb color code

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

#dddaeb
#c4c1d0
#aba9b6
#93919c
#7a7982
#626068
#49484e
#313034
#18181a
#000000

Similar Color like #dddaeb color

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

#dedbec
#dfdced
#e0ddee
#e1deef
#e2dff0
#e3e0f1
#e4e1f2
#e5e2f3
#e6e3f4
#e7e4f5
#e8e5f6
#e9e6f7
#eae7f8
#ebe8f9
#dcd9ea
#dbd8e9
#dad7e8
#d9d6e7
#d8d5e6
#d7d4e5
#d6d3e4
#d5d2e3
#d4d1e2
#d3d0e1
#d2cfe0
#d1cedf
#d0cdde
#cfccdd

Monochromatic Color with #dddaeb

#dddaeb
#151516
#3d3c41
#65646b
#8d8b96
#b5b3c0

Tints of #dddaeb Color

#dddaeb
#e0deed
#e4e2ef
#e8e6f1
#eceaf3
#efeef6
#f3f2f8
#f7f6fa
#fbfafc
#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

#dddaeb
#e8ebda

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

Split Complementary

#dddaeb
#ebe6da
#e0ebda

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

Analogous Color

#dadeeb
#dadaeb
#dddaeb
#e0daeb
#e4daeb

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

#dddaeb
#ebddda
#daebdd

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

#dddaeb
#ebdadf
#e8ebda
#daebe5

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

#dddaeb
#e8ebda
#e0ebda
#e6daeb

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

#dddaeb Color Code Preview on Black Background Color

This is how #dddaeb Color will look on black background color. Color contrast ratio is 15.30

#dddaeb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dddaeb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dddaeb

#dddaeb color code is use for CSS Background Color

Background color for the above div is #dddaeb

HTML with inline CSS

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

#dddaeb color code is use for CSS Border Color

CSS Border color for the above div is #dddaeb

HTML with inline CSS

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

CSS Border Left color for the above div is #dddaeb

HTML with inline CSS

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

CSS Border Right color for the above div is #dddaeb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dddaeb

HTML with inline CSS

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

CSS Border Top color for the above div is #dddaeb

HTML with inline CSS

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

#dddaeb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dddaeb Color code Preview on White Background

This is how #dddaeb Color code will look on white background color. Color contrast ratio is 1.37

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

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.