crispedge.com

Color picker

Loading...

#dfa7ee hex color - Violet - Warm color - Information

#dfa7ee hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #dfa7ee Color code in RGB color code model is created after adding 87.45% red color, 65.49% green color and 93.33% blue color. Hex #dfa7ee Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 30% magenta, 0% yellow and 7% black.

Hex #dfa7ee color code is between #ddaadd web safe hex color code and #ee99ff web safe hex color code. #ddaadd is the nearest web safe color code. You can see here many more shades of #dfa7ee color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedfa7ee#dfa7ee
RGB Decimal223, 167, 238rgb(223, 167, 238)
RGB Percent87%, 65%, 93%rgb(87%, 65%, 93%)
CSS RGBa223, 167, 238,1rgba(223,167,238,1)
CMYK Modelcmyk(6%,30%,0%,7%)
HSL Color Space287,68% ,79%hsl(287,68% ,79%)
HSV Color Space287°, 30%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111111010011111101110
Octal337247356
Decimal223167238
Hexdfa7ee

Different shades of #dfa7ee color code.

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

Light Shade of #dfa7ee
#efd2f6
Dark Shade of #dfa7ee
#cf7ce6
Saturated Shade of #dfa7ee
#e2a2f3
Desaturated Shade of #dfa7ee
#dcace9
Grey scale Shade of #dfa7ee
#cacaca
Brighten Shade
#f8c0ff
Most Readable Shade
#000000

Shades of #dfa7ee color code

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

#dfa7ee
#c694d3
#ad81b9
#946f9e
#7b5c84
#634a69
#4a374f
#312534
#18121a
#000000

Similar Color like #dfa7ee color

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

#e0a8ef
#e1a9f0
#e2aaf1
#e3abf2
#e4acf3
#e5adf4
#e6aef5
#e7aff6
#e8b0f7
#e9b1f8
#eab2f9
#ebb3fa
#ecb4fb
#edb5fc
#dea6ed
#dda5ec
#dca4eb
#dba3ea
#daa2e9
#d9a1e8
#d8a0e7
#d79fe6
#d69ee5
#d59de4
#d49ce3
#d39be2
#d29ae1
#d199e0

Monochromatic Color with #dfa7ee

#dfa7ee
#18121a
#403044
#684e6e
#8f6b99
#b789c3

Tints of #dfa7ee Color

#dfa7ee
#e2b0ef
#e6baf1
#e9c4f3
#edcef5
#f0d7f7
#f4e1f9
#f7ebfb
#fbf5fd
#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

#dfa7ee
#b6eea7

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

Split Complementary

#dfa7ee
#d9eea7
#a7eebc

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

Analogous Color

#c3a7ee
#d1a7ee
#dfa7ee
#eda7ee
#eea7e1

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

#dfa7ee
#eedfa7
#a7eedf

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

#dfa7ee
#eebba7
#b6eea7
#a7d9ee

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

#dfa7ee
#b6eea7
#a7eebc
#eea7d9

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

#dfa7ee Color Code Preview on Black Background Color

This is how #dfa7ee Color will look on black background color. Color contrast ratio is 10.90

#dfa7ee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfa7ee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfa7ee

#dfa7ee color code is use for CSS Background Color

Background color for the above div is #dfa7ee

HTML with inline CSS

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

#dfa7ee color code is use for CSS Border Color

CSS Border color for the above div is #dfa7ee

HTML with inline CSS

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

CSS Border Left color for the above div is #dfa7ee

HTML with inline CSS

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

CSS Border Right color for the above div is #dfa7ee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dfa7ee

HTML with inline CSS

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

CSS Border Top color for the above div is #dfa7ee

HTML with inline CSS

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

#dfa7ee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dfa7ee Color code Preview on White Background

This is how #dfa7ee Color code will look on white background color. Color contrast ratio is 1.93

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

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(223,167,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(182,238,167,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(223,167,238,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.