crispedge.com

Color picker

Loading...

#ced6cc hex color - Grey - Cool color - Information

#ced6cc hex color - Grey - Cool color

Color Hue/Base color: Grey

Hex #ced6cc Color code in RGB color code model is created after adding 80.78% red color, 83.92% green color and 80% blue color. Hex #ced6cc Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 0% magenta, 5% yellow and 16% black.

Hex #ced6cc color code is between #ccddbb web safe hex color code and #ddccdd web safe hex color code. #ccddbb is the nearest web safe color code. You can see here many more shades of #ced6cc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeced6cc#ced6cc
RGB Decimal206, 214, 204rgb(206, 214, 204)
RGB Percent81%, 84%, 80%rgb(81%, 84%, 80%)
CSS RGBa206, 214, 204,1rgba(206,214,204,1)
CMYK Modelcmyk(4%,0%,5%,16%)
HSL Color Space108,11% ,82%hsl(108,11% ,82%)
HSV Color Space108°, 5%, 84%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110011101101011011001100
Octal316326314
Decimal206214204
Hexced6cc

Different shades of #ced6cc color code.

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

Light Shade of #ced6cc
#e9ede8
Dark Shade of #ced6cc
#b3bfb0
Saturated Shade of #ced6cc
#cbdbc7
Desaturated Shade of #ced6cc
#d1d1d1
Grey scale Shade of #ced6cc
#d1d1d1
Brighten Shade
#e7efe5
Most Readable Shade
#000000

Shades of #ced6cc color code

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

#ced6cc
#b7beb5
#a0a69e
#898e88
#727671
#5b5f5a
#444744
#2d2f2d
#161716
#000000

Similar Color like #ced6cc color

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

#cfd7cd
#d0d8ce
#d1d9cf
#d2dad0
#d3dbd1
#d4dcd2
#d5ddd3
#d6ded4
#d7dfd5
#d8e0d6
#d9e1d7
#dae2d8
#dbe3d9
#dce4da
#cdd5cb
#ccd4ca
#cbd3c9
#cad2c8
#c9d1c7
#c8d0c6
#c7cfc5
#c6cec4
#c5cdc3
#c4ccc2
#c3cbc1
#c2cac0
#c1c9bf
#c0c8be

Monochromatic Color with #ced6cc

#ced6cc
#010101
#2a2c2a
#535652
#7c817b
#a5aba3

Tints of #ced6cc Color

#ced6cc
#d3dad1
#d8dfd7
#dee3dd
#e3e8e2
#e9ece8
#eef1ee
#f4f5f3
#f9faf9
#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

#ced6cc
#d4ccd6

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

Split Complementary

#ced6cc
#cfccd6
#d6ccd3

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

Analogous Color

#d2d6cc
#d0d6cc
#ced6cc
#ccd6cc
#ccd6ce

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

#ced6cc
#ccced6
#d6ccce

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

#ced6cc
#ccd3d6
#d4ccd6
#d6cfcc

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

#ced6cc
#d4ccd6
#d6ccd3
#ccd6cf

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

#ced6cc Color Code Preview on Black Background Color

This is how #ced6cc Color will look on black background color. Color contrast ratio is 14.11

#ced6cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ced6cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ced6cc

#ced6cc color code is use for CSS Background Color

Background color for the above div is #ced6cc

HTML with inline CSS

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

#ced6cc color code is use for CSS Border Color

CSS Border color for the above div is #ced6cc

HTML with inline CSS

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

CSS Border Left color for the above div is #ced6cc

HTML with inline CSS

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

CSS Border Right color for the above div is #ced6cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ced6cc

HTML with inline CSS

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

CSS Border Top color for the above div is #ced6cc

HTML with inline CSS

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

#ced6cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ced6cc Color code Preview on White Background

This is how #ced6cc Color code will look on white background color. Color contrast ratio is 1.49

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

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(206,214,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(212,204,214,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(206,214,204,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.