crispedge.com

Color picker

Loading...

#ced5db hex color - Blue - Cool color - Information

#ced5db hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #ced5db Color code in RGB color code model is created after adding 80.78% red color, 83.53% green color and 85.88% blue color. Hex #ced5db Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 3% magenta, 0% yellow and 14% black.

Hex #ced5db color code is between #ccdddd web safe hex color code and #ddcccc web safe hex color code. #ccdddd is the nearest web safe color code. You can see here many more shades of #ced5db color code.

0 Likes 0 Comments | 21 Views

RGB Chart

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

Color Table

Hex Color Codeced5db#ced5db
RGB Decimal206, 213, 219rgb(206, 213, 219)
RGB Percent81%, 84%, 86%rgb(81%, 84%, 86%)
CSS RGBa206, 213, 219,1rgba(206,213,219,1)
CMYK Modelcmyk(6%,3%,0%,14%)
HSL Color Space208,15% ,83%hsl(208,15% ,83%)
HSV Color Space208°, 6%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110011101101010111011011
Octal316325333
Decimal206213219
Hexced5db

Different shades of #ced5db color code.

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

Light Shade of #ced5db
#ebeef1
Dark Shade of #ced5db
#b1bcc5
Saturated Shade of #ced5db
#cad5df
Desaturated Shade of #ced5db
#d2d5d7
Grey scale Shade of #ced5db
#d4d4d4
Brighten Shade
#e7eef4
Most Readable Shade
#000000

Shades of #ced5db color code

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

#ced5db
#b7bdc2
#a0a5aa
#898e92
#727679
#5b5e61
#444749
#2d2f30
#161718
#000000

Similar Color like #ced5db color

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

#cfd6dc
#d0d7dd
#d1d8de
#d2d9df
#d3dae0
#d4dbe1
#d5dce2
#d6dde3
#d7dee4
#d8dfe5
#d9e0e6
#dae1e7
#dbe2e8
#dce3e9
#cdd4da
#ccd3d9
#cbd2d8
#cad1d7
#c9d0d6
#c8cfd5
#c7ced4
#c6cdd3
#c5ccd2
#c4cbd1
#c3cad0
#c2c9cf
#c1c8ce
#c0c7cd

Monochromatic Color with #ced5db

#ced5db
#060606
#2e3031
#56595b
#7e8286
#a6acb0

Tints of #ced5db Color

#ced5db
#d3d9df
#d8dee3
#dee3e7
#e3e7eb
#e9ecef
#eef1f3
#f4f5f7
#f9fafb
#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

#ced5db
#dbd4ce

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

Split Complementary

#ced5db
#dbcecf
#dbdace

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

Analogous Color

#cedadb
#ced8db
#ced5db
#ced2db
#ced0db

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

#ced5db
#dbced5
#d5dbce

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

#ced5db
#dacedb
#dbd4ce
#cedbce

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

#ced5db
#dbd4ce
#dbdace
#cecfdb

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

#ced5db Color Code Preview on Black Background Color

This is how #ced5db Color will look on black background color. Color contrast ratio is 14.16

#ced5db in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ced5db

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ced5db

#ced5db color code is use for CSS Background Color

Background color for the above div is #ced5db

HTML with inline CSS

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

#ced5db color code is use for CSS Border Color

CSS Border color for the above div is #ced5db

HTML with inline CSS

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

CSS Border Left color for the above div is #ced5db

HTML with inline CSS

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

CSS Border Right color for the above div is #ced5db

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ced5db

HTML with inline CSS

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

CSS Border Top color for the above div is #ced5db

HTML with inline CSS

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

#ced5db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ced5db Color code Preview on White Background

This is how #ced5db Color code will look on white background color. Color contrast ratio is 1.48

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

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,213,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(219,212,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(206,213,219,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 21 Views

Post your comment:-

By submitting comment you agree to our privacy policy.