crispedge.com

Color picker

Loading...

#c4adcc hex color - Violet - Warm color - Information

#c4adcc hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c4adcc Color code in RGB color code model is created after adding 76.86% red color, 67.84% green color and 80% blue color. Hex #c4adcc Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 15% magenta, 0% yellow and 20% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec4adcc#c4adcc
RGB Decimal196, 173, 204rgb(196, 173, 204)
RGB Percent77%, 68%, 80%rgb(77%, 68%, 80%)
CSS RGBa196, 173, 204,1rgba(196,173,204,1)
CMYK Modelcmyk(4%,15%,0%,20%)
HSL Color Space285,23% ,74%hsl(285,23% ,74%)
HSV Color Space285°, 15%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001001010110111001100
Octal304255314
Decimal196173204
Hexc4adcc

Different shades of #c4adcc color code.

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

Light Shade of #c4adcc
#dbcce0
Dark Shade of #c4adcc
#ad8eb8
Saturated Shade of #c4adcc
#c7a6d3
Desaturated Shade of #c4adcc
#c1b4c5
Grey scale Shade of #c4adcc
#bcbcbc
Brighten Shade
#ddc6e5
Most Readable Shade
#000000

Shades of #c4adcc color code

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

#c4adcc
#ae99b5
#98869e
#827388
#6c6071
#574c5a
#413944
#2b262d
#151316
#000000

Similar Color like #c4adcc color

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

#c5aecd
#c6afce
#c7b0cf
#c8b1d0
#c9b2d1
#cab3d2
#cbb4d3
#ccb5d4
#cdb6d5
#ceb7d6
#cfb8d7
#d0b9d8
#d1bad9
#d2bbda
#c3accb
#c2abca
#c1aac9
#c0a9c8
#bfa8c7
#bea7c6
#bda6c5
#bca5c4
#bba4c3
#baa3c2
#b9a2c1
#b8a1c0
#b7a0bf
#b69fbe

Monochromatic Color with #c4adcc

#c4adcc
#edd1f6
#211d22
#49414c
#726577
#9b89a1

Tints of #c4adcc Color

#c4adcc
#cab6d1
#d1bfd7
#d7c8dd
#ded1e2
#e4dae8
#ebe3ee
#f1ecf3
#f8f5f9
#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

#c4adcc
#b5ccad

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

Split Complementary

#c4adcc
#c5ccad
#adccb5

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

Analogous Color

#b8adcc
#beadcc
#c4adcc
#caadcc
#ccadc8

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

#c4adcc
#ccc4ad
#adccc4

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

#c4adcc
#ccb4ad
#b5ccad
#adc4cc

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

#c4adcc
#b5ccad
#adccb5
#ccadc5

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

#c4adcc Color Code Preview on Black Background Color

This is how #c4adcc Color will look on black background color. Color contrast ratio is 10.20

#c4adcc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4adcc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4adcc

#c4adcc color code is use for CSS Background Color

Background color for the above div is #c4adcc

HTML with inline CSS

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

#c4adcc color code is use for CSS Border Color

CSS Border color for the above div is #c4adcc

HTML with inline CSS

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

CSS Border Left color for the above div is #c4adcc

HTML with inline CSS

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

CSS Border Right color for the above div is #c4adcc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c4adcc

HTML with inline CSS

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

CSS Border Top color for the above div is #c4adcc

HTML with inline CSS

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

#c4adcc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c4adcc Color code Preview on White Background

This is how #c4adcc Color code will look on white background color. Color contrast ratio is 2.06

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

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(196,173,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(181,204,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(196,173,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.