COLOR #DCDDD9

HEX: #DCDDD9 RGB: (220,221,217)

Color info

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

RGB color model

#DCDDD9 color RGB value is (220,221,217).

RGB: (220,221,217) (86%, 87%, 85%)

RGB channels and saturation

R 220 of 255 = 86%
G 221 of 255 = 87%
B 217 of 255 = 85%

220
221
217

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

Portions of RGB colors in percentages

R + G + B = 220 + 221 + 217 = 658 (100%)
R 220 of 658 ~ 33.43%
G 221 of 658 ~ 33.59%
B 217 of 658 ~ 32.98'%

%33.43
%33.59
%32.98

CMYK color model

#DCDDD9 color CMYK value is (0,0,2,13).

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

CMYK: (0,0,2,13)
C0M0Y2K13 (0%, 0%, 2%, 13%)
(0.00 / 0.00 / 0.02 / 0.13)

CMYK percentages

%0.45
%0
%1.81
%13.33

Codes

Color #DCDDD9 in popluar color models

DC DD D9
RGB 220 221 217
HSL 75° 5.56% 85.88%
HSB/HSV 75° 1.81% 86.67%
CMYK 0.45% 0.00% 1.81%
13.33%

Color #DCDDD9 in popluar number systems.

HEX DC DD D9
Decimal 220 221 217
Binary 11011100 11011101 11011001
Octal 334 335 331

Shades and tints

Shades of #DCDDD9

#DCDDD9
(220,221,217)
#C8C9C6
(200,201,198)
#B4B5B3
(180,181,179)
#A0A1A0
(160,161,160)
#8C8D8D
(140,141,141)
#78797A
(120,121,122)
#646567
(100,101,103)
#505154
(80,81,84)
#3C3D41
(60,61,65)
#28292E
(40,41,46)
#14151B
(20,21,27)
#000000
(0,0,0)

Tints of #DCDDD9

#DCDDD9
(220,221,217)
#DFE0DC
(223,224,220)
#E2E3DF
(226,227,223)
#E5E6E2
(229,230,226)
#E8E9E5
(232,233,229)
#EBECE8
(235,236,232)
#EEEFEB
(238,239,235)
#F1F2EE
(241,242,238)
#F4F5F1
(244,245,241)
#F7F8F4
(247,248,244)
#FAFBF7
(250,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDDD9; }

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

This text font color is #DCDDD9.

Background Color

.myBgColor { background-color: #DCDDD9; }

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

This div background color is #DCDDD9.

Border color

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

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

This div border color is #DCDDD9.

Opacity

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

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

Text with #DCDDD9 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 #DCDDD9;}

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

This text has shadow with #DCDDD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCDDD9.

Preview

Color preview on black background

This text has color #DCDDD9 on black background.


Color preview on white background

This text has color #DCDDD9 on white background.


Black color preview on #DCDDD9 background

This text has black color on #DCDDD9 background.


White color preview on #DCDDD9 background

This text has white color on #DCDDD9 background.


Related colors

Complementary color

Complementary color for #hex is #232226.


I love getcolorcode.com

Triadic colors

1 #D9DCDD and #DDD9DC with #DCDDD9 are triadic colors.

2 #D9DDDC and #DDDCD9 with #DCDDD9 are triadic colors.