Skip to main content Skip to docs navigation

#d0dcdc 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 Spa Blue and its hex is #D3DEDF Nearest Color Name

Color Hue/Base color: Grey

Hex #d0dcdc Color code in RGB color code model is created after adding 81.57% red color, 86.27% green color and 86.27% blue color. Hex #d0dcdc Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 0% magenta, 0% yellow and 13.73% black.

Hex #d0dcdc color code is between #ccdddd web safe hex color code and #ddcccc web safe hex color code. #ccdddd is the nearest web safe color code. You can see here many more shades of #d0dcdc color code.

RGB Chart

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

Color Table

Hex Color Code d0dcdc #d0dcdc
RGB Decimal 208, 220, 220 208, 220, 220
RGB Percent 82%, 86%, 86% rgb(82%, 86%, 86%)
CSS RGBa 208, 220, 220,1 rgba(208,220,220,1)
CMYK Model cmyk(5%,0%,0%,13.73%)
HSL Color Space 180,15% ,84% hsl(180,15% ,84%)
HSV Color Space 180°, 5%, 86%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 11010000 11011100 11011100
Octal 320 334 334
Decimal 208 220 220
Hex d0 dc dc

Different shades of #d0dcdc color code.

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

Darkest of #d0dcdc
#789b9b
Darker of #d0dcdc
#96b0b0
Dark of #d0dcdc
#b3c6c6
Base of #d0dcdc
#d0dcdc
Light of #d0dcdc
#edf2f2
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

#d0dcdc
#dcd0d0

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

Split Complementary

#d0dcdc
#dcd0d6
#dcd6d0

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

Analogous Color

#d0dcd5
#d0dcd7
#d0dcdc
#d0d8dc
#d0d3dc

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

#d0dcdc
#dcdcd0
#dcd0dc

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

#d0dcdc
#dcd0dc
#dcd0d0
#d0dcd0

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

#d0dcdc
#d6d0dc
#dcd0d0
#d6dcd0

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

#608080
#789b9b
#96b0b0
#b3c6c6
#d0dcdc
#edf2f2
#ffffff
#ffffff
#ffffff

Tints of #d0dcdc Color

#d0dcdc
#d5dfdf
#dae3e3
#dfe7e7
#e4ebeb
#eaefef
#eff3f3
#f4f7f7
#f9fbfb
#ffffff

Shades of #d0dcdc color code

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

#d0dcdc
#b8c3c3
#a1abab
#8a9292
#737a7a
#5c6161
#454949
#2e3030
#171818
#000000

Tones

#d0dcdc
#d6d6d6
#d6d6d6
#d6d6d6
#d6d6d6

Tones

Similar Color like #d0dcdc color

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

#d1dddd
#d2dede
#d3dfdf
#d4e0e0
#d5e1e1
#d6e2e2
#d7e3e3
#d8e4e4
#d9e5e5
#dae6e6
#dbe7e7
#dce8e8
#dde9e9
#deeaea
#cfdbdb
#cedada
#cdd9d9
#ccd8d8
#cbd7d7
#cad6d6
#c9d5d5
#c8d4d4
#c7d3d3
#c6d2d2
#c5d1d1
#c4d0d0
#c3cfcf
#c2cece

Download this Light Grey

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

#d0dcdc Color Code Preview on Black Background Color

This is how #d0dcdc Color will look on black background color. Color contrast ratio is 14.95

#d0dcdc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d0dcdc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d0dcdc

#d0dcdc color code is use for CSS Background Color

Background color for the above div is #d0dcdc

HTML with inline CSS

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

#d0dcdc color code is use for CSS Border Color

CSS Border color for the above div is #d0dcdc

HTML with inline CSS

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

CSS Border Left color for the above div is #d0dcdc

HTML with inline CSS

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

CSS Border Right color for the above div is #d0dcdc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d0dcdc

HTML with inline CSS

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

CSS Border Top color for the above div is #d0dcdc

HTML with inline CSS

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

#d0dcdc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d0dcdc Color code Preview on White Background

This is how #d0dcdc Color code will look on white background color. Color contrast ratio is 1.40

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

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