@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#daebe2 hex color - Blue - Cool color - Information

#daebe2 hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

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

Hex #daebe2 color code is between #ddeedd web safe hex color code and #ccddee web safe hex color code. #ddeedd is the nearest web safe color code. You can see here many more shades of #daebe2 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedaebe2#daebe2
RGB Decimal218, 235, 226rgb(218, 235, 226)
RGB Percent85%, 92%, 89%rgb(85%, 92%, 89%)
CSS RGBa218, 235, 226,1rgba(218,235,226,1)
CMYK Modelcmyk(7%,0%,4%,7.84%)
HSL Color Space148,30% ,89%hsl(148,30% ,89%)
HSV Color Space148°, 7%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110110101110101111100010
Octal332353342
Decimal218235226
Hexdaebe2

Different shades of #daebe2 color code.

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

Light Shade of #daebe2
#fbfdfc
Dark Shade of #daebe2
#b9d9c8
Saturated Shade of #daebe2
#d7eee2
Desaturated Shade of #daebe2
#dde8e2
Grey scale Shade of #daebe2
#e2e2e2
Brighten Shade
#f3fffb
Most Readable Shade
#000000

Shades of #daebe2 color code

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

#daebe2
#c1d0c8
#a9b6af
#919c96
#79827d
#606864
#484e4b
#303432
#181a19
#000000

Similar Color like #daebe2 color

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

#dbece3
#dcede4
#ddeee5
#deefe6
#dff0e7
#e0f1e8
#e1f2e9
#e2f3ea
#e3f4eb
#e4f5ec
#e5f6ed
#e6f7ee
#e7f8ef
#e8f9f0
#d9eae1
#d8e9e0
#d7e8df
#d6e7de
#d5e6dd
#d4e5dc
#d3e4db
#d2e3da
#d1e2d9
#d0e1d8
#cfe0d7
#cedfd6
#cdded5
#ccddd4

Monochromatic Color with #daebe2

#daebe2
#151616
#3c413f
#646b67
#8b9690
#b3c0b9

Tints of #daebe2 Color

#daebe2
#deede5
#e2efe8
#e6f1eb
#eaf3ee
#eef6f2
#f2f8f5
#f6faf8
#fafcfb
#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

#daebe2
#ebdae3

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

Split Complementary

#daebe2
#ebdaeb
#ebdadb

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

Analogous Color

#daebdb
#daebdf
#daebe2
#daebe5
#daebe9

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

#daebe2
#e2daeb
#ebe2da

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

#daebe2
#dadaeb
#ebdae3
#ebeada

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

#daebe2
#ebdae3
#ebdadb
#daebeb

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

#daebe2 Color Code Preview on Black Background Color

This is how #daebe2 Color will look on black background color. Color contrast ratio is 16.96

#daebe2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daebe2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daebe2

#daebe2 color code is use for CSS Background Color

Background color for the above div is #daebe2

HTML with inline CSS

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

#daebe2 color code is use for CSS Border Color

CSS Border color for the above div is #daebe2

HTML with inline CSS

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

CSS Border Left color for the above div is #daebe2

HTML with inline CSS

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

CSS Border Right color for the above div is #daebe2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #daebe2

HTML with inline CSS

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

CSS Border Top color for the above div is #daebe2

HTML with inline CSS

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

#daebe2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#daebe2 Color code Preview on White Background

This is how #daebe2 Color code will look on white background color. Color contrast ratio is 1.24

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.