COLOR #DDC2CF

HEX: #DDC2CF RGB: (221,194,207)

Color info

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

RGB color model

#DDC2CF color RGB value is (221,194,207).

RGB: (221,194,207) (87%, 76%, 81%)

RGB channels and saturation

R 221 of 255 = 87%
G 194 of 255 = 76%
B 207 of 255 = 81%

221
194
207

R + G + B ~ 81%. #DDC2CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 194 + 207 = 622 (100%)
R 221 of 622 ~ 35.53%
G 194 of 622 ~ 31.19%
B 207 of 622 ~ 33.28'%

%35.53
%31.19
%33.28

CMYK color model

#DDC2CF color CMYK value is (0,12,6,13).

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

CMYK: (0,12,6,13)
C0M12Y6K13 (0%, 12%, 6%, 13%)
(0.00 / 0.12 / 0.06 / 0.13)

CMYK percentages

%0
%12.22
%6.33
%13.33

Codes

Color #DDC2CF in popluar color models

DD C2 CF
RGB 221 194 207
HSL 331° 28.42% 81.37%
HSB/HSV 331° 12.22% 86.67%
CMYK 0.00% 12.22% 6.33%
13.33%

Color #DDC2CF in popluar number systems.

HEX DD C2 CF
Decimal 221 194 207
Binary 11011101 11000010 11001111
Octal 335 302 317

Shades and tints

Shades of #DDC2CF

#DDC2CF
(221,194,207)
#C9B1BD
(201,177,189)
#B5A0AB
(181,160,171)
#A18F99
(161,143,153)
#8D7E87
(141,126,135)
#796D75
(121,109,117)
#655C63
(101,92,99)
#514B51
(81,75,81)
#3D3A3F
(61,58,63)
#29292D
(41,41,45)
#15181B
(21,24,27)
#000000
(0,0,0)

Tints of #DDC2CF

#DDC2CF
(221,194,207)
#E0C7D3
(224,199,211)
#E3CCD7
(227,204,215)
#E6D1DB
(230,209,219)
#E9D6DF
(233,214,223)
#ECDBE3
(236,219,227)
#EFE0E7
(239,224,231)
#F2E5EB
(242,229,235)
#F5EAEF
(245,234,239)
#F8EFF3
(248,239,243)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC2CF; }

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

This text font color is #DDC2CF.

Background Color

.myBgColor { background-color: #DDC2CF; }

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

This div background color is #DDC2CF.

Border color

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

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

This div border color is #DDC2CF.

Opacity

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

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

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

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

This text has shadow with #DDC2CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC2CF.

Preview

Color preview on black background

This text has color #DDC2CF on black background.


Color preview on white background

This text has color #DDC2CF on white background.


Black color preview on #DDC2CF background

This text has black color on #DDC2CF background.


White color preview on #DDC2CF background

This text has white color on #DDC2CF background.


Related colors

Complementary color

Complementary color for #hex is #223D30.


I love getcolorcode.com

Triadic colors

1 #CFDDC2 and #C2CFDD with #DDC2CF are triadic colors.

2 #CFC2DD and #C2DDCF with #DDC2CF are triadic colors.