crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#dae3ed hex color - Blue - Cool color - Information

#dae3ed hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

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

Hex #dae3ed 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 #dae3ed color code.

0 Likes 0 Comments | 19 Views

Color Table

Hex Color Codedae3ed#dae3ed
RGB Decimal218, 227, 237rgb(218, 227, 237)
RGB Percent85%, 89%, 93%rgb(85%, 89%, 93%)
CSS RGBa218, 227, 237,1rgba(218,227,237,1)
CMYK Modelcmyk(8%,4%,0%,7%)
HSL Color Space212,35% ,89%hsl(212,35% ,89%)
HSV Color Space212°, 8%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110110101110001111101101
Octal332343355
Decimal218227237
Hexdae3ed

Different shades of #dae3ed color code.

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

Light Shade of #dae3ed
#fcfdfe
Dark Shade of #dae3ed
#b8c9dc
Saturated Shade of #dae3ed
#d7e3f0
Desaturated Shade of #dae3ed
#dde3ea
Grey scale Shade of #dae3ed
#e3e3e3
Brighten Shade
#f3fcff
Most Readable Shade
#000000

Shades of #dae3ed color code

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

#dae3ed
#c1c9d2
#a9b0b8
#91979e
#797e83
#606469
#484b4f
#303234
#18191a
#000000

Similar Color like #dae3ed color

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

#dbe4ee
#dce5ef
#dde6f0
#dee7f1
#dfe8f2
#e0e9f3
#e1eaf4
#e2ebf5
#e3ecf6
#e4edf7
#e5eef8
#e6eff9
#e7f0fa
#e8f1fb
#d9e2ec
#d8e1eb
#d7e0ea
#d6dfe9
#d5dee8
#d4dde7
#d3dce6
#d2dbe5
#d1dae4
#d0d9e3
#cfd8e2
#ced7e1
#cdd6e0
#ccd5df

Monochromatic Color with #dae3ed

#dae3ed
#171718
#3e4043
#65696d
#8c9298
#b3bac2

Tints of #dae3ed Color

#dae3ed
#dee6ef
#e2e9f1
#e6ecf3
#eaeff5
#eef2f7
#f2f5f9
#f6f8fb
#fafbfd
#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

#dae3ed
#ede4da

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

Split Complementary

#dae3ed
#eddbda
#ecedda

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

Analogous Color

#daebed
#dae7ed
#dae3ed
#dadfed
#dadbed

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

#dae3ed
#eddae3
#e3edda

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

#dae3ed
#eddaec
#ede4da
#daedda

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

#dae3ed
#ede4da
#ecedda
#dbdaed

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

#dae3ed Color Code Preview on Black Background Color

This is how #dae3ed Color will look on black background color. Color contrast ratio is 16.19

#dae3ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dae3ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dae3ed

#dae3ed color code is use for CSS Background Color

Background color for the above div is #dae3ed

HTML with inline CSS

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

#dae3ed color code is use for CSS Border Color

CSS Border color for the above div is #dae3ed

HTML with inline CSS

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

CSS Border Left color for the above div is #dae3ed

HTML with inline CSS

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

CSS Border Right color for the above div is #dae3ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dae3ed

HTML with inline CSS

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

CSS Border Top color for the above div is #dae3ed

HTML with inline CSS

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

#dae3ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dae3ed Color code Preview on White Background

This is how #dae3ed Color code will look on white background color. Color contrast ratio is 1.30

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 19 Views

Post your comment:-

By submitting comment you agree to our privacy policy.