crispedge.com

Color picker

Loading...

#ddf1fe hex color - Blue - Cool color - Information

#ddf1fe hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

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

Hex #ddf1fe color code is between #cceeff web safe hex color code and #eeffee web safe hex color code. #cceeff is the nearest web safe color code. You can see here many more shades of #ddf1fe color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeddf1fe#ddf1fe
RGB Decimal221, 241, 254rgb(221, 241, 254)
RGB Percent87%, 95%, 100%rgb(87%, 95%, 100%)
CSS RGBa221, 241, 254,1rgba(221,241,254,1)
CMYK Modelcmyk(13%,5%,0%,0%)
HSL Color Space204,94% ,93%hsl(204,94% ,93%)
HSV Color Space204°, 13%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110111011111000111111110
Octal335361376
Decimal221241254
Hexddf1fe

Different shades of #ddf1fe color code.

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

Light Shade of #ddf1fe
#ffffff
Dark Shade of #ddf1fe
#abddfd
Saturated Shade of #ddf1fe
#dcf1ff
Desaturated Shade of #ddf1fe
#dff1fc
Grey scale Shade of #ddf1fe
#ededed
Brighten Shade
#f6ffff
Most Readable Shade
#000000

Shades of #ddf1fe color code

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

#ddf1fe
#c4d6e1
#abbbc5
#93a0a9
#7a858d
#626b70
#495054
#313538
#181a1c
#000000

Similar Color like #ddf1fe color

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

#def2ff
#dff3ff
#e0f4ff
#e1f5ff
#e2f6ff
#e3f7ff
#e4f8ff
#e5f9ff
#e6faff
#e7fbff
#e8fcff
#e9fdff
#eafeff
#ebffff
#dcf0fd
#dbeffc
#daeefb
#d9edfa
#d8ecf9
#d7ebf8
#d6eaf7
#d5e9f6
#d4e8f5
#d3e7f4
#d2e6f3
#d1e5f2
#d0e4f1
#cfe3f0

Monochromatic Color with #ddf1fe

#ddf1fe
#242729
#495054
#6e787e
#93a0a9
#b8c9d3

Tints of #ddf1fe Color

#ddf1fe
#e0f2fe
#e4f4fe
#e8f5fe
#ecf7fe
#eff8fe
#f3fafe
#f7fbfe
#fbfdfe
#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

#ddf1fe
#feeadd

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

Split Complementary

#ddf1fe
#fedde0
#fefbdd

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

Analogous Color

#ddfefe
#ddf8fe
#ddf1fe
#ddeafe
#dde4fe

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

#ddf1fe
#feddf1
#f1fedd

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

#ddf1fe
#faddfe
#feeadd
#e0fedd

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

#ddf1fe
#feeadd
#fefbdd
#dde0fe

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

#ddf1fe Color Code Preview on Black Background Color

This is how #ddf1fe Color will look on black background color. Color contrast ratio is 18.09

#ddf1fe in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddf1fe

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddf1fe

#ddf1fe color code is use for CSS Background Color

Background color for the above div is #ddf1fe

HTML with inline CSS

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

#ddf1fe color code is use for CSS Border Color

CSS Border color for the above div is #ddf1fe

HTML with inline CSS

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

CSS Border Left color for the above div is #ddf1fe

HTML with inline CSS

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

CSS Border Right color for the above div is #ddf1fe

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddf1fe

HTML with inline CSS

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

CSS Border Top color for the above div is #ddf1fe

HTML with inline CSS

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

#ddf1fe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddf1fe Color code Preview on White Background

This is how #ddf1fe Color code will look on white background color. Color contrast ratio is 1.16

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

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,241,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(254,234,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,241,254,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.