crispedge.com

Color picker

Loading...

#d4badd hex color - Violet - Warm color - Information

#d4badd hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #d4badd Color code in RGB color code model is created after adding 83.14% red color, 72.94% green color and 86.67% blue color. Hex #d4badd Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 16% magenta, 0% yellow and 13% black.

Hex #d4badd color code is between #ccbbcc web safe hex color code and #ddaaee web safe hex color code. #ccbbcc is the nearest web safe color code. You can see here many more shades of #d4badd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded4badd#d4badd
RGB Decimal212, 186, 221rgb(212, 186, 221)
RGB Percent83%, 73%, 87%rgb(83%, 73%, 87%)
CSS RGBa212, 186, 221,1rgba(212,186,221,1)
CMYK Modelcmyk(4%,16%,0%,13%)
HSL Color Space285,34% ,80%hsl(285,34% ,80%)
HSV Color Space285°, 16%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101001011101011011101
Octal324272335
Decimal212186221
Hexd4badd

Different shades of #d4badd color code.

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

Light Shade of #d4badd
#e9dcee
Dark Shade of #d4badd
#bf98cc
Saturated Shade of #d4badd
#d6b5e2
Desaturated Shade of #d4badd
#d1bfd8
Grey scale Shade of #d4badd
#cbcbcb
Brighten Shade
#edd3f6
Most Readable Shade
#000000

Shades of #d4badd color code

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

#d4badd
#bca5c4
#a490ab
#8d7c93
#75677a
#5e5262
#463e49
#2f2931
#171418
#000000

Similar Color like #d4badd color

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

#d5bbde
#d6bcdf
#d7bde0
#d8bee1
#d9bfe2
#dac0e3
#dbc1e4
#dcc2e5
#ddc3e6
#dec4e7
#dfc5e8
#e0c6e9
#e1c7ea
#e2c8eb
#d3b9dc
#d2b8db
#d1b7da
#d0b6d9
#cfb5d8
#ceb4d7
#cdb3d6
#ccb2d5
#cbb1d4
#cab0d3
#c9afd2
#c8aed1
#c7add0
#c6accf

Monochromatic Color with #d4badd

#d4badd
#080708
#312b33
#5a4f5d
#827288
#ab96b3

Tints of #d4badd Color

#d4badd
#d8c1e0
#ddc9e4
#e2d1e8
#e7d8ec
#ebe0ef
#f0e8f3
#f5eff7
#faf7fb
#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

#d4badd
#c3ddba

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

Split Complementary

#d4badd
#d5ddba
#baddc2

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

Analogous Color

#c6badd
#cdbadd
#d4badd
#dbbadd
#ddbad8

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

#d4badd
#ddd4ba
#baddd4

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

#d4badd
#ddc2ba
#c3ddba
#bad4dd

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

#d4badd
#c3ddba
#baddc2
#ddbad5

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

#d4badd Color Code Preview on Black Background Color

This is how #d4badd Color will look on black background color. Color contrast ratio is 11.87

#d4badd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d4badd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d4badd

#d4badd color code is use for CSS Background Color

Background color for the above div is #d4badd

HTML with inline CSS

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

#d4badd color code is use for CSS Border Color

CSS Border color for the above div is #d4badd

HTML with inline CSS

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

CSS Border Left color for the above div is #d4badd

HTML with inline CSS

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

CSS Border Right color for the above div is #d4badd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d4badd

HTML with inline CSS

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

CSS Border Top color for the above div is #d4badd

HTML with inline CSS

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

#d4badd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d4badd Color code Preview on White Background

This is how #d4badd Color code will look on white background color. Color contrast ratio is 1.77

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

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(212,186,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(195,221,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(212,186,221,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.