COLOR #DDDCD2

HEX: #DDDCD2 RGB: (221,220,210)

Color info

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

RGB color model

#DDDCD2 color RGB value is (221,220,210).

RGB: (221,220,210) (87%, 86%, 82%)

RGB channels and saturation

R 221 of 255 = 87%
G 220 of 255 = 86%
B 210 of 255 = 82%

221
220
210

R + G + B ~ 85%. #DDDCD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 220 + 210 = 651 (100%)
R 221 of 651 ~ 33.95%
G 220 of 651 ~ 33.79%
B 210 of 651 ~ 32.26'%

%33.95
%33.79
%32.26

CMYK color model

#DDDCD2 color CMYK value is (0,0,5,13).

  • cyan value is 0.00%
  • magenta value is 0.45%
  • yellow value is 4.98%
  • key color value is 13.33%
CMYK: (0,0,5,13) C0M0Y5K13 (0%,0%,5%,13%) (0.00/0.00/0.05/0.13) 

CMYK percentages

%0
%0.45
%4.98
%13.33

Codes

Color #DDDCD2 in popluar color models

DD DC D2
RGB 221 220 210
HSL 55° 13.92% 84.51%
HSB/HSV 55° 4.98% 86.67%
CMYK 0.00% 0.45% 4.98%
13.33%

Color #DDDCD2 in popluar number systems.

HEX DD DC D2
Decimal 221 220 210
Binary 11011101 11011100 11010010
Octal 335 334 322

Shades and tints

Shades of #DDDCD2

#DDDCD2
(221,220,210)
#C9C8BF
(201,200,191)
#B5B4AC
(181,180,172)
#A1A099
(161,160,153)
#8D8C86
(141,140,134)
#797873
(121,120,115)
#656460
(101,100,96)
#51504D
(81,80,77)
#3D3C3A
(61,60,58)
#292827
(41,40,39)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #DDDCD2

#DDDCD2
(221,220,210)
#E0DFD6
(224,223,214)
#E3E2DA
(227,226,218)
#E6E5DE
(230,229,222)
#E9E8E2
(233,232,226)
#ECEBE6
(236,235,230)
#EFEEEA
(239,238,234)
#F2F1EE
(242,241,238)
#F5F4F2
(245,244,242)
#F8F7F6
(248,247,246)
#FBFAFA
(251,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDCD2; }

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

This text font color is #DDDCD2.

Background Color

.myBgColor { background-color: #DDDCD2; }

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

This div background color is #DDDCD2.

Border color

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

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

This div border color is #DDDCD2.

Opacity

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

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

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

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

This text has shadow with #DDDCD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDCD2.

Preview

Color preview on black background

This text has color #DDDCD2 on black background.


Color preview on white background

This text has color #DDDCD2 on white background.


Black color preview on #DDDCD2 background

This text has black color on #DDDCD2 background.


White color preview on #DDDCD2 background

This text has white color on #DDDCD2 background.


Related colors

Complementary color

Complementary color for #hex is #22232D.


I love getcolorcode.com

Triadic colors

1 #D2DDDC and #DCD2DD with #DDDCD2 are triadic colors.

2 #D2DCDD and #DCDDD2 with #DDDCD2 are triadic colors.