crispedge.com

Color picker

Loading...

#c4cbde hex color - Blue - Cool color - Information

#c4cbde hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #c4cbde Color code in RGB color code model is created after adding 76.86% red color, 79.61% green color and 87.06% blue color. Hex #c4cbde Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 9% magenta, 0% yellow and 13% black.

Hex #c4cbde color code is between #ccccdd web safe hex color code and #bbbbee web safe hex color code. #ccccdd is the nearest web safe color code. You can see here many more shades of #c4cbde color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codec4cbde#c4cbde
RGB Decimal196, 203, 222rgb(196, 203, 222)
RGB Percent77%, 80%, 87%rgb(77%, 80%, 87%)
CSS RGBa196, 203, 222,1rgba(196,203,222,1)
CMYK Modelcmyk(12%,9%,0%,13%)
HSL Color Space224,28% ,82%hsl(224,28% ,82%)
HSV Color Space224°, 12%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110001001100101111011110
Octal304313336
Decimal196203222
Hexc4cbde

Different shades of #c4cbde color code.

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

Light Shade of #c4cbde
#e5e8f0
Dark Shade of #c4cbde
#a3aecc
Saturated Shade of #c4cbde
#bfc9e3
Desaturated Shade of #c4cbde
#c9cdd9
Grey scale Shade of #c4cbde
#d1d1d1
Brighten Shade
#dde4f7
Most Readable Shade
#000000

Shades of #c4cbde color code

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

#c4cbde
#aeb4c5
#989dac
#828794
#6c707b
#575a62
#41434a
#2b2d31
#151618
#000000

Similar Color like #c4cbde color

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

#c5ccdf
#c6cde0
#c7cee1
#c8cfe2
#c9d0e3
#cad1e4
#cbd2e5
#ccd3e6
#cdd4e7
#ced5e8
#cfd6e9
#d0d7ea
#d1d8eb
#d2d9ec
#c3cadd
#c2c9dc
#c1c8db
#c0c7da
#bfc6d9
#bec5d8
#bdc4d7
#bcc3d6
#bbc2d5
#bac1d4
#b9c0d3
#b8bfd2
#b7bed1
#b6bdd0

Monochromatic Color with #c4cbde

#c4cbde
#080909
#2e3034
#53565e
#797d89
#9ea4b3

Tints of #c4cbde Color

#c4cbde
#cad0e1
#d1d6e5
#d7dce9
#dee2ec
#e4e7f0
#ebedf4
#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

#c4cbde
#ded7c4

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

Split Complementary

#c4cbde
#decac4
#d8dec4

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

Analogous Color

#c4d5de
#c4d0de
#c4cbde
#c4c6de
#c7c4de

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

#c4cbde
#dec4cb
#cbdec4

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

#c4cbde
#dec4d8
#ded7c4
#c4deca

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

#c4cbde
#ded7c4
#d8dec4
#cac4de

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

#c4cbde Color Code Preview on Black Background Color

This is how #c4cbde Color will look on black background color. Color contrast ratio is 12.94

#c4cbde in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4cbde

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4cbde

#c4cbde color code is use for CSS Background Color

Background color for the above div is #c4cbde

HTML with inline CSS

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

#c4cbde color code is use for CSS Border Color

CSS Border color for the above div is #c4cbde

HTML with inline CSS

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

CSS Border Left color for the above div is #c4cbde

HTML with inline CSS

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

CSS Border Right color for the above div is #c4cbde

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c4cbde

HTML with inline CSS

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

CSS Border Top color for the above div is #c4cbde

HTML with inline CSS

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

#c4cbde hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c4cbde Color code Preview on White Background

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(196,203,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(222,215,196,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(196,203,222,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.