Skip to main content Skip to docs navigation

#ccdcd1 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 Dry Lichen and its hex is #C7D9CC Nearest Color Name

Color Hue/Base color: Green

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

Hex #ccdcd1 color code is between #bbddcc web safe hex color code and #ddccdd web safe hex color code. #bbddcc is the nearest web safe color code. You can see here many more shades of #ccdcd1 color code.

RGB Chart

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

Color Table

Hex Color Code ccdcd1 #ccdcd1
RGB Decimal 204, 220, 209 204, 220, 209
RGB Percent 80%, 86%, 82% rgb(80%, 86%, 82%)
CSS RGBa 204, 220, 209,1 rgba(204,220,209,1)
CMYK Model cmyk(7%,0%,5%,13.73%)
HSL Color Space 139,19% ,83% hsl(139,19% ,83%)
HSV Color Space 139°, 7%, 86%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 11001100 11011100 11010001
Octal 314 334 321
Decimal 204 220 209
Hex cc dc d1

Different shades of #ccdcd1 color code.

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

Darkest of #ccdcd1
#719e7f
Darker of #ccdcd1
#90b29a
Dark of #ccdcd1
#aec7b6
Base of #ccdcd1
#ccdcd1
Light of #ccdcd1
#eaf1ec
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

#ccdcd1
#dcccd7

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

Split Complementary

#ccdcd1
#d9ccdc
#dccccf

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

Analogous Color

#d0dccc
#cedccc
#ccdcd1
#ccdcd6
#ccdbdc

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

#ccdcd1
#dcd1cc
#d1ccdc

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

#ccdcd1
#d1ccdc
#dcccd7
#d7dccc

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

#ccdcd1
#cccfdc
#dcccd7
#dcd9cc

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

#5a8266
#719e7f
#90b29a
#aec7b6
#ccdcd1
#eaf1ec
#ffffff
#ffffff
#ffffff

Tints of #ccdcd1 Color

#ccdcd1
#d1dfd6
#d7e3db
#dde7e0
#e2ebe5
#e8efea
#eef3ef
#f3f7f4
#f9fbf9
#ffffff

Shades of #ccdcd1 color code

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

#ccdcd1
#b5c3b9
#9eaba2
#88928b
#717a74
#5a615c
#444945
#2d302e
#161817
#000000

Tones

#ccdcd1
#d4d4d4
#d4d4d4
#d4d4d4
#d4d4d4

Tones

Similar Color like #ccdcd1 color

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

#cdddd2
#ceded3
#cfdfd4
#d0e0d5
#d1e1d6
#d2e2d7
#d3e3d8
#d4e4d9
#d5e5da
#d6e6db
#d7e7dc
#d8e8dd
#d9e9de
#daeadf
#cbdbd0
#cadacf
#c9d9ce
#c8d8cd
#c7d7cc
#c6d6cb
#c5d5ca
#c4d4c9
#c3d3c8
#c2d2c7
#c1d1c6
#c0d0c5
#bfcfc4
#becec3

Download this Light Green

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

#ccdcd1 Color Code Preview on Black Background Color

This is how #ccdcd1 Color will look on black background color. Color contrast ratio is 14.73

#ccdcd1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccdcd1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccdcd1

#ccdcd1 color code is use for CSS Background Color

Background color for the above div is #ccdcd1

HTML with inline CSS

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

#ccdcd1 color code is use for CSS Border Color

CSS Border color for the above div is #ccdcd1

HTML with inline CSS

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

CSS Border Left color for the above div is #ccdcd1

HTML with inline CSS

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

CSS Border Right color for the above div is #ccdcd1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccdcd1

HTML with inline CSS

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

CSS Border Top color for the above div is #ccdcd1

HTML with inline CSS

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

#ccdcd1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccdcd1 Color code Preview on White Background

This is how #ccdcd1 Color code will look on white background color. Color contrast ratio is 1.43

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

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