Skip to main content Skip to docs navigation

#dafecc hex color | Light White & Cool color | 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 Herbal Vapors and its hex is #DDFFCC Nearest Color Name

Color Hue/Base color: White

Hex #dafecc Color code in RGB color code model is created after adding 85.49% red color, 99.61% green color and 80% blue color. Hex #dafecc Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 0% magenta, 20% yellow and 0.39% black.

Hex #dafecc color code is between #ddffbb web safe hex color code and #cceedd web safe hex color code. #ddffbb is the nearest web safe color code. You can see here many more shades of #dafecc color code.

RGB Chart

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

Color Table

Hex Color Code dafecc #dafecc
RGB Decimal 218, 254, 204 218, 254, 204
RGB Percent 85%, 100%, 80% rgb(85%, 100%, 80%)
CSS RGBa 218, 254, 204,1 rgba(218,254,204,1)
CMYK Model cmyk(14%,0%,20%,0.39%)
HSL Color Space 103,96% ,90% hsl(103,96% ,90%)
HSV Color Space 103°, 20%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 11011010 11111110 11001100
Octal 332 376 314
Decimal 218 254 204
Hex da fe cc

Different shades of #dafecc color code.

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

Darkest of #dafecc
#6dfb36
Darker of #dafecc
#91fc68
Dark of #dafecc
#b6fd9a
Base of #dafecc
#dafecc
Light of #dafecc
#fefffe
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

#dafecc
#f0ccfe

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

Split Complementary

#dafecc
#d7ccfe
#feccf3

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

Analogous Color

#f7fecc
#effecc
#dafecc
#ccfecf
#ccfee3

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

#dafecc
#feccda
#ccdafe

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

#dafecc
#ccdafe
#f0ccfe
#fef0cc

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

#dafecc
#ccf3fe
#f0ccfe
#fed7cc

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 #dafecc

#49f905
#6dfb36
#91fc68
#b6fd9a
#dafecc
#fefffe
#ffffff
#ffffff
#ffffff

Tints of #dafecc Color

#dafecc
#defed1
#e2fed7
#e6fedd
#eafee2
#eefee8
#f2feee
#f6fef3
#fafef9
#ffffff

Shades of #dafecc color code

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

#dafecc
#c1e1b5
#a9c59e
#91a988
#798d71
#60705a
#485444
#30382d
#181c16
#000000

Tones

#dafecc
#dcf9d1
#dff4d6
#e1eedc
#e3e9e1

Tones

Similar Color like #dafecc color

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

#dbffcd
#dcffce
#ddffcf
#deffd0
#dfffd1
#e0ffd2
#e1ffd3
#e2ffd4
#e3ffd5
#e4ffd6
#e5ffd7
#e6ffd8
#e7ffd9
#e8ffda
#d9fdcb
#d8fcca
#d7fbc9
#d6fac8
#d5f9c7
#d4f8c6
#d3f7c5
#d2f6c4
#d1f5c3
#d0f4c2
#cff3c1
#cef2c0
#cdf1bf
#ccf0be

Download this

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

#dafecc Color Code Preview on Black Background Color

This is how #dafecc Color will look on black background color. Color contrast ratio is 19.03

#dafecc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dafecc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dafecc

#dafecc color code is use for CSS Background Color

Background color for the above div is #dafecc

HTML with inline CSS

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

#dafecc color code is use for CSS Border Color

CSS Border color for the above div is #dafecc

HTML with inline CSS

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

CSS Border Left color for the above div is #dafecc

HTML with inline CSS

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

CSS Border Right color for the above div is #dafecc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dafecc

HTML with inline CSS

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

CSS Border Top color for the above div is #dafecc

HTML with inline CSS

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

#dafecc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dafecc Color code Preview on White Background

This is how #dafecc Color code will look on white background color. Color contrast ratio is 1.10

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

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