crispedge.com

Color picker

Loading...

#dae8eb hex color - Blue - Cool color - Information

#dae8eb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #dae8eb Color code in RGB color code model is created after adding 85.49% red color, 90.98% green color and 92.16% blue color. Hex #dae8eb Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 1% magenta, 0% yellow and 8% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codedae8eb#dae8eb
RGB Decimal218, 232, 235rgb(218, 232, 235)
RGB Percent85%, 91%, 92%rgb(85%, 91%, 92%)
CSS RGBa218, 232, 235,1rgba(218,232,235,1)
CMYK Modelcmyk(7%,1%,0%,8%)
HSL Color Space191,30% ,89%hsl(191,30% ,89%)
HSV Color Space191°, 7%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110110101110100011101011
Octal332350353
Decimal218232235
Hexdae8eb

Different shades of #dae8eb color code.

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

Light Shade of #dae8eb
#fbfdfd
Dark Shade of #dae8eb
#b9d3d9
Saturated Shade of #dae8eb
#d7eaee
Desaturated Shade of #dae8eb
#dde6e8
Grey scale Shade of #dae8eb
#e2e2e2
Brighten Shade
#f3ffff
Most Readable Shade
#000000

Shades of #dae8eb color code

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

#dae8eb
#c1ced0
#a9b4b6
#919a9c
#798082
#606768
#484d4e
#303334
#18191a
#000000

Similar Color like #dae8eb color

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

#dbe9ec
#dceaed
#ddebee
#deecef
#dfedf0
#e0eef1
#e1eff2
#e2f0f3
#e3f1f4
#e4f2f5
#e5f3f6
#e6f4f7
#e7f5f8
#e8f6f9
#d9e7ea
#d8e6e9
#d7e5e8
#d6e4e7
#d5e3e6
#d4e2e5
#d3e1e4
#d2e0e3
#d1dfe2
#d0dee1
#cfdde0
#cedcdf
#cddbde
#ccdadd

Monochromatic Color with #dae8eb

#dae8eb
#151616
#3c4041
#646a6b
#8b9496
#b3bec0

Tints of #dae8eb Color

#dae8eb
#deeaed
#e2edef
#e6eff1
#eaf2f3
#eef4f6
#f2f7f8
#f6f9fa
#fafcfc
#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

#dae8eb
#ebddda

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

Split Complementary

#dae8eb
#ebdae0
#ebe6da

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

Analogous Color

#daebe7
#daebeb
#dae8eb
#dae5eb
#dae1eb

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

#dae8eb
#ebdae8
#e8ebda

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

#dae8eb
#e5daeb
#ebddda
#dfebda

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

#dae8eb
#ebddda
#ebe6da
#dae0eb

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

#dae8eb Color Code Preview on Black Background Color

This is how #dae8eb Color will look on black background color. Color contrast ratio is 16.72

#dae8eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dae8eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dae8eb

#dae8eb color code is use for CSS Background Color

Background color for the above div is #dae8eb

HTML with inline CSS

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

#dae8eb color code is use for CSS Border Color

CSS Border color for the above div is #dae8eb

HTML with inline CSS

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

CSS Border Left color for the above div is #dae8eb

HTML with inline CSS

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

CSS Border Right color for the above div is #dae8eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dae8eb

HTML with inline CSS

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

CSS Border Top color for the above div is #dae8eb

HTML with inline CSS

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

#dae8eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dae8eb Color code Preview on White Background

This is how #dae8eb Color code will look on white background color. Color contrast ratio is 1.26

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.