crispedge.com

Color picker

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

#ddf2ed hex color - Green - Cool color - Information

#ddf2ed hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #ddf2ed Color code in RGB color code model is created after adding 86.67% red color, 94.9% green color and 92.94% blue color. Hex #ddf2ed Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 0% magenta, 2% yellow and 5% black.

Hex #ddf2ed color code is between #cceeee web safe hex color code and #eeffdd web safe hex color code. #cceeee is the nearest web safe color code. You can see here many more shades of #ddf2ed color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codeddf2ed#ddf2ed
RGB Decimal221, 242, 237rgb(221, 242, 237)
RGB Percent87%, 95%, 93%rgb(87%, 95%, 93%)
CSS RGBa221, 242, 237,1rgba(221,242,237,1)
CMYK Modelcmyk(9%,0%,2%,5%)
HSL Color Space166,45% ,91%hsl(166,45% ,91%)
HSV Color Space166°, 9%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110111011111001011101101
Octal335362355
Decimal221242237
Hexddf2ed

Different shades of #ddf2ed color code.

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

Light Shade of #ddf2ed
#ffffff
Dark Shade of #ddf2ed
#b8e4d9
Saturated Shade of #ddf2ed
#dbf4ee
Desaturated Shade of #ddf2ed
#dff0ec
Grey scale Shade of #ddf2ed
#e7e7e7
Brighten Shade
#f6ffff
Most Readable Shade
#000000

Shades of #ddf2ed color code

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

#ddf2ed
#c4d7d2
#abbcb8
#93a19e
#7a8683
#626b69
#49504f
#313534
#181a1a
#000000

Similar Color like #ddf2ed color

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

#def3ee
#dff4ef
#e0f5f0
#e1f6f1
#e2f7f2
#e3f8f3
#e4f9f4
#e5faf5
#e6fbf6
#e7fcf7
#e8fdf8
#e9fef9
#eafffa
#ebfffb
#dcf1ec
#dbf0eb
#daefea
#d9eee9
#d8ede8
#d7ece7
#d6ebe6
#d5eae5
#d4e9e4
#d3e8e3
#d2e7e2
#d1e6e1
#d0e5e0
#cfe4df

Monochromatic Color with #ddf2ed

#ddf2ed
#1b1d1d
#424847
#697270
#8f9d9a
#b6c7c3

Tints of #ddf2ed Color

#ddf2ed
#e0f3ef
#e4f4f1
#e8f6f3
#ecf7f5
#eff9f7
#f3faf9
#f7fcfb
#fbfdfd
#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

#ddf2ed
#f2dde2

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

Split Complementary

#ddf2ed
#f2ddec
#f2e3dd

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

Analogous Color

#ddf2e5
#ddf2e9
#ddf2ed
#ddf2f1
#ddeff2

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

#ddf2ed
#edddf2
#f2eddd

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

#ddf2ed
#e2ddf2
#f2dde2
#ecf2dd

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

#ddf2ed
#f2dde2
#f2e3dd
#ddecf2

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

#ddf2ed Color Code Preview on Black Background Color

This is how #ddf2ed Color will look on black background color. Color contrast ratio is 18.00

#ddf2ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddf2ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddf2ed

#ddf2ed color code is use for CSS Background Color

Background color for the above div is #ddf2ed

HTML with inline CSS

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

#ddf2ed color code is use for CSS Border Color

CSS Border color for the above div is #ddf2ed

HTML with inline CSS

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

CSS Border Left color for the above div is #ddf2ed

HTML with inline CSS

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

CSS Border Right color for the above div is #ddf2ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddf2ed

HTML with inline CSS

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

CSS Border Top color for the above div is #ddf2ed

HTML with inline CSS

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

#ddf2ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddf2ed Color code Preview on White Background

This is how #ddf2ed Color code will look on white background color. Color contrast ratio is 1.17

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

Related Gradients

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.