crispedge.com

Color picker

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

#c3cddd hex color - Blue - Cool color - Information

#c3cddd hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #c3cddd Color code in RGB color code model is created after adding 76.47% red color, 80.39% green color and 86.67% blue color. Hex #c3cddd Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 7% magenta, 0% yellow and 13% black.

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

0 Likes 0 Comments | 7 Views

Color Table

Hex Color Codec3cddd#c3cddd
RGB Decimal195, 205, 221rgb(195, 205, 221)
RGB Percent76%, 80%, 87%rgb(76%, 80%, 87%)
CSS RGBa195, 205, 221,1rgba(195,205,221,1)
CMYK Modelcmyk(12%,7%,0%,13%)
HSL Color Space217,28% ,82%hsl(217,28% ,82%)
HSV Color Space217°, 12%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110000111100110111011101
Octal303315335
Decimal195205221
Hexc3cddd

Different shades of #c3cddd color code.

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

Light Shade of #c3cddd
#e4e8ef
Dark Shade of #c3cddd
#a2b2cb
Saturated Shade of #c3cddd
#becce2
Desaturated Shade of #c3cddd
#c8ced8
Grey scale Shade of #c3cddd
#d0d0d0
Brighten Shade
#dce6f6
Most Readable Shade
#000000

Shades of #c3cddd color code

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

#c3cddd
#adb6c4
#979fab
#828893
#6c717a
#565b62
#414449
#2b2d31
#151618
#000000

Similar Color like #c3cddd color

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

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

Monochromatic Color with #c3cddd

#c3cddd
#070808
#2d2f33
#52575d
#787e88
#9ea6b3

Tints of #c3cddd Color

#c3cddd
#c9d2e0
#d0d8e4
#d7dde8
#dde3ec
#e4e8ef
#ebeef3
#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

#c3cddd
#ddd3c3

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

Split Complementary

#c3cddd
#ddc6c3
#daddc3

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

Analogous Color

#c3d7dd
#c3d2dd
#c3cddd
#c3c8dd
#c3c3dd

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

#c3cddd
#ddc3cd
#cdddc3

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

#c3cddd
#ddc3da
#ddd3c3
#c3ddc6

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

#c3cddd
#ddd3c3
#daddc3
#c6c3dd

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

#c3cddd Color Code Preview on Black Background Color

This is how #c3cddd Color will look on black background color. Color contrast ratio is 13.10

#c3cddd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c3cddd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c3cddd

#c3cddd color code is use for CSS Background Color

Background color for the above div is #c3cddd

HTML with inline CSS

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

#c3cddd color code is use for CSS Border Color

CSS Border color for the above div is #c3cddd

HTML with inline CSS

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

CSS Border Left color for the above div is #c3cddd

HTML with inline CSS

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

CSS Border Right color for the above div is #c3cddd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c3cddd

HTML with inline CSS

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

CSS Border Top color for the above div is #c3cddd

HTML with inline CSS

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

#c3cddd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c3cddd Color code Preview on White Background

This is how #c3cddd Color code will look on white background color. Color contrast ratio is 1.60

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

Related Gradients

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

0 Likes 0 Comments | 7 Views

Post your comment:-

By submitting comment you agree to our privacy policy.