COLOR #DDC5CF

HEX: #DDC5CF RGB: (221,197,207)

Color info

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

RGB color model

#DDC5CF color RGB value is (221,197,207).

RGB: (221,197,207) (87%, 77%, 81%)

RGB channels and saturation

R 221 of 255 = 87%
G 197 of 255 = 77%
B 207 of 255 = 81%

221
197
207

R + G + B ~ 82%. #DDC5CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 197 + 207 = 625 (100%)
R 221 of 625 ~ 35.36%
G 197 of 625 ~ 31.52%
B 207 of 625 ~ 33.12'%

%35.36
%31.52
%33.12

CMYK color model

#DDC5CF color CMYK value is (0,11,6,13).

  • cyan value is 0.00%
  • magenta value is 10.86%
  • yellow value is 6.33%
  • key color value is 13.33%

CMYK: (0,11,6,13)
C0M11Y6K13 (0%, 11%, 6%, 13%)
(0.00 / 0.11 / 0.06 / 0.13)

CMYK percentages

%0
%10.86
%6.33
%13.33

Codes

Color #DDC5CF in popluar color models

DD C5 CF
RGB 221 197 207
HSL 335° 26.09% 81.96%
HSB/HSV 335° 10.86% 86.67%
CMYK 0.00% 10.86% 6.33%
13.33%

Color #DDC5CF in popluar number systems.

HEX DD C5 CF
Decimal 221 197 207
Binary 11011101 11000101 11001111
Octal 335 305 317

Shades and tints

Shades of #DDC5CF

#DDC5CF
(221,197,207)
#C9B4BD
(201,180,189)
#B5A3AB
(181,163,171)
#A19299
(161,146,153)
#8D8187
(141,129,135)
#797075
(121,112,117)
#655F63
(101,95,99)
#514E51
(81,78,81)
#3D3D3F
(61,61,63)
#292C2D
(41,44,45)
#151B1B
(21,27,27)
#000000
(0,0,0)

Tints of #DDC5CF

#DDC5CF
(221,197,207)
#E0CAD3
(224,202,211)
#E3CFD7
(227,207,215)
#E6D4DB
(230,212,219)
#E9D9DF
(233,217,223)
#ECDEE3
(236,222,227)
#EFE3E7
(239,227,231)
#F2E8EB
(242,232,235)
#F5EDEF
(245,237,239)
#F8F2F3
(248,242,243)
#FBF7F7
(251,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC5CF color. Also use rgb(221,197,207) instead hex code.

Text Font Color

.myTextColor { color: #DDC5CF; }

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

This text font color is #DDC5CF.

Background Color

.myBgColor { background-color: #DDC5CF; }

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

This div background color is #DDC5CF.

Border color

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

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

This div border color is #DDC5CF.

Opacity

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

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

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

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

This text has shadow with #DDC5CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC5CF.

Preview

Color preview on black background

This text has color #DDC5CF on black background.


Color preview on white background

This text has color #DDC5CF on white background.


Black color preview on #DDC5CF background

This text has black color on #DDC5CF background.


White color preview on #DDC5CF background

This text has white color on #DDC5CF background.


Related colors

Complementary color

Complementary color for #hex is #223A30.


I love getcolorcode.com

Triadic colors

1 #CFDDC5 and #C5CFDD with #DDC5CF are triadic colors.

2 #CFC5DD and #C5DDCF with #DDC5CF are triadic colors.