crispedge.com

Color picker

Loading...

#ccbbee hex color - Connecticut Lilac - Blue - Cool color - Information

#ccbbee hex color - Connecticut Lilac - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #ccbbee Color Code is also known as Connecticut Lilac color.

Hex #ccbbee Color code in RGB color code model is created after adding 80% red color, 73.33% green color and 93.33% blue color. Hex #ccbbee Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 21% magenta, 0% yellow and 7% black.

Hex #ccbbee color code is a web safe color. Next web safe color code is #bbaadd and previous web safe color code is #ddccff. You can see here many more shades of #ccbbee color code.

0 Likes 0 Comments | 69 Views

RGB Chart

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

Color Table

Hex Color Codeccbbee#ccbbee
RGB Decimal204, 187, 238rgb(204, 187, 238)
RGB Percent80%, 73%, 93%rgb(80%, 73%, 93%)
CSS RGBa204, 187, 238,1rgba(204,187,238,1)
CMYK Modelcmyk(14%,21%,0%,7%)
HSL Color Space260,60% ,83%hsl(260,60% ,83%)
HSV Color Space260°, 21%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110011001011101111101110
Octal314273356
Decimal204187238
Hexccbbee

Different shades of #ccbbee color code.

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

Light Shade of #ccbbee
#ebe4f8
Dark Shade of #ccbbee
#ad92e4
Saturated Shade of #ccbbee
#cbb7f2
Desaturated Shade of #ccbbee
#cdbfea
Grey scale Shade of #ccbbee
#d4d4d4
Brighten Shade
#e5d4ff
Most Readable Shade
#000000

Shades of #ccbbee color code

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

#ccbbee
#b5a6d3
#9e91b9
#887c9e
#716784
#5a5369
#443e4f
#2d2934
#16141a
#000000

Similar Color like #ccbbee color

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

#cdbcef
#cebdf0
#cfbef1
#d0bff2
#d1c0f3
#d2c1f4
#d3c2f5
#d4c3f6
#d5c4f7
#d6c5f8
#d7c6f9
#d8c7fa
#d9c8fb
#dac9fc
#cbbaed
#cab9ec
#c9b8eb
#c8b7ea
#c7b6e9
#c6b5e8
#c5b4e7
#c4b3e6
#c3b2e5
#c2b1e4
#c1b0e3
#c0afe2
#bfaee1
#beade0

Monochromatic Color with #ccbbee

#ccbbee
#16141a
#3a3544
#5f576e
#837899
#a89ac3

Tints of #ccbbee Color

#ccbbee
#d1c2ef
#d7caf1
#ddd1f3
#e2d9f5
#e8e0f7
#eee8f9
#f3effb
#f9f7fd
#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

#ccbbee
#ddeebb

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

Split Complementary

#ccbbee
#eee6bb
#c3eebb

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

Analogous Color

#bbbeee
#c2bbee
#ccbbee
#d6bbee
#e0bbee

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

#ccbbee
#eeccbb
#bbeecc

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

#ccbbee
#eebbc3
#ddeebb
#bbeee5

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

#ccbbee
#ddeebb
#c3eebb
#e6bbee

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

#ccbbee Color Code Preview on Black Background Color

This is how #ccbbee Color will look on black background color. Color contrast ratio is 11.91

#ccbbee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccbbee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccbbee

#ccbbee color code is use for CSS Background Color

Background color for the above div is #ccbbee

HTML with inline CSS

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

#ccbbee color code is use for CSS Border Color

CSS Border color for the above div is #ccbbee

HTML with inline CSS

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

CSS Border Left color for the above div is #ccbbee

HTML with inline CSS

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

CSS Border Right color for the above div is #ccbbee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccbbee

HTML with inline CSS

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

CSS Border Top color for the above div is #ccbbee

HTML with inline CSS

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

#ccbbee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccbbee Color code Preview on White Background

This is how #ccbbee Color code will look on white background color. Color contrast ratio is 1.76

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

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

0 Likes 0 Comments | 69 Views

Post your comment:-

By submitting comment you agree to our privacy policy.