Skip to main content Skip to docs navigation

#d6feed hex color | Download Light Blue BG image | Information

Color Picker

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

Color Info

Woow we have a nearby visually matching color name available. It's name is Candied Snow and its hex is #D8FFF3 Nearest Color Name

Color Hue/Base color: Blue

Hex #d6feed Color code in RGB color code model is created after adding 83.92% red color, 99.61% green color and 92.94% blue color. Hex #d6feed Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 0% magenta, 7% yellow and 0.39% black.

Hex #d6feed color code is between #ddffee web safe hex color code and #cceedd web safe hex color code. #ddffee is the nearest web safe color code. You can see here many more shades of #d6feed color code.

RGB Chart

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

Color Table

Hex Color Code d6feed #d6feed
RGB Decimal 214, 254, 237 214, 254, 237
RGB Percent 84%, 100%, 93% rgb(84%, 100%, 93%)
CSS RGBa 214, 254, 237,1 rgba(214,254,237,1)
CMYK Model cmyk(16%,0%,7%,0.39%)
HSL Color Space 155,95% ,92% hsl(155,95% ,92%)
HSV Color Space 155°, 16%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 11010110 11111110 11101101
Octal 326 376 355
Decimal 214 254 237
Hex d6 fe ed

Different shades of #d6feed color code.

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

Darkest of #d6feed
#41faab
Darker of #d6feed
#72fcc1
Dark of #d6feed
#a4fdd7
Base of #d6feed
#d6feed
Light of #d6feed
#ffffff
Lighter
#ffffff
Lightest
#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

#d6feed
#fed6e7

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

Split Complementary

#d6feed
#fed6fb
#fed9d6

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

Analogous Color

#d6fed6
#d6fedc
#d6feed
#d6fefa
#d6f1fe

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

#d6feed
#feedd6
#edd6fe

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

#d6feed
#edd6fe
#fed6e7
#e7fed6

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#d6feed
#d9d6fe
#fed6e7
#fbfed6

Square 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).

Monochromatic Color with #d6feed

#0ff996
#41faab
#72fcc1
#a4fdd7
#d6feed
#ffffff
#ffffff
#ffffff
#ffffff

Tints of #d6feed Color

#d6feed
#dafeef
#dffef1
#e3fef3
#e8fef5
#ecfef7
#f1fef9
#f5fefb
#fafefd
#ffffff

Shades of #d6feed color code

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

#d6feed
#bee1d2
#a6c5b8
#8ea99e
#768d83
#5f7069
#47544f
#2f3834
#171c1a
#000000

Tones

#d6feed
#dafaec
#def6ec
#e3f1eb
#e7edea

Tones

Similar Color like #d6feed color

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

#d7ffee
#d8ffef
#d9fff0
#dafff1
#dbfff2
#dcfff3
#ddfff4
#defff5
#dffff6
#e0fff7
#e1fff8
#e2fff9
#e3fffa
#e4fffb
#d5fdec
#d4fceb
#d3fbea
#d2fae9
#d1f9e8
#d0f8e7
#cff7e6
#cef6e5
#cdf5e4
#ccf4e3
#cbf3e2
#caf2e1
#c9f1e0
#c8f0df

Download this Light Blue

Hex #d6feed 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.

#d6feed Color Code Preview on Black Background Color

This is how #d6feed Color will look on black background color. Color contrast ratio is 19.26

#d6feed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d6feed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d6feed

#d6feed color code is use for CSS Background Color

Background color for the above div is #d6feed

HTML with inline CSS

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

#d6feed color code is use for CSS Border Color

CSS Border color for the above div is #d6feed

HTML with inline CSS

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

CSS Border Left color for the above div is #d6feed

HTML with inline CSS

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

CSS Border Right color for the above div is #d6feed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d6feed

HTML with inline CSS

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

CSS Border Top color for the above div is #d6feed

HTML with inline CSS

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

#d6feed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d6feed Color code Preview on White Background

This is how #d6feed Color code will look on white background color. Color contrast ratio is 1.09

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(214,254,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(254,214,231,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(214,254,237,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }