crispedge.com

#dbe5dd hex color - Grey - Cool color - Information

#dbe5dd hex color - Grey - Cool color

Color Hue/Base color: Grey

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

Hex #dbe5dd color code is between #ddddcc web safe hex color code and #cceeee web safe hex color code. #ddddcc is the nearest web safe color code. You can see here many more shades of #dbe5dd color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codedbe5dd#dbe5dd
RGB Decimal219, 229, 221rgb(219, 229, 221)
RGB Percent86%, 90%, 87%rgb(86%, 90%, 87%)
CSS RGBa219, 229, 221,1rgba(219,229,221,1)
CMYK Modelcmyk(4%,0%,3%,10%)
HSL Color Space132,16% ,88%hsl(132,16% ,88%)
HSV Color Space132°, 4%, 90%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110110111110010111011101
Octal333345335
Decimal219229221
Hexdbe5dd

Different shades of #dbe5dd color code.

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

Light Shade of #dbe5dd
#f9faf9
Dark Shade of #dbe5dd
#bdd0c1
Saturated Shade of #dbe5dd
#d8e8db
Desaturated Shade of #dbe5dd
#dee2df
Grey scale Shade of #dbe5dd
#e0e0e0
Brighten Shade
#f4fef6
Most Readable Shade
#000000

Shades of #dbe5dd color code

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

#dbe5dd
#c2cbc4
#aab2ab
#929893
#797f7a
#616562
#494c49
#303231
#181918
#000000

Similar Color like #dbe5dd color

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

#dce6de
#dde7df
#dee8e0
#dfe9e1
#e0eae2
#e1ebe3
#e2ece4
#e3ede5
#e4eee6
#e5efe7
#e6f0e8
#e7f1e9
#e8f2ea
#e9f3eb
#dae4dc
#d9e3db
#d8e2da
#d7e1d9
#d6e0d8
#d5dfd7
#d4ded6
#d3ddd5
#d2dcd4
#d1dbd3
#d0dad2
#cfd9d1
#ced8d0
#cdd7cf

Monochromatic Color with #dbe5dd

#dbe5dd
#101010
#383b39
#616562
#8a908b
#b2bab4

Tints of #dbe5dd Color

#dbe5dd
#dfe7e0
#e3eae4
#e7ede8
#ebf0ec
#eff3ef
#f3f6f3
#f7f9f7
#fbfcfb
#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

#dbe5dd
#e5dbe3

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

Split Complementary

#dbe5dd
#e2dbe5
#e5dbde

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

Analogous Color

#dde5db
#dbe5db
#dbe5dd
#dbe5df
#dbe5e1

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

#dbe5dd
#dddbe5
#e5dddb

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

#dbe5dd
#dbdee5
#e5dbe3
#e5e2db

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

#dbe5dd
#e5dbe3
#e5dbde
#dbe5e2

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

#dbe5dd Color Code Preview on Black Background Color

This is how #dbe5dd Color will look on black background color. Color contrast ratio is 16.26

#dbe5dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbe5dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbe5dd

#dbe5dd color code is use for CSS Background Color

Background color for the above div is #dbe5dd

HTML with inline CSS

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

#dbe5dd color code is use for CSS Border Color

CSS Border color for the above div is #dbe5dd

HTML with inline CSS

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

CSS Border Left color for the above div is #dbe5dd

HTML with inline CSS

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

CSS Border Right color for the above div is #dbe5dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbe5dd

HTML with inline CSS

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

CSS Border Top color for the above div is #dbe5dd

HTML with inline CSS

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

#dbe5dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbe5dd Color code Preview on White Background

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

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,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(229,219,227,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,229,221,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.

< /html>