crispedge.com

Color picker

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

#c0ccdd hex color - Blue - Cool color - Information

#c0ccdd hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #c0ccdd Color code in RGB color code model is created after adding 75.29% red color, 80% green color and 86.67% blue color. Hex #c0ccdd Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 8% magenta, 0% yellow and 13% black.

Hex #c0ccdd color code is between #bbbbcc web safe hex color code and #ccddee web safe hex color code. #bbbbcc is the nearest web safe color code. You can see here many more shades of #c0ccdd color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec0ccdd#c0ccdd
RGB Decimal192, 204, 221rgb(192, 204, 221)
RGB Percent75%, 80%, 87%rgb(75%, 80%, 87%)
CSS RGBa192, 204, 221,1rgba(192,204,221,1)
CMYK Modelcmyk(13%,8%,0%,13%)
HSL Color Space215,30% ,81%hsl(215,30% ,81%)
HSV Color Space215°, 13%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110000001100110011011101
Octal300314335
Decimal192204221
Hexc0ccdd

Different shades of #c0ccdd color code.

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

Light Shade of #c0ccdd
#e1e7ef
Dark Shade of #c0ccdd
#9fb1cb
Saturated Shade of #c0ccdd
#bbcbe2
Desaturated Shade of #c0ccdd
#c5cdd8
Grey scale Shade of #c0ccdd
#cecece
Brighten Shade
#d9e5f6
Most Readable Shade
#000000

Shades of #c0ccdd color code

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

#c0ccdd
#aab5c4
#959eab
#808893
#6a717a
#555a62
#404449
#2a2d31
#151618
#000000

Similar Color like #c0ccdd color

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

#c1cdde
#c2cedf
#c3cfe0
#c4d0e1
#c5d1e2
#c6d2e3
#c7d3e4
#c8d4e5
#c9d5e6
#cad6e7
#cbd7e8
#ccd8e9
#cdd9ea
#cedaeb
#bfcbdc
#becadb
#bdc9da
#bcc8d9
#bbc7d8
#bac6d7
#b9c5d6
#b8c4d5
#b7c3d4
#b6c2d3
#b5c1d2
#b4c0d1
#b3bfd0
#b2becf

Monochromatic Color with #c0ccdd

#c0ccdd
#070808
#2c2f33
#51565d
#767e88
#9ba5b3

Tints of #c0ccdd Color

#c0ccdd
#c7d1e0
#ced7e4
#d5dde8
#dce2ec
#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

#c0ccdd
#ddd1c0

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

Split Complementary

#c0ccdd
#ddc3c0
#dbddc0

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

Analogous Color

#c0d8dd
#c0d2dd
#c0ccdd
#c0c6dd
#c0c0dd

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

#c0ccdd
#ddc0cc
#ccddc0

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

#c0ccdd
#ddc0da
#ddd1c0
#c0ddc3

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

#c0ccdd
#ddd1c0
#dbddc0
#c3c0dd

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

#c0ccdd Color Code Preview on Black Background Color

This is how #c0ccdd Color will look on black background color. Color contrast ratio is 12.92

#c0ccdd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c0ccdd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c0ccdd

#c0ccdd color code is use for CSS Background Color

Background color for the above div is #c0ccdd

HTML with inline CSS

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

#c0ccdd color code is use for CSS Border Color

CSS Border color for the above div is #c0ccdd

HTML with inline CSS

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

CSS Border Left color for the above div is #c0ccdd

HTML with inline CSS

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

CSS Border Right color for the above div is #c0ccdd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c0ccdd

HTML with inline CSS

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

CSS Border Top color for the above div is #c0ccdd

HTML with inline CSS

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

#c0ccdd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c0ccdd Color code Preview on White Background

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

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.