crispedge.com

Color picker

Loading...

#ddfbef hex color - White - Cool color - Information

#ddfbef hex color - White - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: White

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

Hex #ddfbef 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 #ddfbef color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeddfbef#ddfbef
RGB Decimal221, 251, 239rgb(221, 251, 239)
RGB Percent87%, 98%, 94%rgb(87%, 98%, 94%)
CSS RGBa221, 251, 239,1rgba(221,251,239,1)
CMYK Modelcmyk(12%,0%,5%,2%)
HSL Color Space156,79% ,93%hsl(156,79% ,93%)
HSV Color Space156°, 12%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110111011111101111101111
Octal335373357
Decimal221251239
Hexddfbef

Different shades of #ddfbef color code.

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

Light Shade of #ddfbef
#ffffff
Dark Shade of #ddfbef
#aff6da
Saturated Shade of #ddfbef
#dbfdef
Desaturated Shade of #ddfbef
#dff9ef
Grey scale Shade of #ddfbef
#ececec
Brighten Shade
#f6ffff
Most Readable Shade
#000000

Shades of #ddfbef color code

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

#ddfbef
#c4dfd4
#abc3b9
#93a79f
#7a8b84
#626f6a
#49534f
#313735
#181b1a
#000000

Similar Color like #ddfbef color

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

#defcf0
#dffdf1
#e0fef2
#e1fff3
#e2fff4
#e3fff5
#e4fff6
#e5fff7
#e6fff8
#e7fff9
#e8fffa
#e9fffb
#eafffc
#ebfffd
#dcfaee
#dbf9ed
#daf8ec
#d9f7eb
#d8f6ea
#d7f5e9
#d6f4e8
#d5f3e7
#d4f2e6
#d3f1e5
#d2f0e4
#d1efe3
#d0eee2
#cfede1

Monochromatic Color with #ddfbef

#ddfbef
#222625
#47514d
#6d7b76
#92a69e
#b8d0c7

Tints of #ddfbef Color

#ddfbef
#e0fbf0
#e4fbf2
#e8fcf4
#ecfcf6
#effdf7
#f3fdf9
#f7fefb
#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

#ddfbef
#fbdde9

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

Split Complementary

#ddfbef
#fbddf8
#fbe0dd

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

Analogous Color

#ddfbe3
#ddfbe9
#ddfbef
#ddfbf5
#ddfbfb

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

#ddfbef
#efddfb
#fbefdd

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

#ddfbef
#e0ddfb
#fbdde9
#f8fbdd

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

#ddfbef
#fbdde9
#fbe0dd
#ddf8fb

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

#ddfbef Color Code Preview on Black Background Color

This is how #ddfbef Color will look on black background color. Color contrast ratio is 19.12

#ddfbef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddfbef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddfbef

#ddfbef color code is use for CSS Background Color

Background color for the above div is #ddfbef

HTML with inline CSS

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

#ddfbef color code is use for CSS Border Color

CSS Border color for the above div is #ddfbef

HTML with inline CSS

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

CSS Border Left color for the above div is #ddfbef

HTML with inline CSS

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

CSS Border Right color for the above div is #ddfbef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddfbef

HTML with inline CSS

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

CSS Border Top color for the above div is #ddfbef

HTML with inline CSS

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

#ddfbef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddfbef Color code Preview on White Background

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.