crispedge.com

Color picker

Loading...

#ccc3ff hex color - Blue - Cool color - Information

#ccc3ff hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #ccc3ff Color code in RGB color code model is created after adding 80% red color, 76.47% green color and 100% blue color. Hex #ccc3ff Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 24% magenta, 0% yellow and 0% black.

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

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeccc3ff#ccc3ff
RGB Decimal204, 195, 255rgb(204, 195, 255)
RGB Percent80%, 76%, 100%rgb(80%, 76%, 100%)
CSS RGBa204, 195, 255,1rgba(204,195,255,1)
CMYK Modelcmyk(20%,24%,0%,0%)
HSL Color Space249,100% ,88%hsl(249,100% ,88%)
HSV Color Space249°, 24%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110011001100001111111111
Octal314303377
Decimal204195255
Hexccc3ff

Different shades of #ccc3ff color code.

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

Light Shade of #ccc3ff
#f7f6ff
Dark Shade of #ccc3ff
#a190ff
Saturated Shade of #ccc3ff
#ccc3ff
Desaturated Shade of #ccc3ff
#cec6fc
Grey scale Shade of #ccc3ff
#e1e1e1
Brighten Shade
#e5dcff
Most Readable Shade
#000000

Shades of #ccc3ff color code

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

#ccc3ff
#b5ade2
#9e97c6
#8882aa
#716c8d
#5a5671
#444155
#2d2b38
#16151c
#000000

Similar Color like #ccc3ff color

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

#cdc4ff
#cec5ff
#cfc6ff
#d0c7ff
#d1c8ff
#d2c9ff
#d3caff
#d4cbff
#d5ccff
#d6cdff
#d7ceff
#d8cfff
#d9d0ff
#dad1ff
#cbc2fe
#cac1fd
#c9c0fc
#c8bffb
#c7befa
#c6bdf9
#c5bcf8
#c4bbf7
#c3baf6
#c2b9f5
#c1b8f4
#c0b7f3
#bfb6f2
#beb5f1

Monochromatic Color with #ccc3ff

#ccc3ff
#22202a
#444155
#666280
#8882aa
#aaa3d4

Tints of #ccc3ff Color

#ccc3ff
#d1c9ff
#d7d0ff
#ddd7ff
#e2ddff
#e8e4ff
#eeebff
#f3f1ff
#f9f8ff
#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

#ccc3ff
#f6ffc3

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

Split Complementary

#ccc3ff
#ffeac3
#d8ffc3

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

Analogous Color

#c3d2ff
#c3c6ff
#ccc3ff
#d8c3ff
#e4c3ff

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

#ccc3ff
#ffccc3
#c3ffcc

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

#ccc3ff
#ffc3d8
#f6ffc3
#c3ffea

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

#ccc3ff
#f6ffc3
#d8ffc3
#eac3ff

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

#ccc3ff Color Code Preview on Black Background Color

This is how #ccc3ff Color will look on black background color. Color contrast ratio is 12.82

#ccc3ff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccc3ff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccc3ff

#ccc3ff color code is use for CSS Background Color

Background color for the above div is #ccc3ff

HTML with inline CSS

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

#ccc3ff color code is use for CSS Border Color

CSS Border color for the above div is #ccc3ff

HTML with inline CSS

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

CSS Border Left color for the above div is #ccc3ff

HTML with inline CSS

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

CSS Border Right color for the above div is #ccc3ff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccc3ff

HTML with inline CSS

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

CSS Border Top color for the above div is #ccc3ff

HTML with inline CSS

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

#ccc3ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccc3ff Color code Preview on White Background

This is how #ccc3ff Color code will look on white background color. Color contrast ratio is 1.64

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

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(204,195,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(246,255,195,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,195,255,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.