COLOR #DDCDD1

HEX: #DDCDD1 RGB: (221,205,209)

Color info

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

RGB color model

#DDCDD1 color RGB value is (221,205,209).

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

RGB channels and saturation

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

221
205
209

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

Portions of RGB colors in percentages

R + G + B = 221 + 205 + 209 = 635 (100%)
R 221 of 635 ~ 34.8%
G 205 of 635 ~ 32.28%
B 209 of 635 ~ 32.91'%

%34.8
%32.28
%32.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.24%
  • yellow value is 5.43%
  • key color value is 13.33%

CMYK: (0,7,5,13)
C0M7Y5K13 (0%, 7%, 5%, 13%)
(0.00 / 0.07 / 0.05 / 0.13)

CMYK percentages

%0
%7.24
%5.43
%13.33

Codes

Color #DDCDD1 in popluar color models

DD CD D1
RGB 221 205 209
HSL 345° 19.05% 83.53%
HSB/HSV 345° 7.24% 86.67%
CMYK 0.00% 7.24% 5.43%
13.33%

Color #DDCDD1 in popluar number systems.

HEX DD CD D1
Decimal 221 205 209
Binary 11011101 11001101 11010001
Octal 335 315 321

Shades and tints

Shades of #DDCDD1

#DDCDD1
(221,205,209)
#C9BBBE
(201,187,190)
#B5A9AB
(181,169,171)
#A19798
(161,151,152)
#8D8585
(141,133,133)
#797372
(121,115,114)
#65615F
(101,97,95)
#514F4C
(81,79,76)
#3D3D39
(61,61,57)
#292B26
(41,43,38)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #DDCDD1

#DDCDD1
(221,205,209)
#E0D1D5
(224,209,213)
#E3D5D9
(227,213,217)
#E6D9DD
(230,217,221)
#E9DDE1
(233,221,225)
#ECE1E5
(236,225,229)
#EFE5E9
(239,229,233)
#F2E9ED
(242,233,237)
#F5EDF1
(245,237,241)
#F8F1F5
(248,241,245)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCDD1; }

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

This text font color is #DDCDD1.

Background Color

.myBgColor { background-color: #DDCDD1; }

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

This div background color is #DDCDD1.

Border color

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

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

This div border color is #DDCDD1.

Opacity

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

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

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

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

This text has shadow with #DDCDD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCDD1.

Preview

Color preview on black background

This text has color #DDCDD1 on black background.


Color preview on white background

This text has color #DDCDD1 on white background.


Black color preview on #DDCDD1 background

This text has black color on #DDCDD1 background.


White color preview on #DDCDD1 background

This text has white color on #DDCDD1 background.


Related colors

Complementary color

Complementary color for #hex is #22322E.


I love getcolorcode.com

Triadic colors

1 #D1DDCD and #CDD1DD with #DDCDD1 are triadic colors.

2 #D1CDDD and #CDDDD1 with #DDCDD1 are triadic colors.