crispedge.com

Color picker

Loading...

#dae0ea hex color - Blue - Cool color - Information

#dae0ea hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

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

Hex #dae0ea color code is between #ddddee web safe hex color code and #cceedd web safe hex color code. #ddddee is the nearest web safe color code. You can see here many more shades of #dae0ea color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codedae0ea#dae0ea
RGB Decimal218, 224, 234rgb(218, 224, 234)
RGB Percent85%, 88%, 92%rgb(85%, 88%, 92%)
CSS RGBa218, 224, 234,1rgba(218,224,234,1)
CMYK Modelcmyk(7%,4%,0%,8%)
HSL Color Space218,28% ,89%hsl(218,28% ,89%)
HSV Color Space218°, 7%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110110101110000011101010
Octal332340352
Decimal218224234
Hexdae0ea

Different shades of #dae0ea color code.

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

Light Shade of #dae0ea
#fbfbfc
Dark Shade of #dae0ea
#b9c5d8
Saturated Shade of #dae0ea
#d7dfed
Desaturated Shade of #dae0ea
#dde1e7
Grey scale Shade of #dae0ea
#e2e2e2
Brighten Shade
#f3f9ff
Most Readable Shade
#000000

Shades of #dae0ea color code

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

#dae0ea
#c1c7d0
#a9aeb6
#91959c
#797c82
#606368
#484a4e
#303134
#18181a
#000000

Similar Color like #dae0ea color

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

#dbe1eb
#dce2ec
#dde3ed
#dee4ee
#dfe5ef
#e0e6f0
#e1e7f1
#e2e8f2
#e3e9f3
#e4eaf4
#e5ebf5
#e6ecf6
#e7edf7
#e8eef8
#d9dfe9
#d8dee8
#d7dde7
#d6dce6
#d5dbe5
#d4dae4
#d3d9e3
#d2d8e2
#d1d7e1
#d0d6e0
#cfd5df
#ced4de
#cdd3dd
#ccd2dc

Monochromatic Color with #dae0ea

#dae0ea
#141515
#3c3d40
#63666a
#8b8f95
#b2b7bf

Tints of #dae0ea Color

#dae0ea
#dee3ec
#e2e6ee
#e6eaf1
#eaedf3
#eef1f5
#f2f4f8
#f6f8fa
#fafbfc
#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

#dae0ea
#eae4da

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

Split Complementary

#dae0ea
#eadcda
#e8eada

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

Analogous Color

#dae6ea
#dae3ea
#dae0ea
#daddea
#dadaea

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

#dae0ea
#eadae0
#e0eada

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

#dae0ea
#eadae8
#eae4da
#daeadc

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

#dae0ea
#eae4da
#e8eada
#dcdaea

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

#dae0ea Color Code Preview on Black Background Color

This is how #dae0ea Color will look on black background color. Color contrast ratio is 15.83

#dae0ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dae0ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dae0ea

#dae0ea color code is use for CSS Background Color

Background color for the above div is #dae0ea

HTML with inline CSS

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

#dae0ea color code is use for CSS Border Color

CSS Border color for the above div is #dae0ea

HTML with inline CSS

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

CSS Border Left color for the above div is #dae0ea

HTML with inline CSS

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

CSS Border Right color for the above div is #dae0ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dae0ea

HTML with inline CSS

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

CSS Border Top color for the above div is #dae0ea

HTML with inline CSS

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

#dae0ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dae0ea Color code Preview on White Background

This is how #dae0ea Color code will look on white background color. Color contrast ratio is 1.33

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.