COLOR #DDCCD1

HEX: #DDCCD1 RGB: (221,204,209)

Color info

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

RGB color model

#DDCCD1 color RGB value is (221,204,209).

RGB: (221,204,209) (87%, 80%, 82%)

RGB channels and saturation

R 221 of 255 = 87%
G 204 of 255 = 80%
B 209 of 255 = 82%

221
204
209

R + G + B ~ 83%. #DDCCD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 204 + 209 = 634 (100%)
R 221 of 634 ~ 34.86%
G 204 of 634 ~ 32.18%
B 209 of 634 ~ 32.97'%

%34.86
%32.18
%32.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 5.43%
  • key color value is 13.33%
CMYK: (0,8,5,13) C0M8Y5K13 (0%,8%,5%,13%) (0.00/0.08/0.05/0.13) 

CMYK percentages

%0
%7.69
%5.43
%13.33

Codes

Color #DDCCD1 in popluar color models

DD CC D1
RGB 221 204 209
HSL 342° 20.00% 83.33%
HSB/HSV 342° 7.69% 86.67%
CMYK 0.00% 7.69% 5.43%
13.33%

Color #DDCCD1 in popluar number systems.

HEX DD CC D1
Decimal 221 204 209
Binary 11011101 11001100 11010001
Octal 335 314 321

Shades and tints

Shades of #DDCCD1

#DDCCD1
(221,204,209)
#C9BABE
(201,186,190)
#B5A8AB
(181,168,171)
#A19698
(161,150,152)
#8D8485
(141,132,133)
#797272
(121,114,114)
#65605F
(101,96,95)
#514E4C
(81,78,76)
#3D3C39
(61,60,57)
#292A26
(41,42,38)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #DDCCD1

#DDCCD1
(221,204,209)
#E0D0D5
(224,208,213)
#E3D4D9
(227,212,217)
#E6D8DD
(230,216,221)
#E9DCE1
(233,220,225)
#ECE0E5
(236,224,229)
#EFE4E9
(239,228,233)
#F2E8ED
(242,232,237)
#F5ECF1
(245,236,241)
#F8F0F5
(248,240,245)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCCD1 color. Also use rgb(221,204,209) instead hex code.

Text Font Color

.myTextColor { color: #DDCCD1; }

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

This text font color is #DDCCD1.

Background Color

.myBgColor { background-color: #DDCCD1; }

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

This div background color is #DDCCD1.

Border color

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

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

This div border color is #DDCCD1.

Opacity

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

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

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

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

This text has shadow with #DDCCD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCCD1.

Preview

Color preview on black background

This text has color #DDCCD1 on black background.


Color preview on white background

This text has color #DDCCD1 on white background.


Black color preview on #DDCCD1 background

This text has black color on #DDCCD1 background.


White color preview on #DDCCD1 background

This text has white color on #DDCCD1 background.


Related colors

Complementary color

Complementary color for #hex is #22332E.


I love getcolorcode.com

Triadic colors

1 #D1DDCC and #CCD1DD with #DDCCD1 are triadic colors.

2 #D1CCDD and #CCDDD1 with #DDCCD1 are triadic colors.