Skip to main content Skip to docs navigation

#dcdcc2 hex color | Download Light Green 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 Garden Gate and its hex is #DADCC1 Nearest Color Name

Color Hue/Base color: Green

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

Hex #dcdcc2 color code is between #ddddbb web safe hex color code and #cccccc web safe hex color code. #ddddbb is the nearest web safe color code. You can see here many more shades of #dcdcc2 color code.

RGB Chart

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

Color Table

Hex Color Code dcdcc2 #dcdcc2
RGB Decimal 220, 220, 194 220, 220, 194
RGB Percent 86%, 86%, 76% rgb(86%, 86%, 76%)
CSS RGBa 220, 220, 194,1 rgba(220,220,194,1)
CMYK Model cmyk(0%,0%,12%,13.73%)
HSL Color Space 60,27% ,81% hsl(60,27% ,81%)
HSV Color Space 60°, 12%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011100 11011100 11000010
Octal 334 334 302
Decimal 220 220 194
Hex dc dc c2

Different shades of #dcdcc2 color code.

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

Darkest of #dcdcc2
#a4a461
Darker of #dcdcc2
#b7b781
Dark of #dcdcc2
#c9c9a2
Base of #dcdcc2
#dcdcc2
Light of #dcdcc2
#efefe2
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

#dcdcc2
#c2c2dc

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

Split Complementary

#dcdcc2
#c2cfdc
#cfc2dc

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

Analogous Color

#dccdc2
#dcd1c2
#dcdcc2
#d3dcc2
#c9dcc2

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

#dcdcc2
#dcc2dc
#c2dcdc

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

#dcdcc2
#c2dcdc
#c2c2dc
#dcc2c2

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

#dcdcc2
#c2dccf
#c2c2dc
#dcc2cf

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

#85854d
#a4a461
#b7b781
#c9c9a2
#dcdcc2
#efefe2
#ffffff
#ffffff
#ffffff

Tints of #dcdcc2 Color

#dcdcc2
#dfdfc8
#e3e3cf
#e7e7d6
#ebebdd
#efefe3
#f3f3ea
#f7f7f1
#fbfbf8
#ffffff

Shades of #dcdcc2 color code

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

#dcdcc2
#c3c3ac
#abab96
#929281
#7a7a6b
#616156
#494940
#30302b
#181815
#000000

Tones

#dcdcc2
#d2d2cc
#cfcfcf
#cfcfcf
#cfcfcf

Tones

Similar Color like #dcdcc2 color

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

#ddddc3
#dedec4
#dfdfc5
#e0e0c6
#e1e1c7
#e2e2c8
#e3e3c9
#e4e4ca
#e5e5cb
#e6e6cc
#e7e7cd
#e8e8ce
#e9e9cf
#eaead0
#dbdbc1
#dadac0
#d9d9bf
#d8d8be
#d7d7bd
#d6d6bc
#d5d5bb
#d4d4ba
#d3d3b9
#d2d2b8
#d1d1b7
#d0d0b6
#cfcfb5
#ceceb4

Download this Light Green

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

#dcdcc2 Color Code Preview on Black Background Color

This is how #dcdcc2 Color will look on black background color. Color contrast ratio is 15.06

#dcdcc2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcdcc2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcdcc2

#dcdcc2 color code is use for CSS Background Color

Background color for the above div is #dcdcc2

HTML with inline CSS

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

#dcdcc2 color code is use for CSS Border Color

CSS Border color for the above div is #dcdcc2

HTML with inline CSS

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

CSS Border Left color for the above div is #dcdcc2

HTML with inline CSS

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

CSS Border Right color for the above div is #dcdcc2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dcdcc2

HTML with inline CSS

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

CSS Border Top color for the above div is #dcdcc2

HTML with inline CSS

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

#dcdcc2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dcdcc2 Color code Preview on White Background

This is how #dcdcc2 Color code will look on white background color. Color contrast ratio is 1.39

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

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