Skip to main content Skip to docs navigation

#d1dbdd hex color | Download Light Grey 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 Pinwheel Geyser and its hex is #D2DCDE Nearest Color Name

Color Hue/Base color: Grey

Hex #d1dbdd Color code in RGB color code model is created after adding 81.96% red color, 85.88% green color and 86.67% blue color. Hex #d1dbdd Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 1% magenta, 0% yellow and 13.33% black.

Hex #d1dbdd color code is between #ccddcc web safe hex color code and #ddccee web safe hex color code. #ccddcc is the nearest web safe color code. You can see here many more shades of #d1dbdd color code.

RGB Chart

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

Color Table

Hex Color Code d1dbdd #d1dbdd
RGB Decimal 209, 219, 221 209, 219, 221
RGB Percent 82%, 86%, 87% rgb(82%, 86%, 87%)
CSS RGBa 209, 219, 221,1 rgba(209,219,221,1)
CMYK Model cmyk(5%,1%,0%,13.33%)
HSL Color Space 190,15% ,84% hsl(190,15% ,84%)
HSV Color Space 190°, 5%, 87%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 11010001 11011011 11011101
Octal 321 333 335
Decimal 209 219 221
Hex d1 db dd

Different shades of #d1dbdd color code.

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

Darkest of #d1dbdd
#79969c
Darker of #d1dbdd
#96adb2
Dark of #d1dbdd
#b4c4c7
Base of #d1dbdd
#d1dbdd
Light of #d1dbdd
#eef2f3
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

#d1dbdd
#ddd3d1

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

Split Complementary

#d1dbdd
#ddd1d5
#ddd9d1

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

Analogous Color

#d1ddd8
#d1ddda
#d1dbdd
#d1d7dd
#d1d2dd

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

#d1dbdd
#dbddd1
#ddd1db

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

#d1dbdd
#ddd1db
#ddd3d1
#d1ddd3

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

#d1dbdd
#d9d1dd
#ddd3d1
#d5ddd1

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

#607c82
#79969c
#96adb2
#b4c4c7
#d1dbdd
#eef2f3
#ffffff
#ffffff
#ffffff

Tints of #d1dbdd Color

#d1dbdd
#d6dfe0
#dbe3e4
#e0e7e8
#e5ebec
#eaefef
#eff3f3
#f4f7f7
#f9fbfb
#ffffff

Shades of #d1dbdd color code

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

#d1dbdd
#b9c2c4
#a2aaab
#8b9293
#74797a
#5c6162
#454949
#2e3031
#171818
#000000

Tones

#d1dbdd
#d7d7d7
#d7d7d7
#d7d7d7
#d7d7d7

Tones

Similar Color like #d1dbdd color

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

#d2dcde
#d3dddf
#d4dee0
#d5dfe1
#d6e0e2
#d7e1e3
#d8e2e4
#d9e3e5
#dae4e6
#dbe5e7
#dce6e8
#dde7e9
#dee8ea
#dfe9eb
#d0dadc
#cfd9db
#ced8da
#cdd7d9
#ccd6d8
#cbd5d7
#cad4d6
#c9d3d5
#c8d2d4
#c7d1d3
#c6d0d2
#c5cfd1
#c4ced0
#c3cdcf

Download this Light Grey

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

#d1dbdd Color Code Preview on Black Background Color

This is how #d1dbdd Color will look on black background color. Color contrast ratio is 14.89

#d1dbdd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d1dbdd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d1dbdd

#d1dbdd color code is use for CSS Background Color

Background color for the above div is #d1dbdd

HTML with inline CSS

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

#d1dbdd color code is use for CSS Border Color

CSS Border color for the above div is #d1dbdd

HTML with inline CSS

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

CSS Border Left color for the above div is #d1dbdd

HTML with inline CSS

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

CSS Border Right color for the above div is #d1dbdd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d1dbdd

HTML with inline CSS

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

CSS Border Top color for the above div is #d1dbdd

HTML with inline CSS

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

#d1dbdd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d1dbdd Color code Preview on White Background

This is how #d1dbdd Color code will look on white background color. Color contrast ratio is 1.41

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

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