crispedge.com

Color picker

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

#dae1ea hex color - Blue - Cool color - Information

#dae1ea hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 3 Views

Color Table

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

Color in numbers

TypeRedGreenBlue
Binary110110101110000111101010
Octal332341352
Decimal218225234
Hexdae1ea

Different shades of #dae1ea color code.

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

Light Shade of #dae1ea
#fbfbfc
Dark Shade of #dae1ea
#b9c7d8
Saturated Shade of #dae1ea
#d7e1ed
Desaturated Shade of #dae1ea
#dde1e7
Grey scale Shade of #dae1ea
#e2e2e2
Brighten Shade
#f3faff
Most Readable Shade
#000000

Shades of #dae1ea color code

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

#dae1ea
#c1c8d0
#a9afb6
#91969c
#797d82
#606468
#484b4e
#303234
#18191a
#000000

Similar Color like #dae1ea color

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

#dbe2eb
#dce3ec
#dde4ed
#dee5ee
#dfe6ef
#e0e7f0
#e1e8f1
#e2e9f2
#e3eaf3
#e4ebf4
#e5ecf5
#e6edf6
#e7eef7
#e8eff8
#d9e0e9
#d8dfe8
#d7dee7
#d6dde6
#d5dce5
#d4dbe4
#d3dae3
#d2d9e2
#d1d8e1
#d0d7e0
#cfd6df
#ced5de
#cdd4dd
#ccd3dc

Monochromatic Color with #dae1ea

#dae1ea
#141515
#3c3e40
#63666a
#8b8f95
#b2b8bf

Tints of #dae1ea Color

#dae1ea
#dee4ec
#e2e7ee
#e6ebf1
#eaeef3
#eef1f5
#f2f5f8
#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

#dae1ea
#eae3da

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

Split Complementary

#dae1ea
#eadbda
#e9eada

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

Analogous Color

#dae7ea
#dae4ea
#dae1ea
#dadeea
#dadbea

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

#dae1ea
#eadae1
#e1eada

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

#dae1ea
#eadae9
#eae3da
#daeadb

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

#dae1ea
#eae3da
#e9eada
#dbdaea

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

#dae1ea Color Code Preview on Black Background Color

This is how #dae1ea Color will look on black background color. Color contrast ratio is 15.94

#dae1ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dae1ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dae1ea

#dae1ea color code is use for CSS Background Color

Background color for the above div is #dae1ea

HTML with inline CSS

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

#dae1ea color code is use for CSS Border Color

CSS Border color for the above div is #dae1ea

HTML with inline CSS

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

CSS Border Left color for the above div is #dae1ea

HTML with inline CSS

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

CSS Border Right color for the above div is #dae1ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dae1ea

HTML with inline CSS

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

CSS Border Top color for the above div is #dae1ea

HTML with inline CSS

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

#dae1ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dae1ea Color code Preview on White Background

This is how #dae1ea Color code will look on white background color. Color contrast ratio is 1.32

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.