crispedge.com

Color picker

Loading...

#ccbffa hex color - Blue - Cool color - Information

#ccbffa hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

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

Hex #ccbffa color code is between #bbbbff web safe hex color code and #ddccee web safe hex color code. #bbbbff is the nearest web safe color code. You can see here many more shades of #ccbffa color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeccbffa#ccbffa
RGB Decimal204, 191, 250rgb(204, 191, 250)
RGB Percent80%, 75%, 98%rgb(80%, 75%, 98%)
CSS RGBa204, 191, 250,1rgba(204,191,250,1)
CMYK Modelcmyk(18%,24%,0%,2%)
HSL Color Space253,86% ,86%hsl(253,86% ,86%)
HSV Color Space253°, 24%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110011001011111111111010
Octal314277372
Decimal204191250
Hexccbffa

Different shades of #ccbffa color code.

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

Light Shade of #ccbffa
#f2eefe
Dark Shade of #ccbffa
#a690f6
Saturated Shade of #ccbffa
#cabcfd
Desaturated Shade of #ccbffa
#cec2f7
Grey scale Shade of #ccbffa
#dcdcdc
Brighten Shade
#e5d8ff
Most Readable Shade
#000000

Shades of #ccbffa color code

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

#ccbffa
#b5a9de
#9e94c2
#887fa6
#716a8a
#5a546f
#443f53
#2d2a37
#16151b
#000000

Similar Color like #ccbffa color

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

#cdc0fb
#cec1fc
#cfc2fd
#d0c3fe
#d1c4ff
#d2c5ff
#d3c6ff
#d4c7ff
#d5c8ff
#d6c9ff
#d7caff
#d8cbff
#d9ccff
#dacdff
#cbbef9
#cabdf8
#c9bcf7
#c8bbf6
#c7baf5
#c6b9f4
#c5b8f3
#c4b7f2
#c3b6f1
#c2b5f0
#c1b4ef
#c0b3ee
#bfb2ed
#beb1ec

Monochromatic Color with #ccbffa

#ccbffa
#1f1d25
#413d50
#645e7a
#877ea5
#a99fcf

Tints of #ccbffa Color

#ccbffa
#d1c6fa
#d7cdfb
#ddd4fb
#e2dbfc
#e8e2fc
#eee9fd
#f3f0fd
#f9f7fe
#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

#ccbffa
#edfabf

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

Split Complementary

#ccbffa
#faeabf
#d0fabf

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

Analogous Color

#bfcafa
#c0bffa
#ccbffa
#d8bffa
#e4bffa

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

#ccbffa
#faccbf
#bffacc

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

#ccbffa
#fabfcf
#edfabf
#bffae9

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

#ccbffa
#edfabf
#d0fabf
#eabffa

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

#ccbffa Color Code Preview on Black Background Color

This is how #ccbffa Color will look on black background color. Color contrast ratio is 12.40

#ccbffa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccbffa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccbffa

#ccbffa color code is use for CSS Background Color

Background color for the above div is #ccbffa

HTML with inline CSS

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

#ccbffa color code is use for CSS Border Color

CSS Border color for the above div is #ccbffa

HTML with inline CSS

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

CSS Border Left color for the above div is #ccbffa

HTML with inline CSS

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

CSS Border Right color for the above div is #ccbffa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccbffa

HTML with inline CSS

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

CSS Border Top color for the above div is #ccbffa

HTML with inline CSS

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

#ccbffa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccbffa Color code Preview on White Background

This is how #ccbffa Color code will look on white background color. Color contrast ratio is 1.69

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

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,191,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(237,250,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,191,250,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.