crispedge.com

Color picker

Loading...

#d5bcde hex color - Violet - Warm color - Information

#d5bcde hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #d5bcde Color code in RGB color code model is created after adding 83.53% red color, 73.73% green color and 87.06% blue color. Hex #d5bcde Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 15% magenta, 0% yellow and 13% black.

Hex #d5bcde color code is between #ddbbdd web safe hex color code and #ccccee web safe hex color code. #ddbbdd is the nearest web safe color code. You can see here many more shades of #d5bcde color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded5bcde#d5bcde
RGB Decimal213, 188, 222rgb(213, 188, 222)
RGB Percent84%, 74%, 87%rgb(84%, 74%, 87%)
CSS RGBa213, 188, 222,1rgba(213,188,222,1)
CMYK Modelcmyk(4%,15%,0%,13%)
HSL Color Space284,34% ,80%hsl(284,34% ,80%)
HSV Color Space284°, 15%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101011011110011011110
Octal325274336
Decimal213188222
Hexd5bcde

Different shades of #d5bcde color code.

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

Light Shade of #d5bcde
#eadeef
Dark Shade of #d5bcde
#c09acd
Saturated Shade of #d5bcde
#d7b7e3
Desaturated Shade of #d5bcde
#d3c1d9
Grey scale Shade of #d5bcde
#cdcdcd
Brighten Shade
#eed5f7
Most Readable Shade
#000000

Shades of #d5bcde color code

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

#d5bcde
#bda7c5
#a592ac
#8e7d94
#76687b
#5e5362
#473e4a
#2f2931
#171418
#000000

Similar Color like #d5bcde color

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

#d6bddf
#d7bee0
#d8bfe1
#d9c0e2
#dac1e3
#dbc2e4
#dcc3e5
#ddc4e6
#dec5e7
#dfc6e8
#e0c7e9
#e1c8ea
#e2c9eb
#e3caec
#d4bbdd
#d3badc
#d2b9db
#d1b8da
#d0b7d9
#cfb6d8
#ceb5d7
#cdb4d6
#ccb3d5
#cbb2d4
#cab1d3
#c9b0d2
#c8afd1
#c7aed0

Monochromatic Color with #d5bcde

#d5bcde
#090809
#322c34
#5b505e
#837489
#ac98b3

Tints of #d5bcde Color

#d5bcde
#d9c3e1
#decae5
#e3d2e9
#e7d9ec
#ece1f0
#f1e8f4
#f5f0f7
#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

#d5bcde
#c5debc

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

Split Complementary

#d5bcde
#d6debc
#bcdec4

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

Analogous Color

#c7bcde
#cebcde
#d5bcde
#dcbcde
#debcd9

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

#d5bcde
#ded5bc
#bcded5

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

#d5bcde
#dec4bc
#c5debc
#bcd6de

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

#d5bcde
#c5debc
#bcdec4
#debcd6

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

#d5bcde Color Code Preview on Black Background Color

This is how #d5bcde Color will look on black background color. Color contrast ratio is 12.08

#d5bcde in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d5bcde

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d5bcde

#d5bcde color code is use for CSS Background Color

Background color for the above div is #d5bcde

HTML with inline CSS

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

#d5bcde color code is use for CSS Border Color

CSS Border color for the above div is #d5bcde

HTML with inline CSS

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

CSS Border Left color for the above div is #d5bcde

HTML with inline CSS

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

CSS Border Right color for the above div is #d5bcde

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d5bcde

HTML with inline CSS

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

CSS Border Top color for the above div is #d5bcde

HTML with inline CSS

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

#d5bcde hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d5bcde Color code Preview on White Background

This is how #d5bcde Color code will look on white background color. Color contrast ratio is 1.74

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

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(213,188,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(197,222,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(213,188,222,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.