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

#ddefbd hex color - Green - Warm color - Information

#ddefbd hex color - Green - Warm color

Color Hue/Base color: Green

Hex #ddefbd Color code in RGB color code model is created after adding 86.67% red color, 93.73% green color and 74.12% blue color. Hex #ddefbd Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 0% magenta, 21% yellow and 6.27% black.

Hex #ddefbd color code is between #cceebb web safe hex color code and #eeffcc web safe hex color code. #cceebb is the nearest web safe color code. You can see here many more shades of #ddefbd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code ddefbd #ddefbd
RGB Decimal 221, 239, 189 rgb(221, 239, 189)
RGB Percent 87%, 94%, 74% rgb(87%, 94%, 74%)
CSS RGBa 221, 239, 189,1 rgba(221,239,189,1)
CMYK Model cmyk(8%,0%,21%,6.27%)
HSL Color Space 82,61% ,84% hsl(82,61% ,84%)
HSV Color Space 82°, 21%, 94%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011101 11101111 10111101
Octal 335 357 275
Decimal 221 239 189
Hex dd ef bd

Different shades of #ddefbd color code.

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

Light Shade of #ddefbd
#f2f9e6
Dark Shade of #ddefbd
#c8e594
Saturated Shade of #ddefbd
#def3b9
Desaturated Shade of #ddefbd
#dcebc1
Grey scale Shade of #ddefbd
#d6d6d6
Brighten Shade
#f6ffd6
Most Readable Shade
#000000

Shades of #ddefbd color code

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

#ddefbd
#c4d4a8
#abb993
#939f7e
#7a8469
#626a54
#494f3f
#31352a
#181a15
#000000

Similar Color like #ddefbd color

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

#def0be
#dff1bf
#e0f2c0
#e1f3c1
#e2f4c2
#e3f5c3
#e4f6c4
#e5f7c5
#e6f8c6
#e7f9c7
#e8fac8
#e9fbc9
#eafcca
#ebfdcb
#dceebc
#dbedbb
#daecba
#d9ebb9
#d8eab8
#d7e9b7
#d6e8b6
#d5e7b5
#d4e6b4
#d3e5b3
#d2e4b2
#d1e3b1
#d0e2b0
#cfe1af

Monochromatic Color with #ddefbd

#ddefbd
#181a15
#404537
#676f58
#8e9a7a
#b6c49b

Tints of #ddefbd Color

#ddefbd
#e0f0c4
#e4f2cb
#e8f4d3
#ecf6da
#eff7e1
#f3f9e9
#f7fbf0
#fbfdf7
#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

#ddefbd
#cfbdef

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

Split Complementary

#ddefbd
#bdc4ef
#e8bdef

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

Analogous Color

#efedbd
#e7efbd
#ddefbd
#d3efbd
#c9efbd

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

#ddefbd
#bdddef
#efbddd

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

#ddefbd
#bdefe8
#cfbdef
#efbdc4

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

#ddefbd
#cfbdef
#e8bdef
#c4efbd

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

#ddefbd Color Code Preview on Black Background Color

This is how #ddefbd Color will look on black background color. Color contrast ratio is 17.16

#ddefbd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddefbd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddefbd

#ddefbd color code is use for CSS Background Color

Background color for the above div is #ddefbd

HTML with inline CSS

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

#ddefbd color code is use for CSS Border Color

CSS Border color for the above div is #ddefbd

HTML with inline CSS

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

CSS Border Left color for the above div is #ddefbd

HTML with inline CSS

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

CSS Border Right color for the above div is #ddefbd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddefbd

HTML with inline CSS

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

CSS Border Top color for the above div is #ddefbd

HTML with inline CSS

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

#ddefbd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddefbd Color code Preview on White Background

This is how #ddefbd Color code will look on white background color. Color contrast ratio is 1.22

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

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(221,239,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(207,189,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,239,189,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.