Skip to main content Skip to docs navigation

#d9bdea hex color - Violet - Warm color - Information

On this page
@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #d9bdea Color code in RGB color code model is created after adding 85.1% red color, 74.12% green color and 91.76% blue color. Hex #d9bdea Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 19% magenta, 0% yellow and 8.24% black.

Hex #d9bdea color code is between #ddbbee web safe hex color code and #ccccdd web safe hex color code. #ddbbee is the nearest web safe color code. You can see here many more shades of #d9bdea color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code d9bdea #d9bdea
RGB Decimal 217, 189, 234 rgb(217, 189, 234)
RGB Percent 85%, 74%, 92% rgb(85%, 74%, 92%)
CSS RGBa 217, 189, 234,1 rgba(217,189,234,1)
CMYK Model cmyk(7%,19%,0%,8.24%)
HSL Color Space 277,52% ,83% hsl(277,52% ,83%)
HSV Color Space 277°, 19%, 92%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011001 10111101 11101010
Octal 331 275 352
Decimal 217 189 234
Hex d9 bd ea

Different shades of #d9bdea color code.

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

Light Shade of #d9bdea
#efe4f6
Dark Shade of #d9bdea
#c396de
Saturated Shade of #d9bdea
#dab9ee
Desaturated Shade of #d9bdea
#d8c1e6
Grey scale Shade of #d9bdea
#d3d3d3
Brighten Shade
#f2d6ff
Most Readable Shade
#000000

Shades of #d9bdea color code

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

#d9bdea
#c0a8d0
#a893b6
#907e9c
#786982
#605468
#483f4e
#302a34
#18151a
#000000

Similar Color like #d9bdea color

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

#dabeeb
#dbbfec
#dcc0ed
#ddc1ee
#dec2ef
#dfc3f0
#e0c4f1
#e1c5f2
#e2c6f3
#e3c7f4
#e4c8f5
#e5c9f6
#e6caf7
#e7cbf8
#d8bce9
#d7bbe8
#d6bae7
#d5b9e6
#d4b8e5
#d3b7e4
#d2b6e3
#d1b5e2
#d0b4e1
#cfb3e0
#ceb2df
#cdb1de
#ccb0dd
#cbafdc

Monochromatic Color with #d9bdea

#d9bdea
#141115
#3b3440
#63566a
#8a7895
#b29bbf

Tints of #d9bdea Color

#d9bdea
#ddc4ec
#e1cbee
#e5d3f1
#e9daf3
#eee1f5
#f2e9f8
#f6f0fa
#faf7fc
#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

#d9bdea
#ceeabd

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

Split Complementary

#d9bdea
#e5eabd
#bdeac3

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

Analogous Color

#c7bdea
#d0bdea
#d9bdea
#e2bdea
#eabde9

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

#d9bdea
#ead9bd
#bdead9

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

#d9bdea
#eac2bd
#ceeabd
#bde4ea

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

#d9bdea
#ceeabd
#bdeac3
#eabde5

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

#d9bdea Color Code Preview on Black Background Color

This is how #d9bdea Color will look on black background color. Color contrast ratio is 12.42

#d9bdea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d9bdea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d9bdea

#d9bdea color code is use for CSS Background Color

Background color for the above div is #d9bdea

HTML with inline CSS

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

#d9bdea color code is use for CSS Border Color

CSS Border color for the above div is #d9bdea

HTML with inline CSS

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

CSS Border Left color for the above div is #d9bdea

HTML with inline CSS

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

CSS Border Right color for the above div is #d9bdea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d9bdea

HTML with inline CSS

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

CSS Border Top color for the above div is #d9bdea

HTML with inline CSS

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

#d9bdea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d9bdea Color code Preview on White Background

This is how #d9bdea Color code will look on white background color. Color contrast ratio is 1.69

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

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(217,189,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(206,234,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(217,189,234,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.