Skip to main content Skip to docs navigation

#dbeefd 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 Wizard White and its hex is #DFF1FD Nearest Color Name

Color Hue/Base color: Blue

Hex #dbeefd Color code in RGB color code model is created after adding 85.88% red color, 93.33% green color and 99.22% blue color. Hex #dbeefd Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 6% magenta, 0% yellow and 0.78% black.

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

RGB Chart

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

Color Table

Hex Color Code dbeefd #dbeefd
RGB Decimal 219, 238, 253 219, 238, 253
RGB Percent 86%, 93%, 99% rgb(86%, 93%, 99%)
CSS RGBa 219, 238, 253,1 rgba(219,238,253,1)
CMYK Model cmyk(13%,6%,0%,0.78%)
HSL Color Space 206,89% ,93% hsl(206,89% ,93%)
HSV Color Space 206°, 13%, 99%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 11011011 11101110 11111101
Octal 333 356 375
Decimal 219 238 253
Hex db ee fd

Different shades of #dbeefd color code.

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

Darkest of #dbeefd
#4aaaf5
Darker of #dbeefd
#7ac0f8
Dark of #dbeefd
#abd7fa
Base of #dbeefd
#dbeefd
Light of #dbeefd
#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

#dbeefd
#fdeadb

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

Split Complementary

#dbeefd
#fddbdd
#fdfbdb

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

Analogous Color

#dbfdf8
#dbfcfd
#dbeefd
#dbe3fd
#e2dbfd

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

#dbeefd
#eefddb
#fddbee

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

#dbeefd
#fddbee
#fdeadb
#dbfdea

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

#dbeefd
#fbdbfd
#fdeadb
#ddfddb

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 #dbeefd

#1a93f2
#4aaaf5
#7ac0f8
#abd7fa
#dbeefd
#ffffff
#ffffff
#ffffff
#ffffff

Tints of #dbeefd Color

#dbeefd
#dfeffd
#e3f1fd
#e7f3fd
#ebf5fd
#eff7fe
#f3f9fe
#f7fbfe
#fbfdfe
#ffffff

Shades of #dbeefd color code

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

#dbeefd
#c2d3e0
#aab9c4
#929ea8
#79848c
#616970
#494f54
#303438
#181a1c
#000000

Tones

#dbeefd
#dfeef9
#e3edf5
#e6edf2
#eaecee

Tones

Similar Color like #dbeefd color

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

#dceffe
#ddf0ff
#def1ff
#dff2ff
#e0f3ff
#e1f4ff
#e2f5ff
#e3f6ff
#e4f7ff
#e5f8ff
#e6f9ff
#e7faff
#e8fbff
#e9fcff
#daedfc
#d9ecfb
#d8ebfa
#d7eaf9
#d6e9f8
#d5e8f7
#d4e7f6
#d3e6f5
#d2e5f4
#d1e4f3
#d0e3f2
#cfe2f1
#cee1f0
#cde0ef

Download this Light Blue

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

#dbeefd Color Code Preview on Black Background Color

This is how #dbeefd Color will look on black background color. Color contrast ratio is 17.66

#dbeefd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbeefd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbeefd

#dbeefd color code is use for CSS Background Color

Background color for the above div is #dbeefd

HTML with inline CSS

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

#dbeefd color code is use for CSS Border Color

CSS Border color for the above div is #dbeefd

HTML with inline CSS

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

CSS Border Left color for the above div is #dbeefd

HTML with inline CSS

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

CSS Border Right color for the above div is #dbeefd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbeefd

HTML with inline CSS

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

CSS Border Top color for the above div is #dbeefd

HTML with inline CSS

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

#dbeefd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbeefd Color code Preview on White Background

This is how #dbeefd Color code will look on white background color. Color contrast ratio is 1.19

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

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(219,238,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(253,234,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,238,253,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }