Skip to main content Skip to docs navigation

#d6bdcd hex color | Download Light Violet BG image | Information

Color Picker

@
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 Info

Woow we have a nearby visually matching color name available. It's name is Bedazzled and its hex is #D3B9CC Nearest Color Name

Color Hue/Base color: Violet

Hex #d6bdcd Color code in RGB color code model is created after adding 83.92% red color, 74.12% green color and 80.39% blue color. Hex #d6bdcd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 4% yellow and 16.08% black.

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

RGB Chart

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

Color Table

Hex Color Code d6bdcd #d6bdcd
RGB Decimal 214, 189, 205 214, 189, 205
RGB Percent 84%, 74%, 80% rgb(84%, 74%, 80%)
CSS RGBa 214, 189, 205,1 rgba(214,189,205,1)
CMYK Model cmyk(0%,12%,4%,16.08%)
HSL Color Space 322,23% ,79% hsl(322,23% ,79%)
HSV Color Space 322°, 12%, 84%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11010110 10111101 11001101
Octal 326 275 315
Decimal 214 189 205
Hex d6 bd cd

Different shades of #d6bdcd color code.

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

Darkest of #d6bdcd
#9a6085
Darker of #d6bdcd
#af7e9d
Dark of #d6bdcd
#c29eb5
Base of #d6bdcd
#d6bdcd
Light of #d6bdcd
#eadce5
Lighter
#fdfcfd
Lightest
#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

#d6bdcd
#bdd6c6

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

Split Complementary

#d6bdcd
#c1d6bd
#bdd6d2

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

Analogous Color

#d0bdd6
#d5bdd6
#d6bdcd
#d6bdc5
#d6c0bd

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

#d6bdcd
#bdcdd6
#cdd6bd

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

#d6bdcd
#cdd6bd
#bdd6c6
#c6bdd6

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#d6bdcd
#d6d2bd
#bdd6c6
#bdc1d6

Square 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).

Monochromatic Color with #d6bdcd

#7b4c6a
#9a6085
#af7e9d
#c29eb5
#d6bdcd
#eadce5
#fdfcfd
#ffffff
#ffffff

Tints of #d6bdcd Color

#d6bdcd
#dac4d2
#dfcbd8
#e3d3dd
#e8dae3
#ece1e8
#f1e9ee
#f5f0f3
#faf7f9
#ffffff

Shades of #d6bdcd color code

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

#d6bdcd
#bea8b6
#a6939f
#8e7e88
#766971
#5f545b
#473f44
#2f2a2d
#171516
#000000

Tones

#d6bdcd
#cbc8ca
#cacaca
#cacaca
#cacaca

Tones

Similar Color like #d6bdcd color

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

#d7bece
#d8bfcf
#d9c0d0
#dac1d1
#dbc2d2
#dcc3d3
#ddc4d4
#dec5d5
#dfc6d6
#e0c7d7
#e1c8d8
#e2c9d9
#e3cada
#e4cbdb
#d5bccc
#d4bbcb
#d3baca
#d2b9c9
#d1b8c8
#d0b7c7
#cfb6c6
#ceb5c5
#cdb4c4
#ccb3c3
#cbb2c2
#cab1c1
#c9b0c0
#c8afbf

Download this Light Violet

Hex #d6bdcd 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.

#d6bdcd Color Code Preview on Black Background Color

This is how #d6bdcd Color will look on black background color. Color contrast ratio is 12.02

#d6bdcd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d6bdcd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d6bdcd

#d6bdcd color code is use for CSS Background Color

Background color for the above div is #d6bdcd

HTML with inline CSS

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

#d6bdcd color code is use for CSS Border Color

CSS Border color for the above div is #d6bdcd

HTML with inline CSS

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

CSS Border Left color for the above div is #d6bdcd

HTML with inline CSS

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

CSS Border Right color for the above div is #d6bdcd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d6bdcd

HTML with inline CSS

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

CSS Border Top color for the above div is #d6bdcd

HTML with inline CSS

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

#d6bdcd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d6bdcd Color code Preview on White Background

This is how #d6bdcd Color code will look on white background color. Color contrast ratio is 1.75

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(214,189,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(189,214,198,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(214,189,205,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }