crispedge.com

Color picker

Loading...

#ccc5be hex color - Grey - Warm color - Information

#ccc5be hex color - Grey - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Grey

Hex #ccc5be Color code in RGB color code model is created after adding 80% red color, 77.25% green color and 74.51% blue color. Hex #ccc5be Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 3% magenta, 7% yellow and 20% black.

Hex #ccc5be color code is between #bbccbb web safe hex color code and #ddbbcc web safe hex color code. #bbccbb is the nearest web safe color code. You can see here many more shades of #ccc5be color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeccc5be#ccc5be
RGB Decimal204, 197, 190rgb(204, 197, 190)
RGB Percent80%, 77%, 75%rgb(80%, 77%, 75%)
CSS RGBa204, 197, 190,1rgba(204,197,190,1)
CMYK Modelcmyk(0%,3%,7%,20%)
HSL Color Space30,12% ,77%hsl(30,12% ,77%)
HSV Color Space30°, 7%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001100010110111110
Octal314305276
Decimal204197190
Hexccc5be

Different shades of #ccc5be color code.

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

Light Shade of #ccc5be
#e2dedb
Dark Shade of #ccc5be
#b6aba1
Saturated Shade of #ccc5be
#d2c5b8
Desaturated Shade of #ccc5be
#c6c5c4
Grey scale Shade of #ccc5be
#c5c5c5
Brighten Shade
#e5ded7
Most Readable Shade
#000000

Shades of #ccc5be color code

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

#ccc5be
#b5afa8
#9e9993
#88837e
#716d69
#5a5754
#44413f
#2d2b2a
#161515
#000000

Similar Color like #ccc5be color

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

#cdc6bf
#cec7c0
#cfc8c1
#d0c9c2
#d1cac3
#d2cbc4
#d3ccc5
#d4cdc6
#d5cec7
#d6cfc8
#d7d0c9
#d8d1ca
#d9d2cb
#dad3cc
#cbc4bd
#cac3bc
#c9c2bb
#c8c1ba
#c7c0b9
#c6bfb8
#c5beb7
#c4bdb6
#c3bcb5
#c2bbb4
#c1bab3
#c0b9b2
#bfb8b1
#beb7b0

Monochromatic Color with #ccc5be

#ccc5be
#f6eee6
#222120
#4c4a47
#77736f
#a19c96

Tints of #ccc5be Color

#ccc5be
#d1cbc5
#d7d1cc
#ddd8d3
#e2deda
#e8e5e2
#eeebe9
#f3f2f0
#f9f8f7
#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

#ccc5be
#bec5cc

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

Split Complementary

#ccc5be
#becccc
#bebecc

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

Analogous Color

#ccbfbe
#ccc2be
#ccc5be
#ccc8be
#cccbbe

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

#ccc5be
#beccc5
#c5becc

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

#ccc5be
#beccbe
#bec5cc
#ccbecc

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

#ccc5be
#bec5cc
#bebecc
#ccccbe

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

#ccc5be Color Code Preview on Black Background Color

This is how #ccc5be Color will look on black background color. Color contrast ratio is 12.30

#ccc5be in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccc5be

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccc5be

#ccc5be color code is use for CSS Background Color

Background color for the above div is #ccc5be

HTML with inline CSS

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

#ccc5be color code is use for CSS Border Color

CSS Border color for the above div is #ccc5be

HTML with inline CSS

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

CSS Border Left color for the above div is #ccc5be

HTML with inline CSS

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

CSS Border Right color for the above div is #ccc5be

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccc5be

HTML with inline CSS

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

CSS Border Top color for the above div is #ccc5be

HTML with inline CSS

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

#ccc5be hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccc5be Color code Preview on White Background

This is how #ccc5be Color code will look on white background color. Color contrast ratio is 1.71

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

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