crispedge.com

Color picker

Loading...

#d7cbda hex color - Violet - Warm color - Information

#d7cbda hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #d7cbda Color code in RGB color code model is created after adding 84.31% red color, 79.61% green color and 85.49% blue color. Hex #d7cbda Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 7% magenta, 0% yellow and 15% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Coded7cbda#d7cbda
RGB Decimal215, 203, 218rgb(215, 203, 218)
RGB Percent84%, 80%, 85%rgb(84%, 80%, 85%)
CSS RGBa215, 203, 218,1rgba(215,203,218,1)
CMYK Modelcmyk(1%,7%,0%,15%)
HSL Color Space288,17% ,83%hsl(288,17% ,83%)
HSV Color Space288°, 7%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101111100101111011010
Octal327313332
Decimal215203218
Hexd7cbda

Different shades of #d7cbda color code.

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

Light Shade of #d7cbda
#eee9ef
Dark Shade of #d7cbda
#c0adc5
Saturated Shade of #d7cbda
#dac7de
Desaturated Shade of #d7cbda
#d4cfd6
Grey scale Shade of #d7cbda
#d2d2d2
Brighten Shade
#f0e4f3
Most Readable Shade
#000000

Shades of #d7cbda color code

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

#d7cbda
#bfb4c1
#a79da9
#8f8791
#777079
#5f5a60
#474348
#2f2d30
#171618
#000000

Similar Color like #d7cbda color

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

#d8ccdb
#d9cddc
#dacedd
#dbcfde
#dcd0df
#ddd1e0
#ded2e1
#dfd3e2
#e0d4e3
#e1d5e4
#e2d6e5
#e3d7e6
#e4d8e7
#e5d9e8
#d6cad9
#d5c9d8
#d4c8d7
#d3c7d6
#d2c6d5
#d1c5d4
#d0c4d3
#cfc3d2
#cec2d1
#cdc1d0
#ccc0cf
#cbbfce
#cabecd
#c9bdcc

Monochromatic Color with #d7cbda

#d7cbda
#050505
#2f2d30
#59545a
#837c85
#ada3af

Tints of #d7cbda Color

#d7cbda
#dbd0de
#dfd6e2
#e4dce6
#e8e2ea
#ede7ee
#f1edf2
#f6f3f6
#faf9fa
#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

#d7cbda
#cedacb

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

Split Complementary

#d7cbda
#d6dacb
#cbdacf

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

Analogous Color

#d1cbda
#d4cbda
#d7cbda
#dacbda
#dacbd7

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

#d7cbda
#dad7cb
#cbdad7

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

#d7cbda
#dacfcb
#cedacb
#cbd5da

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

#d7cbda
#cedacb
#cbdacf
#dacbd6

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

#d7cbda Color Code Preview on Black Background Color

This is how #d7cbda Color will look on black background color. Color contrast ratio is 13.44

#d7cbda in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d7cbda

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d7cbda

#d7cbda color code is use for CSS Background Color

Background color for the above div is #d7cbda

HTML with inline CSS

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

#d7cbda color code is use for CSS Border Color

CSS Border color for the above div is #d7cbda

HTML with inline CSS

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

CSS Border Left color for the above div is #d7cbda

HTML with inline CSS

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

CSS Border Right color for the above div is #d7cbda

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d7cbda

HTML with inline CSS

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

CSS Border Top color for the above div is #d7cbda

HTML with inline CSS

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

#d7cbda hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d7cbda Color code Preview on White Background

This is how #d7cbda Color code will look on white background color. Color contrast ratio is 1.56

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

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(215,203,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(206,218,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(215,203,218,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.