crispedge.com

Color picker

Loading...

#d0abcc hex color - Violet - Warm color - Information

#d0abcc hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #d0abcc Color code in RGB color code model is created after adding 81.57% red color, 67.06% green color and 80% blue color. Hex #d0abcc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 2% yellow and 18% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded0abcc#d0abcc
RGB Decimal208, 171, 204rgb(208, 171, 204)
RGB Percent82%, 67%, 80%rgb(82%, 67%, 80%)
CSS RGBa208, 171, 204,1rgba(208,171,204,1)
CMYK Modelcmyk(0%,18%,2%,18%)
HSL Color Space306,28% ,74%hsl(306,28% ,74%)
HSV Color Space306°, 18%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100001010101111001100
Octal320253314
Decimal208171204
Hexd0abcc

Different shades of #d0abcc color code.

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

Light Shade of #d0abcc
#e2cce0
Dark Shade of #d0abcc
#be8ab8
Saturated Shade of #d0abcc
#d7a4d1
Desaturated Shade of #d0abcc
#c9b2c7
Grey scale Shade of #d0abcc
#bdbdbd
Brighten Shade
#e9c4e5
Most Readable Shade
#000000

Shades of #d0abcc color code

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

#d0abcc
#b898b5
#a1859e
#8a7288
#735f71
#5c4c5a
#453944
#2e262d
#171316
#000000

Similar Color like #d0abcc color

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

#d1accd
#d2adce
#d3aecf
#d4afd0
#d5b0d1
#d6b1d2
#d7b2d3
#d8b3d4
#d9b4d5
#dab5d6
#dbb6d7
#dcb7d8
#ddb8d9
#deb9da
#cfaacb
#cea9ca
#cda8c9
#cca7c8
#cba6c7
#caa5c6
#c9a4c5
#c8a3c4
#c7a2c3
#c6a1c2
#c5a0c1
#c49fc0
#c39ebf
#c29dbe

Monochromatic Color with #d0abcc

#d0abcc
#facef6
#261f25
#50424f
#7b6579
#a588a2

Tints of #d0abcc Color

#d0abcc
#d5b4d1
#dabdd7
#dfc7dd
#e4d0e2
#ead9e8
#efe3ee
#f4ecf3
#f9f5f9
#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

#d0abcc
#abd0af

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

Split Complementary

#d0abcc
#bad0ab
#abd0c1

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

Analogous Color

#c5abd0
#cdabd0
#d0abcc
#d0abc5
#d0abbd

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

#d0abcc
#ccd0ab
#abccd0

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

#d0abcc
#d0c1ab
#abd0af
#abb9d0

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

#d0abcc
#abd0af
#abd0c1
#d0abba

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

#d0abcc Color Code Preview on Black Background Color

This is how #d0abcc Color will look on black background color. Color contrast ratio is 10.38

#d0abcc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d0abcc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d0abcc

#d0abcc color code is use for CSS Background Color

Background color for the above div is #d0abcc

HTML with inline CSS

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

#d0abcc color code is use for CSS Border Color

CSS Border color for the above div is #d0abcc

HTML with inline CSS

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

CSS Border Left color for the above div is #d0abcc

HTML with inline CSS

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

CSS Border Right color for the above div is #d0abcc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d0abcc

HTML with inline CSS

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

CSS Border Top color for the above div is #d0abcc

HTML with inline CSS

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

#d0abcc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d0abcc Color code Preview on White Background

This is how #d0abcc Color code will look on white background color. Color contrast ratio is 2.02

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

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(208,171,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(171,208,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(208,171,204,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.