crispedge.com

Color picker

Loading...

#d6adfe hex color - Violet - Warm color - Information

#d6adfe hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #d6adfe Color code in RGB color code model is created after adding 83.92% red color, 67.84% green color and 99.61% blue color. Hex #d6adfe Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 32% magenta, 0% yellow and 0% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded6adfe#d6adfe
RGB Decimal214, 173, 254rgb(214, 173, 254)
RGB Percent84%, 68%, 100%rgb(84%, 68%, 100%)
CSS RGBa214, 173, 254,1rgba(214,173,254,1)
CMYK Modelcmyk(16%,32%,0%,0%)
HSL Color Space270,98% ,84%hsl(270,98% ,84%)
HSV Color Space270°, 32%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101101010110111111110
Octal326255376
Decimal214173254
Hexd6adfe

Different shades of #d6adfe color code.

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

Light Shade of #d6adfe
#efdfff
Dark Shade of #d6adfe
#bd7bfd
Saturated Shade of #d6adfe
#d6acff
Desaturated Shade of #d6adfe
#d6b1fa
Grey scale Shade of #d6adfe
#d5d5d5
Brighten Shade
#efc6ff
Most Readable Shade
#000000

Shades of #d6adfe color code

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

#d6adfe
#be99e1
#a686c5
#8e73a9
#76608d
#5f4c70
#473954
#2f2638
#17131c
#000000

Similar Color like #d6adfe color

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

#d7aeff
#d8afff
#d9b0ff
#dab1ff
#dbb2ff
#dcb3ff
#ddb4ff
#deb5ff
#dfb6ff
#e0b7ff
#e1b8ff
#e2b9ff
#e3baff
#e4bbff
#d5acfd
#d4abfc
#d3aafb
#d2a9fa
#d1a8f9
#d0a7f8
#cfa6f7
#cea5f6
#cda4f5
#cca3f4
#cba2f3
#caa1f2
#c9a0f1
#c89ff0

Monochromatic Color with #d6adfe

#d6adfe
#231c29
#473954
#6b567e
#8e73a9
#b290d3

Tints of #d6adfe Color

#d6adfe
#dab6fe
#dfbffe
#e3c8fe
#e8d1fe
#ecdafe
#f1e3fe
#f5ecfe
#faf5fe
#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

#d6adfe
#d5fead

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

Split Complementary

#d6adfe
#fefead
#adfeae

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

Analogous Color

#b6adfe
#c6adfe
#d6adfe
#e6adfe
#f6adfe

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

#d6adfe
#fed6ad
#adfed6

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

#d6adfe
#feadad
#d5fead
#adfdfe

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

#d6adfe
#d5fead
#adfeae
#feadfe

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

#d6adfe Color Code Preview on Black Background Color

This is how #d6adfe Color will look on black background color. Color contrast ratio is 11.27

#d6adfe in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d6adfe

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d6adfe

#d6adfe color code is use for CSS Background Color

Background color for the above div is #d6adfe

HTML with inline CSS

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

#d6adfe color code is use for CSS Border Color

CSS Border color for the above div is #d6adfe

HTML with inline CSS

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

CSS Border Left color for the above div is #d6adfe

HTML with inline CSS

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

CSS Border Right color for the above div is #d6adfe

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d6adfe

HTML with inline CSS

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

CSS Border Top color for the above div is #d6adfe

HTML with inline CSS

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

#d6adfe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d6adfe Color code Preview on White Background

This is how #d6adfe Color code will look on white background color. Color contrast ratio is 1.86

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

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(214,173,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(213,254,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(214,173,254,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.