crispedge.com

Color picker

Loading...

#ccc4fb hex color - Blue - Cool color - Information

#ccc4fb hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #ccc4fb Color code in RGB color code model is created after adding 80% red color, 76.86% green color and 98.43% blue color. Hex #ccc4fb Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 22% magenta, 0% yellow and 2% black.

Hex #ccc4fb 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 #ccc4fb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeccc4fb#ccc4fb
RGB Decimal204, 196, 251rgb(204, 196, 251)
RGB Percent80%, 77%, 98%rgb(80%, 77%, 98%)
CSS RGBa204, 196, 251,1rgba(204,196,251,1)
CMYK Modelcmyk(19%,22%,0%,2%)
HSL Color Space249,87% ,88%hsl(249,87% ,88%)
HSV Color Space249°, 22%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110011001100010011111011
Octal314304373
Decimal204196251
Hexccc4fb

Different shades of #ccc4fb color code.

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

Light Shade of #ccc4fb
#f5f4fe
Dark Shade of #ccc4fb
#a394f8
Saturated Shade of #ccc4fb
#cac1fe
Desaturated Shade of #ccc4fb
#cec7f8
Grey scale Shade of #ccc4fb
#dfdfdf
Brighten Shade
#e5ddff
Most Readable Shade
#000000

Shades of #ccc4fb color code

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

#ccc4fb
#b5aedf
#9e98c3
#8882a7
#716c8b
#5a576f
#444153
#2d2b37
#16151b
#000000

Similar Color like #ccc4fb color

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

#cdc5fc
#cec6fd
#cfc7fe
#d0c8ff
#d1c9ff
#d2caff
#d3cbff
#d4ccff
#d5cdff
#d6ceff
#d7cfff
#d8d0ff
#d9d1ff
#dad2ff
#cbc3fa
#cac2f9
#c9c1f8
#c8c0f7
#c7bff6
#c6bef5
#c5bdf4
#c4bcf3
#c3bbf2
#c2baf1
#c1b9f0
#c0b8ef
#bfb7ee
#beb6ed

Monochromatic Color with #ccc4fb

#ccc4fb
#1f1e26
#423f51
#64607b
#8782a6
#a9a3d0

Tints of #ccc4fb Color

#ccc4fb
#d1cafb
#d7d1fb
#ddd7fc
#e2defc
#e8e4fd
#eeebfd
#f3f1fe
#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

#ccc4fb
#f3fbc4

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

Split Complementary

#ccc4fb
#fbe8c4
#d7fbc4

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

Analogous Color

#c4d2fb
#c4c7fb
#ccc4fb
#d7c4fb
#e2c4fb

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

#ccc4fb
#fbccc4
#c4fbcc

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

#ccc4fb
#fbc4d7
#f3fbc4
#c4fbe7

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

#ccc4fb
#f3fbc4
#d7fbc4
#e8c4fb

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

#ccc4fb Color Code Preview on Black Background Color

This is how #ccc4fb Color will look on black background color. Color contrast ratio is 12.86

#ccc4fb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccc4fb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccc4fb

#ccc4fb color code is use for CSS Background Color

Background color for the above div is #ccc4fb

HTML with inline CSS

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

#ccc4fb color code is use for CSS Border Color

CSS Border color for the above div is #ccc4fb

HTML with inline CSS

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

CSS Border Left color for the above div is #ccc4fb

HTML with inline CSS

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

CSS Border Right color for the above div is #ccc4fb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccc4fb

HTML with inline CSS

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

CSS Border Top color for the above div is #ccc4fb

HTML with inline CSS

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

#ccc4fb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccc4fb Color code Preview on White Background

This is how #ccc4fb Color code will look on white background color. Color contrast ratio is 1.63

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

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