Skip to main content Skip to docs navigation

#ddfebd 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 Greedy Green and its hex is #D1FFBD Nearest Color Name

Color Hue/Base color: White

Hex #ddfebd Color code in RGB color code model is created after adding 86.67% red color, 99.61% green color and 74.12% blue color. Hex #ddfebd Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 0% magenta, 26% yellow and 0.39% black.

Hex #ddfebd color code is between #ccffbb web safe hex color code and #eeeecc web safe hex color code. #ccffbb is the nearest web safe color code. You can see here many more shades of #ddfebd color code.

RGB Chart

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

Color Table

Hex Color Code ddfebd #ddfebd
RGB Decimal 221, 254, 189 221, 254, 189
RGB Percent 87%, 100%, 74% rgb(87%, 100%, 74%)
CSS RGBa 221, 254, 189,1 rgba(221,254,189,1)
CMYK Model cmyk(13%,0%,26%,0.39%)
HSL Color Space 90,97% ,87% hsl(90,97% ,87%)
HSV Color Space 90°, 26%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 11011101 11111110 10111101
Octal 335 376 275
Decimal 221 254 189
Hex dd fe bd

Different shades of #ddfebd color code.

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

Darkest of #ddfebd
#8ffc26
Darker of #ddfebd
#a9fc59
Dark of #ddfebd
#c3fd8b
Base of #ddfebd
#ddfebd
Light of #ddfebd
#f7ffef
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

#ddfebd
#debdfe

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

Split Complementary

#ddfebd
#bdbdfe
#febdfd

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

Analogous Color

#fef9bd
#f8febd
#ddfebd
#c7febd
#bdfece

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

#ddfebd
#febddd
#bdddfe

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

#ddfebd
#bdddfe
#debdfe
#fedebd

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

#ddfebd
#bdfdfe
#debdfe
#febdbd

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

#76eb04
#8ffc26
#a9fc59
#c3fd8b
#ddfebd
#f7ffef
#ffffff
#ffffff
#ffffff

Tints of #ddfebd Color

#ddfebd
#e0fec4
#e4fecb
#e8fed3
#ecfeda
#effee1
#f3fee9
#f7fef0
#fbfef7
#ffffff

Shades of #ddfebd color code

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

#ddfebd
#c4e1a8
#abc593
#93a97e
#7a8d69
#627054
#49543f
#31382a
#181c15
#000000

Tones

#ddfebd
#ddf7c4
#ddf1ca
#ddead1
#dde3d8

Tones

Similar Color like #ddfebd color

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

#deffbe
#dfffbf
#e0ffc0
#e1ffc1
#e2ffc2
#e3ffc3
#e4ffc4
#e5ffc5
#e6ffc6
#e7ffc7
#e8ffc8
#e9ffc9
#eaffca
#ebffcb
#dcfdbc
#dbfcbb
#dafbba
#d9fab9
#d8f9b8
#d7f8b7
#d6f7b6
#d5f6b5
#d4f5b4
#d3f4b3
#d2f3b2
#d1f2b1
#d0f1b0
#cff0af

Download this Light White

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

#ddfebd Color Code Preview on Black Background Color

This is how #ddfebd Color will look on black background color. Color contrast ratio is 18.99

#ddfebd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddfebd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddfebd

#ddfebd color code is use for CSS Background Color

Background color for the above div is #ddfebd

HTML with inline CSS

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

#ddfebd color code is use for CSS Border Color

CSS Border color for the above div is #ddfebd

HTML with inline CSS

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

CSS Border Left color for the above div is #ddfebd

HTML with inline CSS

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

CSS Border Right color for the above div is #ddfebd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddfebd

HTML with inline CSS

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

CSS Border Top color for the above div is #ddfebd

HTML with inline CSS

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

#ddfebd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddfebd Color code Preview on White Background

This is how #ddfebd Color code will look on white background color. Color contrast ratio is 1.11

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

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