crispedge.com

Color picker

Loading...

#c7ccdf hex color - Grey - Cool color - Information

#c7ccdf hex color - Grey - Cool color

Color Hue/Base color: Grey

Hex #c7ccdf Color code in RGB color code model is created after adding 78.04% red color, 80% green color and 87.45% blue color. Hex #c7ccdf Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 9% magenta, 0% yellow and 13% black.

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

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Codec7ccdf#c7ccdf
RGB Decimal199, 204, 223rgb(199, 204, 223)
RGB Percent78%, 80%, 87%rgb(78%, 80%, 87%)
CSS RGBa199, 204, 223,1rgba(199,204,223,1)
CMYK Modelcmyk(11%,9%,0%,13%)
HSL Color Space228,27% ,83%hsl(228,27% ,83%)
HSV Color Space228°, 11%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110001111100110011011111
Octal307314337
Decimal199204223
Hexc7ccdf

Different shades of #c7ccdf color code.

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

Light Shade of #c7ccdf
#e7eaf2
Dark Shade of #c7ccdf
#a7aecc
Saturated Shade of #c7ccdf
#c3c9e3
Desaturated Shade of #c7ccdf
#cbcfdb
Grey scale Shade of #c7ccdf
#d3d3d3
Brighten Shade
#e0e5f8
Most Readable Shade
#000000

Shades of #c7ccdf color code

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

#c7ccdf
#b0b5c6
#9a9ead
#848894
#6e717b
#585a63
#42444a
#2c2d31
#161618
#000000

Similar Color like #c7ccdf color

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

#c8cde0
#c9cee1
#cacfe2
#cbd0e3
#ccd1e4
#cdd2e5
#ced3e6
#cfd4e7
#d0d5e8
#d1d6e9
#d2d7ea
#d3d8eb
#d4d9ec
#d5daed
#c6cbde
#c5cadd
#c4c9dc
#c3c8db
#c2c7da
#c1c6d9
#c0c5d8
#bfc4d7
#bec3d6
#bdc2d5
#bcc1d4
#bbc0d3
#babfd2
#b9bed1

Monochromatic Color with #c7ccdf

#c7ccdf
#090a0a
#2f3035
#55575f
#7b7e8a
#a1a5b4

Tints of #c7ccdf Color

#c7ccdf
#cdd1e2
#d3d7e6
#d9dde9
#dfe2ed
#e6e8f0
#eceef4
#f2f3f7
#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

#c7ccdf
#dfdac7

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

Split Complementary

#c7ccdf
#dfcec7
#d8dfc7

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

Analogous Color

#c7d6df
#c7d1df
#c7ccdf
#c7c7df
#ccc7df

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

#c7ccdf
#dfc7cc
#ccdfc7

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

#c7ccdf
#dfc7d8
#dfdac7
#c7dfce

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

#c7ccdf
#dfdac7
#d8dfc7
#cec7df

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

#c7ccdf Color Code Preview on Black Background Color

This is how #c7ccdf Color will look on black background color. Color contrast ratio is 13.13

#c7ccdf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c7ccdf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c7ccdf

#c7ccdf color code is use for CSS Background Color

Background color for the above div is #c7ccdf

HTML with inline CSS

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

#c7ccdf color code is use for CSS Border Color

CSS Border color for the above div is #c7ccdf

HTML with inline CSS

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

CSS Border Left color for the above div is #c7ccdf

HTML with inline CSS

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

CSS Border Right color for the above div is #c7ccdf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c7ccdf

HTML with inline CSS

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

CSS Border Top color for the above div is #c7ccdf

HTML with inline CSS

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

#c7ccdf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c7ccdf Color code Preview on White Background

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

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(199,204,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(223,218,199,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(199,204,223,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.