crispedge.com

Color picker

Loading...

#dbe5da hex color - Grey - Cool color - Information

#dbe5da hex color - Grey - Cool color

Color Hue/Base color: Grey

Hex #dbe5da Color code in RGB color code model is created after adding 85.88% red color, 89.8% green color and 85.49% blue color. Hex #dbe5da Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 0% magenta, 5% yellow and 10% black.

Hex #dbe5da color code is between #dddddd web safe hex color code and #cceecc web safe hex color code. #dddddd is the nearest web safe color code. You can see here many more shades of #dbe5da color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codedbe5da#dbe5da
RGB Decimal219, 229, 218rgb(219, 229, 218)
RGB Percent86%, 90%, 85%rgb(86%, 90%, 85%)
CSS RGBa219, 229, 218,1rgba(219,229,218,1)
CMYK Modelcmyk(4%,0%,5%,10%)
HSL Color Space115,17% ,88%hsl(115,17% ,88%)
HSV Color Space115°, 5%, 90%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110110111110010111011010
Octal333345332
Decimal219229218
Hexdbe5da

Different shades of #dbe5da color code.

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

Light Shade of #dbe5da
#f8faf8
Dark Shade of #dbe5da
#bed0bc
Saturated Shade of #dbe5da
#d8e8d7
Desaturated Shade of #dbe5da
#dee2dd
Grey scale Shade of #dbe5da
#dfdfdf
Brighten Shade
#f4fef3
Most Readable Shade
#000000

Shades of #dbe5da color code

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

#dbe5da
#c2cbc1
#aab2a9
#929891
#797f79
#616560
#494c48
#303230
#181918
#000000

Similar Color like #dbe5da color

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

#dce6db
#dde7dc
#dee8dd
#dfe9de
#e0eadf
#e1ebe0
#e2ece1
#e3ede2
#e4eee3
#e5efe4
#e6f0e5
#e7f1e6
#e8f2e7
#e9f3e8
#dae4d9
#d9e3d8
#d8e2d7
#d7e1d6
#d6e0d5
#d5dfd4
#d4ded3
#d3ddd2
#d2dcd1
#d1dbd0
#d0dacf
#cfd9ce
#ced8cd
#cdd7cc

Monochromatic Color with #dbe5da

#dbe5da
#101010
#383b38
#616561
#8a9089
#b2bab2

Tints of #dbe5da Color

#dbe5da
#dfe7de
#e3eae2
#e7ede6
#ebf0ea
#eff3ee
#f3f6f2
#f7f9f6
#fbfcfa
#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

#dbe5da
#e4dae5

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

Split Complementary

#dbe5da
#dfdae5
#e5dae1

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

Analogous Color

#dfe5da
#dde5da
#dbe5da
#dae5db
#dae5dd

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

#dbe5da
#dadbe5
#e5dadb

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

#dbe5da
#dae0e5
#e4dae5
#e5deda

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

#dbe5da
#e4dae5
#e5dae1
#dae5df

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

#dbe5da Color Code Preview on Black Background Color

This is how #dbe5da Color will look on black background color. Color contrast ratio is 16.23

#dbe5da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbe5da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbe5da

#dbe5da color code is use for CSS Background Color

Background color for the above div is #dbe5da

HTML with inline CSS

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

#dbe5da color code is use for CSS Border Color

CSS Border color for the above div is #dbe5da

HTML with inline CSS

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

CSS Border Left color for the above div is #dbe5da

HTML with inline CSS

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

CSS Border Right color for the above div is #dbe5da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbe5da

HTML with inline CSS

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

CSS Border Top color for the above div is #dbe5da

HTML with inline CSS

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

#dbe5da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbe5da Color code Preview on White Background

This is how #dbe5da Color code will look on white background color. Color contrast ratio is 1.29

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.