crispedge.com

Color picker

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

#daf5dd hex color - White - Cool color - Information

#daf5dd hex color - White - Cool color

Color Hue/Base color: White

Hex #daf5dd Color code in RGB color code model is created after adding 85.49% red color, 96.08% green color and 86.67% blue color. Hex #daf5dd Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 0% magenta, 10% yellow and 4% black.

Hex #daf5dd color code is between #ddeecc web safe hex color code and #ccffee web safe hex color code. #ddeecc is the nearest web safe color code. You can see here many more shades of #daf5dd color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedaf5dd#daf5dd
RGB Decimal218, 245, 221rgb(218, 245, 221)
RGB Percent85%, 96%, 87%rgb(85%, 96%, 87%)
CSS RGBa218, 245, 221,1rgba(218,245,221,1)
CMYK Modelcmyk(11%,0%,10%,4%)
HSL Color Space127,57% ,91%hsl(127,57% ,91%)
HSV Color Space127°, 11%, 96%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110110101111010111011101
Octal332365335
Decimal218245221
Hexdaf5dd

Different shades of #daf5dd color code.

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

Light Shade of #daf5dd
#ffffff
Dark Shade of #daf5dd
#b2eab8
Saturated Shade of #daf5dd
#d8f7db
Desaturated Shade of #daf5dd
#dcf3df
Grey scale Shade of #daf5dd
#e7e7e7
Brighten Shade
#f3fff6
Most Readable Shade
#000000

Shades of #daf5dd color code

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

#daf5dd
#c1d9c4
#a9beab
#91a393
#79887a
#606c62
#485149
#303631
#181b18
#000000

Similar Color like #daf5dd color

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

#dbf6de
#dcf7df
#ddf8e0
#def9e1
#dffae2
#e0fbe3
#e1fce4
#e2fde5
#e3fee6
#e4ffe7
#e5ffe8
#e6ffe9
#e7ffea
#e8ffeb
#d9f4dc
#d8f3db
#d7f2da
#d6f1d9
#d5f0d8
#d4efd7
#d3eed6
#d2edd5
#d1ecd4
#d0ebd3
#cfead2
#cee9d1
#cde8d0
#cce7cf

Monochromatic Color with #daf5dd

#daf5dd
#1d201d
#434b44
#69756a
#8ea090
#b4cab7

Tints of #daf5dd Color

#daf5dd
#def6e0
#e2f7e4
#e6f8e8
#eaf9ec
#eefaef
#f2fbf3
#f6fcf7
#fafdfb
#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

#daf5dd
#f5daf2

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

Split Complementary

#daf5dd
#ebdaf5
#f5dae4

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

Analogous Color

#e2f5da
#dcf5da
#daf5dd
#daf5e2
#daf5e8

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

#daf5dd
#dddaf5
#f5ddda

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

#daf5dd
#dae4f5
#f5daf2
#f5eada

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

#daf5dd
#f5daf2
#f5dae4
#daf5eb

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

#daf5dd Color Code Preview on Black Background Color

This is how #daf5dd Color will look on black background color. Color contrast ratio is 18.09

#daf5dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daf5dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daf5dd

#daf5dd color code is use for CSS Background Color

Background color for the above div is #daf5dd

HTML with inline CSS

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

#daf5dd color code is use for CSS Border Color

CSS Border color for the above div is #daf5dd

HTML with inline CSS

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

CSS Border Left color for the above div is #daf5dd

HTML with inline CSS

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

CSS Border Right color for the above div is #daf5dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #daf5dd

HTML with inline CSS

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

CSS Border Top color for the above div is #daf5dd

HTML with inline CSS

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

#daf5dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#daf5dd Color code Preview on White Background

This is how #daf5dd Color code will look on white background color. Color contrast ratio is 1.16

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.