crispedge.com

Color picker

Loading...

#ddf9ef hex color - White - Cool color - Information

#ddf9ef hex color - White - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: White

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

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

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Codeddf9ef#ddf9ef
RGB Decimal221, 249, 239rgb(221, 249, 239)
RGB Percent87%, 98%, 94%rgb(87%, 98%, 94%)
CSS RGBa221, 249, 239,1rgba(221,249,239,1)
CMYK Modelcmyk(11%,0%,4%,2%)
HSL Color Space159,70% ,92%hsl(159,70% ,92%)
HSV Color Space159°, 11%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110111011111100111101111
Octal335371357
Decimal221249239
Hexddf9ef

Different shades of #ddf9ef color code.

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

Light Shade of #ddf9ef
#ffffff
Dark Shade of #ddf9ef
#b2f1db
Saturated Shade of #ddf9ef
#dbfbf0
Desaturated Shade of #ddf9ef
#dff7ee
Grey scale Shade of #ddf9ef
#ebebeb
Brighten Shade
#f6ffff
Most Readable Shade
#000000

Shades of #ddf9ef color code

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

#ddf9ef
#c4ddd4
#abc1b9
#93a69f
#7a8a84
#626e6a
#49534f
#313735
#181b1a
#000000

Similar Color like #ddf9ef color

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

#defaf0
#dffbf1
#e0fcf2
#e1fdf3
#e2fef4
#e3fff5
#e4fff6
#e5fff7
#e6fff8
#e7fff9
#e8fffa
#e9fffb
#eafffc
#ebfffd
#dcf8ee
#dbf7ed
#daf6ec
#d9f5eb
#d8f4ea
#d7f3e9
#d6f2e8
#d5f1e7
#d4f0e6
#d3efe5
#d2eee4
#d1ede3
#d0ece2
#cfebe1

Monochromatic Color with #ddf9ef

#ddf9ef
#202423
#464f4c
#6c7975
#92a49d
#b7cec6

Tints of #ddf9ef Color

#ddf9ef
#e0f9f0
#e4faf2
#e8fbf4
#ecfbf6
#effcf7
#f3fdf9
#f7fdfb
#fbfefd
#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

#ddf9ef
#f9dde7

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

Split Complementary

#ddf9ef
#f9ddf5
#f9e1dd

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

Analogous Color

#ddf9e4
#ddf9e9
#ddf9ef
#ddf9f5
#ddf8f9

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

#ddf9ef
#efddf9
#f9efdd

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

#ddf9ef
#e1ddf9
#f9dde7
#f5f9dd

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

#ddf9ef
#f9dde7
#f9e1dd
#ddf5f9

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

#ddf9ef Color Code Preview on Black Background Color

This is how #ddf9ef Color will look on black background color. Color contrast ratio is 18.87

#ddf9ef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddf9ef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddf9ef

#ddf9ef color code is use for CSS Background Color

Background color for the above div is #ddf9ef

HTML with inline CSS

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

#ddf9ef color code is use for CSS Border Color

CSS Border color for the above div is #ddf9ef

HTML with inline CSS

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

CSS Border Left color for the above div is #ddf9ef

HTML with inline CSS

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

CSS Border Right color for the above div is #ddf9ef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddf9ef

HTML with inline CSS

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

CSS Border Top color for the above div is #ddf9ef

HTML with inline CSS

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

#ddf9ef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddf9ef Color code Preview on White Background

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

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.