crispedge.com

Color picker

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

#c2ccdc hex color - Blue - Cool color - Information

#c2ccdc hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

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

Hex #c2ccdc color code is between #bbbbdd web safe hex color code and #ccddcc web safe hex color code. #bbbbdd is the nearest web safe color code. You can see here many more shades of #c2ccdc color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec2ccdc#c2ccdc
RGB Decimal194, 204, 220rgb(194, 204, 220)
RGB Percent76%, 80%, 86%rgb(76%, 80%, 86%)
CSS RGBa194, 204, 220,1rgba(194,204,220,1)
CMYK Modelcmyk(12%,7%,0%,14%)
HSL Color Space217,27% ,81%hsl(217,27% ,81%)
HSV Color Space217°, 12%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110000101100110011011100
Octal302314334
Decimal194204220
Hexc2ccdc

Different shades of #c2ccdc color code.

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

Light Shade of #c2ccdc
#e2e7ef
Dark Shade of #c2ccdc
#a2b1c9
Saturated Shade of #c2ccdc
#bdcbe1
Desaturated Shade of #c2ccdc
#c7cdd7
Grey scale Shade of #c2ccdc
#cfcfcf
Brighten Shade
#dbe5f5
Most Readable Shade
#000000

Shades of #c2ccdc color code

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

#c2ccdc
#acb5c3
#969eab
#818892
#6b717a
#565a61
#404449
#2b2d30
#151618
#000000

Similar Color like #c2ccdc color

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

#c3cddd
#c4cede
#c5cfdf
#c6d0e0
#c7d1e1
#c8d2e2
#c9d3e3
#cad4e4
#cbd5e5
#ccd6e6
#cdd7e7
#ced8e8
#cfd9e9
#d0daea
#c1cbdb
#c0cada
#bfc9d9
#bec8d8
#bdc7d7
#bcc6d6
#bbc5d5
#bac4d4
#b9c3d3
#b8c2d2
#b7c1d1
#b6c0d0
#b5bfcf
#b4bece

Monochromatic Color with #c2ccdc

#c2ccdc
#070707
#2c2e32
#52565c
#777d87
#9da5b1

Tints of #c2ccdc Color

#c2ccdc
#c8d1df
#cfd7e3
#d6dde7
#dde2eb
#e3e8ef
#eaeef3
#f1f3f7
#f8f9fb
#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

#c2ccdc
#dcd2c2

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

Split Complementary

#c2ccdc
#dcc5c2
#d9dcc2

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

Analogous Color

#c2d6dc
#c2d1dc
#c2ccdc
#c2c7dc
#c2c2dc

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

#c2ccdc
#dcc2cc
#ccdcc2

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

#c2ccdc
#dcc2d9
#dcd2c2
#c2dcc5

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

#c2ccdc
#dcd2c2
#d9dcc2
#c5c2dc

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

#c2ccdc Color Code Preview on Black Background Color

This is how #c2ccdc Color will look on black background color. Color contrast ratio is 12.96

#c2ccdc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2ccdc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2ccdc

#c2ccdc color code is use for CSS Background Color

Background color for the above div is #c2ccdc

HTML with inline CSS

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

#c2ccdc color code is use for CSS Border Color

CSS Border color for the above div is #c2ccdc

HTML with inline CSS

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

CSS Border Left color for the above div is #c2ccdc

HTML with inline CSS

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

CSS Border Right color for the above div is #c2ccdc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c2ccdc

HTML with inline CSS

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

CSS Border Top color for the above div is #c2ccdc

HTML with inline CSS

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

#c2ccdc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c2ccdc Color code Preview on White Background

This is how #c2ccdc Color code will look on white background color. Color contrast ratio is 1.62

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.