COLOR #DDCDD2

HEX: #DDCDD2 RGB: (221,205,210)

Color info

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

RGB color model

#DDCDD2 color RGB value is (221,205,210).

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

RGB channels and saturation

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

221
205
210

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

Portions of RGB colors in percentages

R + G + B = 221 + 205 + 210 = 636 (100%)
R 221 of 636 ~ 34.75%
G 205 of 636 ~ 32.23%
B 210 of 636 ~ 33.02'%

%34.75
%32.23
%33.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.24%
  • yellow value is 4.98%
  • 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
%4.98
%13.33

Codes

Color #DDCDD2 in popluar color models

DD CD D2
RGB 221 205 210
HSL 341° 19.05% 83.53%
HSB/HSV 341° 7.24% 86.67%
CMYK 0.00% 7.24% 4.98%
13.33%

Color #DDCDD2 in popluar number systems.

HEX DD CD D2
Decimal 221 205 210
Binary 11011101 11001101 11010010
Octal 335 315 322

Shades and tints

Shades of #DDCDD2

#DDCDD2
(221,205,210)
#C9BBBF
(201,187,191)
#B5A9AC
(181,169,172)
#A19799
(161,151,153)
#8D8586
(141,133,134)
#797373
(121,115,115)
#656160
(101,97,96)
#514F4D
(81,79,77)
#3D3D3A
(61,61,58)
#292B27
(41,43,39)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #DDCDD2

#DDCDD2
(221,205,210)
#E0D1D6
(224,209,214)
#E3D5DA
(227,213,218)
#E6D9DE
(230,217,222)
#E9DDE2
(233,221,226)
#ECE1E6
(236,225,230)
#EFE5EA
(239,229,234)
#F2E9EE
(242,233,238)
#F5EDF2
(245,237,242)
#F8F1F6
(248,241,246)
#FBF5FA
(251,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCDD2; }

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

This text font color is #DDCDD2.

Background Color

.myBgColor { background-color: #DDCDD2; }

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

This div background color is #DDCDD2.

Border color

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

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

This div border color is #DDCDD2.

Opacity

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

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

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

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

This text has shadow with #DDCDD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCDD2.

Preview

Color preview on black background

This text has color #DDCDD2 on black background.


Color preview on white background

This text has color #DDCDD2 on white background.


Black color preview on #DDCDD2 background

This text has black color on #DDCDD2 background.


White color preview on #DDCDD2 background

This text has white color on #DDCDD2 background.


Related colors

Complementary color

Complementary color for #hex is #22322D.


I love getcolorcode.com

Triadic colors

1 #D2DDCD and #CDD2DD with #DDCDD2 are triadic colors.

2 #D2CDDD and #CDDDD2 with #DDCDD2 are triadic colors.