crispedge.com

Color picker

Loading...

#dd9ef2 hex color - Violet - Warm color - Information

#dd9ef2 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #dd9ef2 Color code in RGB color code model is created after adding 86.67% red color, 61.96% green color and 94.9% blue color. Hex #dd9ef2 Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 35% magenta, 0% yellow and 5% black.

Hex #dd9ef2 color code is between #cc99ee web safe hex color code and #eeaaff web safe hex color code. #cc99ee is the nearest web safe color code. You can see here many more shades of #dd9ef2 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedd9ef2#dd9ef2
RGB Decimal221, 158, 242rgb(221, 158, 242)
RGB Percent87%, 62%, 95%rgb(87%, 62%, 95%)
CSS RGBa221, 158, 242,1rgba(221,158,242,1)
CMYK Modelcmyk(9%,35%,0%,5%)
HSL Color Space285,76% ,78%hsl(285,76% ,78%)
HSV Color Space285°, 35%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011001111011110010
Octal335236362
Decimal221158242
Hexdd9ef2

Different shades of #dd9ef2 color code.

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

Light Shade of #dd9ef2
#edcbf8
Dark Shade of #dd9ef2
#cd71ec
Saturated Shade of #dd9ef2
#e098f7
Desaturated Shade of #dd9ef2
#daa3ec
Grey scale Shade of #dd9ef2
#c8c8c8
Brighten Shade
#f6b7ff
Most Readable Shade
#000000

Shades of #dd9ef2 color code

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

#dd9ef2
#c48cd7
#ab7abc
#9369a1
#7a5786
#62466b
#493450
#312335
#18111a
#000000

Similar Color like #dd9ef2 color

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

#de9ff3
#dfa0f4
#e0a1f5
#e1a2f6
#e2a3f7
#e3a4f8
#e4a5f9
#e5a6fa
#e6a7fb
#e7a8fc
#e8a9fd
#e9aafe
#eaabff
#ebacff
#dc9df1
#db9cf0
#da9bef
#d99aee
#d899ed
#d798ec
#d697eb
#d596ea
#d495e9
#d394e8
#d293e7
#d192e6
#d091e5
#cf90e4

Monochromatic Color with #dd9ef2

#dd9ef2
#1b131d
#422f48
#694b72
#8f669d
#b682c7

Tints of #dd9ef2 Color

#dd9ef2
#e0a8f3
#e4b3f4
#e8bef6
#ecc9f7
#efd3f9
#f3defa
#f7e9fc
#fbf4fd
#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

#dd9ef2
#b3f29e

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

Split Complementary

#dd9ef2
#ddf29e
#9ef2b3

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

Analogous Color

#bb9ef2
#cc9ef2
#dd9ef2
#ee9ef2
#f29ee5

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

#dd9ef2
#f2dd9e
#9ef2dd

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

#dd9ef2
#f2b39e
#b3f29e
#9eddf2

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

#dd9ef2
#b3f29e
#9ef2b3
#f29edd

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

#dd9ef2 Color Code Preview on Black Background Color

This is how #dd9ef2 Color will look on black background color. Color contrast ratio is 10.25

#dd9ef2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd9ef2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd9ef2

#dd9ef2 color code is use for CSS Background Color

Background color for the above div is #dd9ef2

HTML with inline CSS

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

#dd9ef2 color code is use for CSS Border Color

CSS Border color for the above div is #dd9ef2

HTML with inline CSS

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

CSS Border Left color for the above div is #dd9ef2

HTML with inline CSS

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

CSS Border Right color for the above div is #dd9ef2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd9ef2

HTML with inline CSS

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

CSS Border Top color for the above div is #dd9ef2

HTML with inline CSS

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

#dd9ef2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd9ef2 Color code Preview on White Background

This is how #dd9ef2 Color code will look on white background color. Color contrast ratio is 2.05

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

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,158,242,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(179,242,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,158,242,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.