crispedge.com

Color picker

Loading...

#ccc7fc hex color - Blue - Cool color - Information

#ccc7fc hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #ccc7fc Color code in RGB color code model is created after adding 80% red color, 78.04% green color and 98.82% blue color. Hex #ccc7fc Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 21% magenta, 0% yellow and 1% black.

Hex #ccc7fc color code is between #bbccff web safe hex color code and #ddbbee web safe hex color code. #bbccff is the nearest web safe color code. You can see here many more shades of #ccc7fc color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codeccc7fc#ccc7fc
RGB Decimal204, 199, 252rgb(204, 199, 252)
RGB Percent80%, 78%, 99%rgb(80%, 78%, 99%)
CSS RGBa204, 199, 252,1rgba(204,199,252,1)
CMYK Modelcmyk(19%,21%,0%,1%)
HSL Color Space246,90% ,88%hsl(246,90% ,88%)
HSV Color Space246°, 21%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110011001100011111111100
Octal314307374
Decimal204199252
Hexccc7fc

Different shades of #ccc7fc color code.

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

Light Shade of #ccc7fc
#f8f7ff
Dark Shade of #ccc7fc
#a097f9
Saturated Shade of #ccc7fc
#cac4ff
Desaturated Shade of #ccc7fc
#cecaf9
Grey scale Shade of #ccc7fc
#e1e1e1
Brighten Shade
#e5e0ff
Most Readable Shade
#000000

Shades of #ccc7fc color code

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

#ccc7fc
#b5b0e0
#9e9ac4
#8884a8
#716e8c
#5a5870
#444254
#2d2c38
#16161c
#000000

Similar Color like #ccc7fc color

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

#cdc8fd
#cec9fe
#cfcaff
#d0cbff
#d1ccff
#d2cdff
#d3ceff
#d4cfff
#d5d0ff
#d6d1ff
#d7d2ff
#d8d3ff
#d9d4ff
#dad5ff
#cbc6fb
#cac5fa
#c9c4f9
#c8c3f8
#c7c2f7
#c6c1f6
#c5c0f5
#c4bff4
#c3bef3
#c2bdf2
#c1bcf1
#c0bbf0
#bfbaef
#beb9ee

Monochromatic Color with #ccc7fc

#ccc7fc
#201f27
#424152
#65627c
#8784a7
#aaa5d1

Tints of #ccc7fc Color

#ccc7fc
#d1cdfc
#d7d3fc
#ddd9fd
#e2dffd
#e8e6fd
#eeecfe
#f3f2fe
#f9f8fe
#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

#ccc7fc
#f7fcc7

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

Split Complementary

#ccc7fc
#fce7c7
#ddfcc7

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

Analogous Color

#c7d7fc
#c7cdfc
#ccc7fc
#d7c7fc
#e1c7fc

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

#ccc7fc
#fcccc7
#c7fccc

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

#ccc7fc
#fcc7dc
#f7fcc7
#c7fce6

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

#ccc7fc
#f7fcc7
#ddfcc7
#e7c7fc

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

#ccc7fc Color Code Preview on Black Background Color

This is how #ccc7fc Color will look on black background color. Color contrast ratio is 13.14

#ccc7fc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccc7fc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccc7fc

#ccc7fc color code is use for CSS Background Color

Background color for the above div is #ccc7fc

HTML with inline CSS

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

#ccc7fc color code is use for CSS Border Color

CSS Border color for the above div is #ccc7fc

HTML with inline CSS

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

CSS Border Left color for the above div is #ccc7fc

HTML with inline CSS

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

CSS Border Right color for the above div is #ccc7fc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccc7fc

HTML with inline CSS

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

CSS Border Top color for the above div is #ccc7fc

HTML with inline CSS

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

#ccc7fc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccc7fc Color code Preview on White Background

This is how #ccc7fc Color code will look on white background color. Color contrast ratio is 1.60

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.