crispedge.com

Color picker

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

#c4ccdb hex color - Blue - Cool color - Information

#c4ccdb hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

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

Hex #c4ccdb color code is between #ccbbdd web safe hex color code and #bbddcc web safe hex color code. #ccbbdd is the nearest web safe color code. You can see here many more shades of #c4ccdb color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec4ccdb#c4ccdb
RGB Decimal196, 204, 219rgb(196, 204, 219)
RGB Percent77%, 80%, 86%rgb(77%, 80%, 86%)
CSS RGBa196, 204, 219,1rgba(196,204,219,1)
CMYK Modelcmyk(11%,7%,0%,14%)
HSL Color Space219,24% ,81%hsl(219,24% ,81%)
HSV Color Space219°, 11%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110001001100110011011011
Octal304314333
Decimal196204219
Hexc4ccdb

Different shades of #c4ccdb color code.

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

Light Shade of #c4ccdb
#e4e7ee
Dark Shade of #c4ccdb
#a4b1c8
Saturated Shade of #c4ccdb
#bfcbe0
Desaturated Shade of #c4ccdb
#c9cdd6
Grey scale Shade of #c4ccdb
#cfcfcf
Brighten Shade
#dde5f4
Most Readable Shade
#000000

Shades of #c4ccdb color code

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

#c4ccdb
#aeb5c2
#989eaa
#828892
#6c7179
#575a61
#414449
#2b2d30
#151618
#000000

Similar Color like #c4ccdb color

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

#c5cddc
#c6cedd
#c7cfde
#c8d0df
#c9d1e0
#cad2e1
#cbd3e2
#ccd4e3
#cdd5e4
#ced6e5
#cfd7e6
#d0d8e7
#d1d9e8
#d2dae9
#c3cbda
#c2cad9
#c1c9d8
#c0c8d7
#bfc7d6
#bec6d5
#bdc5d4
#bcc4d3
#bbc3d2
#bac2d1
#b9c1d0
#b8c0cf
#b7bfce
#b6becd

Monochromatic Color with #c4ccdb

#c4ccdb
#060606
#2c2e31
#52555b
#787d86
#9ea4b0

Tints of #c4ccdb Color

#c4ccdb
#cad1df
#d1d7e3
#d7dde7
#dee2eb
#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

#c4ccdb
#dbd3c4

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

Split Complementary

#c4ccdb
#dbc8c4
#d7dbc4

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

Analogous Color

#c4d5db
#c4d1db
#c4ccdb
#c4c7db
#c5c4db

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

#c4ccdb
#dbc4cc
#ccdbc4

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

#c4ccdb
#dbc4d7
#dbd3c4
#c4dbc7

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

#c4ccdb
#dbd3c4
#d7dbc4
#c8c4db

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

#c4ccdb Color Code Preview on Black Background Color

This is how #c4ccdb Color will look on black background color. Color contrast ratio is 13.01

#c4ccdb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4ccdb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4ccdb

#c4ccdb color code is use for CSS Background Color

Background color for the above div is #c4ccdb

HTML with inline CSS

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

#c4ccdb color code is use for CSS Border Color

CSS Border color for the above div is #c4ccdb

HTML with inline CSS

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

CSS Border Left color for the above div is #c4ccdb

HTML with inline CSS

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

CSS Border Right color for the above div is #c4ccdb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c4ccdb

HTML with inline CSS

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

CSS Border Top color for the above div is #c4ccdb

HTML with inline CSS

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

#c4ccdb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c4ccdb Color code Preview on White Background

This is how #c4ccdb Color code will look on white background color. Color contrast ratio is 1.61

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

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.