crispedge.com

Color picker

Loading...

#ced6ee hex color - Blue - Cool color - Information

#ced6ee hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #ced6ee Color code in RGB color code model is created after adding 80.78% red color, 83.92% green color and 93.33% blue color. Hex #ced6ee Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 10% magenta, 0% yellow and 7% black.

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

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codeced6ee#ced6ee
RGB Decimal206, 214, 238rgb(206, 214, 238)
RGB Percent81%, 84%, 93%rgb(81%, 84%, 93%)
CSS RGBa206, 214, 238,1rgba(206,214,238,1)
CMYK Modelcmyk(13%,10%,0%,7%)
HSL Color Space225,48% ,87%hsl(225,48% ,87%)
HSV Color Space225°, 13%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110011101101011011101110
Octal316326356
Decimal206214238
Hexced6ee

Different shades of #ced6ee color code.

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

Light Shade of #ced6ee
#f4f6fb
Dark Shade of #ced6ee
#a8b6e1
Saturated Shade of #ced6ee
#cbd4f1
Desaturated Shade of #ced6ee
#d1d8eb
Grey scale Shade of #ced6ee
#dedede
Brighten Shade
#e7efff
Most Readable Shade
#000000

Shades of #ced6ee color code

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

#ced6ee
#b7bed3
#a0a6b9
#898e9e
#727684
#5b5f69
#44474f
#2d2f34
#16171a
#000000

Similar Color like #ced6ee color

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

#cfd7ef
#d0d8f0
#d1d9f1
#d2daf2
#d3dbf3
#d4dcf4
#d5ddf5
#d6def6
#d7dff7
#d8e0f8
#d9e1f9
#dae2fa
#dbe3fb
#dce4fc
#cdd5ed
#ccd4ec
#cbd3eb
#cad2ea
#c9d1e9
#c8d0e8
#c7cfe7
#c6cee6
#c5cde5
#c4cce4
#c3cbe3
#c2cae2
#c1c9e1
#c0c8e0

Monochromatic Color with #ced6ee

#ced6ee
#16171a
#3b3d44
#60636e
#848a99
#a9b0c3

Tints of #ced6ee Color

#ced6ee
#d3daef
#d8dff1
#dee3f3
#e3e8f5
#e9ecf7
#eef1f9
#f4f5fb
#f9fafd
#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

#ced6ee
#eee6ce

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

Split Complementary

#ced6ee
#eed6ce
#e6eece

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

Analogous Color

#cee3ee
#cedcee
#ced6ee
#ced0ee
#d3ceee

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

#ced6ee
#eeced6
#d6eece

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

#ced6ee
#eecee6
#eee6ce
#ceeed6

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

#ced6ee
#eee6ce
#e6eece
#d6ceee

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

#ced6ee Color Code Preview on Black Background Color

This is how #ced6ee Color will look on black background color. Color contrast ratio is 14.48

#ced6ee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ced6ee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ced6ee

#ced6ee color code is use for CSS Background Color

Background color for the above div is #ced6ee

HTML with inline CSS

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

#ced6ee color code is use for CSS Border Color

CSS Border color for the above div is #ced6ee

HTML with inline CSS

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

CSS Border Left color for the above div is #ced6ee

HTML with inline CSS

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

CSS Border Right color for the above div is #ced6ee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ced6ee

HTML with inline CSS

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

CSS Border Top color for the above div is #ced6ee

HTML with inline CSS

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

#ced6ee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ced6ee Color code Preview on White Background

This is how #ced6ee Color code will look on white background color. Color contrast ratio is 1.45

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.