COLOR #DCDDD7

HEX: #DCDDD7 RGB: (220,221,215)

Color info

#DCDDD7 contains red, green and blue colors in about the same proportion. Web safe color of #DCDDD7 is #CCCCCC (or #CCC).

RGB color model

#DCDDD7 color RGB value is (220,221,215).

RGB: (220,221,215) (86%, 87%, 84%)

RGB channels and saturation

R 220 of 255 = 86%
G 221 of 255 = 87%
B 215 of 255 = 84%

220
221
215

R + G + B ~ 86%. #DCDDD7 is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 221 + 215 = 656 (100%)
R 220 of 656 ~ 33.54%
G 221 of 656 ~ 33.69%
B 215 of 656 ~ 32.77'%

%33.54
%33.69
%32.77

CMYK color model

#DCDDD7 color CMYK value is (0,0,3,13).

  • cyan value is 0.45%
  • magenta value is 0.00%
  • yellow value is 2.71%
  • key color value is 13.33%

CMYK: (0,0,3,13)
C0M0Y3K13 (0%, 0%, 3%, 13%)
(0.00 / 0.00 / 0.03 / 0.13)

CMYK percentages

%0.45
%0
%2.71
%13.33

Codes

Color #DCDDD7 in popluar color models

DC DD D7
RGB 220 221 215
HSL 70° 8.11% 85.49%
HSB/HSV 70° 2.71% 86.67%
CMYK 0.45% 0.00% 2.71%
13.33%

Color #DCDDD7 in popluar number systems.

HEX DC DD D7
Decimal 220 221 215
Binary 11011100 11011101 11010111
Octal 334 335 327

Shades and tints

Shades of #DCDDD7

#DCDDD7
(220,221,215)
#C8C9C4
(200,201,196)
#B4B5B1
(180,181,177)
#A0A19E
(160,161,158)
#8C8D8B
(140,141,139)
#787978
(120,121,120)
#646565
(100,101,101)
#505152
(80,81,82)
#3C3D3F
(60,61,63)
#28292C
(40,41,44)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #DCDDD7

#DCDDD7
(220,221,215)
#DFE0DA
(223,224,218)
#E2E3DD
(226,227,221)
#E5E6E0
(229,230,224)
#E8E9E3
(232,233,227)
#EBECE6
(235,236,230)
#EEEFE9
(238,239,233)
#F1F2EC
(241,242,236)
#F4F5EF
(244,245,239)
#F7F8F2
(247,248,242)
#FAFBF5
(250,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCDDD7 color. Also use rgb(220,221,215) instead hex code.

Text Font Color

.myTextColor { color: #DCDDD7; }

<p style="color:#DCDDD7">This sample text font color is #DCDDD7.</p>

This text font color is #DCDDD7.

Background Color

.myBgColor { background-color: #DCDDD7; }

<div style="background-color:#DCDDD7">Inner text</div>

This div background color is #DCDDD7.

Border color

.myBorderColor { border: 1px solid #DCDDD7; }

<div style="border:3px solid #DCDDD7">Div</div>

This div border color is #DCDDD7.

Opacity

.myOpacity80 { color: #DCDDD7; opacity: 0.8; }

<p style="color:#DCDDD7;opacity:0.8;">80%</p>

Text with #DCDDD7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DCDDD7;}

<p style="text-shadow: 3px 3px 1px #DCDDD7">Text here.</p>

This text has shadow with #DCDDD7 color.


.textShadow {text-shadow: 3px 3px 1px #DCDDD7', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DCDDD7, 5px 5px 20px red">Text here.</p>

This text has shadow with #DCDDD7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DCDDD7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DCDDD7, Direction=45, Strength=4)">Text</p>

This text has shadow with #DCDDD7 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DCDDD7;
-webkit-box-shadow: 1px 1px 3px 2px #DCDDD7;
box-shadow: 1px 1px 3px 2px #DCDDD7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DCDDD7; -webkit-box-shadow: 1px 1px 3px 2px #DCDDD7; box-shadow:1px 1px 3px 2px #DCDDD7;">
Div content here
</div>

This div box has shadow with color #DCDDD7.

Preview

Color preview on black background

This text has color #DCDDD7 on black background.


Color preview on white background

This text has color #DCDDD7 on white background.


Black color preview on #DCDDD7 background

This text has black color on #DCDDD7 background.


White color preview on #DCDDD7 background

This text has white color on #DCDDD7 background.


Related colors

Complementary color

Complementary color for #hex is #232228.


I love getcolorcode.com

Triadic colors

1 #D7DCDD and #DDD7DC with #DCDDD7 are triadic colors.

2 #D7DDDC and #DDDCD7 with #DCDDD7 are triadic colors.