Skip to main content Skip to docs navigation

#daffe5 hex color | Download Light White BG image | Information

Color Picker

@
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.

Color Info

Woow we have a nearby visually matching color name available. It's name is Crystal Glass and its hex is #DDFFEE Nearest Color Name

Color Hue/Base color: White

Hex #daffe5 Color code in RGB color code model is created after adding 85.49% red color, 100% green color and 89.8% blue color. Hex #daffe5 Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 0% magenta, 10% yellow and 0% black.

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

RGB Chart

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

Color Table

Hex Color Code daffe5 #daffe5
RGB Decimal 218, 255, 229 218, 255, 229
RGB Percent 85%, 100%, 90% rgb(85%, 100%, 90%)
CSS RGBa 218, 255, 229,1 rgba(218,255,229,1)
CMYK Model cmyk(15%,0%,10%,0%)
HSL Color Space 138,100% ,93% hsl(138,100% ,93%)
HSV Color Space 138°, 15%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 11011010 11111111 11100101
Octal 332 377 345
Decimal 218 255 229
Hex da ff e5

Different shades of #daffe5 color code.

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

Darkest of #daffe5
#41ff7a
Darker of #daffe5
#74ff9d
Dark of #daffe5
#a7ffc1
Base of #daffe5
#daffe5
Light of #daffe5
#ffffff
Lighter
#ffffff
Lightest
#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

#daffe5
#ffdaf4

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

Split Complementary

#daffe5
#f8daff
#ffdae2

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

Analogous Color

#e5ffda
#deffda
#daffe5
#dafff1
#dafdff

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

#daffe5
#ffe5da
#e5daff

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

#daffe5
#e5daff
#ffdaf4
#f4ffda

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#daffe5
#dae2ff
#ffdaf4
#fff8da

Square 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).

Monochromatic Color with #daffe5

#0eff56
#41ff7a
#74ff9d
#a7ffc1
#daffe5
#ffffff
#ffffff
#ffffff
#ffffff

Tints of #daffe5 Color

#daffe5
#deffe7
#e2ffea
#e6ffed
#eafff0
#eefff3
#f2fff6
#f6fff9
#fafffc
#ffffff

Shades of #daffe5 color code

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

#daffe5
#c1e2cb
#a9c6b2
#91aa98
#798d7f
#607165
#48554c
#303832
#181c19
#000000

Tones

#daffe5
#defbe7
#e1f8e8
#e5f4ea
#e9f0eb

Tones

Similar Color like #daffe5 color

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

#dbffe6
#dcffe7
#ddffe8
#deffe9
#dfffea
#e0ffeb
#e1ffec
#e2ffed
#e3ffee
#e4ffef
#e5fff0
#e6fff1
#e7fff2
#e8fff3
#d9fee4
#d8fde3
#d7fce2
#d6fbe1
#d5fae0
#d4f9df
#d3f8de
#d2f7dd
#d1f6dc
#d0f5db
#cff4da
#cef3d9
#cdf2d8
#ccf1d7

Download this Light White

Hex #daffe5 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.

#daffe5 Color Code Preview on Black Background Color

This is how #daffe5 Color will look on black background color. Color contrast ratio is 19.42

#daffe5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daffe5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daffe5

#daffe5 color code is use for CSS Background Color

Background color for the above div is #daffe5

HTML with inline CSS

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

#daffe5 color code is use for CSS Border Color

CSS Border color for the above div is #daffe5

HTML with inline CSS

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

CSS Border Left color for the above div is #daffe5

HTML with inline CSS

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

CSS Border Right color for the above div is #daffe5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #daffe5

HTML with inline CSS

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

CSS Border Top color for the above div is #daffe5

HTML with inline CSS

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

#daffe5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#daffe5 Color code Preview on White Background

This is how #daffe5 Color code will look on white background color. Color contrast ratio is 1.08

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(218,255,229,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,218,244,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,255,229,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }