crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#c5ccca hex color - Grey - Cool color - Information

#c5ccca hex color - Grey - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Grey

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

Hex #c5ccca color code is between #ccbbcc web safe hex color code and #bbddbb web safe hex color code. #ccbbcc is the nearest web safe color code. You can see here many more shades of #c5ccca color code.

0 Likes 0 Comments | 14 Views

Color Table

Hex Color Codec5ccca#c5ccca
RGB Decimal197, 204, 202rgb(197, 204, 202)
RGB Percent77%, 80%, 79%rgb(77%, 80%, 79%)
CSS RGBa197, 204, 202,1rgba(197,204,202,1)
CMYK Modelcmyk(3%,0%,1%,20%)
HSL Color Space163,6% ,79%hsl(163,6% ,79%)
HSV Color Space163°, 3%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110001011100110011001010
Octal305314312
Decimal197204202
Hexc5ccca

Different shades of #c5ccca color code.

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

Light Shade of #c5ccca
#e0e4e3
Dark Shade of #c5ccca
#aab4b1
Saturated Shade of #c5ccca
#c0d1cc
Desaturated Shade of #c5ccca
#c8c8c8
Grey scale Shade of #c5ccca
#c8c8c8
Brighten Shade
#dee5e3
Most Readable Shade
#000000

Shades of #c5ccca color code

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

#c5ccca
#afb5b3
#999e9d
#838886
#6d7170
#575a59
#414443
#2b2d2c
#151616
#000000

Similar Color like #c5ccca color

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

#c6cdcb
#c7cecc
#c8cfcd
#c9d0ce
#cad1cf
#cbd2d0
#ccd3d1
#cdd4d2
#ced5d3
#cfd6d4
#d0d7d5
#d1d8d6
#d2d9d7
#d3dad8
#c4cbc9
#c3cac8
#c2c9c7
#c1c8c6
#c0c7c5
#bfc6c4
#bec5c3
#bdc4c2
#bcc3c1
#bbc2c0
#bac1bf
#b9c0be
#b8bfbd
#b7bebc

Monochromatic Color with #c5ccca

#c5ccca
#eef6f4
#212222
#4a4c4c
#737776
#9ca1a0

Tints of #c5ccca Color

#c5ccca
#cbd1cf
#d1d7d5
#d8dddb
#dee2e1
#e5e8e7
#ebeeed
#f2f3f3
#f8f9f9
#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

#c5ccca
#ccc5c7

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

Split Complementary

#c5ccca
#ccc5cb
#ccc6c5

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

Analogous Color

#c5ccc7
#c5ccc9
#c5ccca
#c5cccb
#c5cbcc

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

#c5ccca
#cac5cc
#cccac5

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

#c5ccca
#c6c5cc
#ccc5c7
#caccc5

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

#c5ccca
#ccc5c7
#ccc6c5
#c5cbcc

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

#c5ccca Color Code Preview on Black Background Color

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

#c5ccca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c5ccca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c5ccca

#c5ccca color code is use for CSS Background Color

Background color for the above div is #c5ccca

HTML with inline CSS

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

#c5ccca color code is use for CSS Border Color

CSS Border color for the above div is #c5ccca

HTML with inline CSS

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

CSS Border Left color for the above div is #c5ccca

HTML with inline CSS

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

CSS Border Right color for the above div is #c5ccca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c5ccca

HTML with inline CSS

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

CSS Border Top color for the above div is #c5ccca

HTML with inline CSS

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

#c5ccca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c5ccca Color code Preview on White Background

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 14 Views

Post your comment:-

By submitting comment you agree to our privacy policy.