COLOR #DDC7DC

HEX: #DDC7DC
RGB: (221,199,220)

Color info

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

RGB color model

#DDC7DC color RGB value is (221,199,220).

  • red value is 221;
  • green value is 199;
  • blue value is 220.
RGB:
(221,199,220)
(87%,78%,86%)

RGB channels and saturation

R 221 of 255 = 87%
G 199 of 255 = 78%
B 220 of 255 = 86%

221
199
220

R + G + B ~ 84%. #DDC7DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 199 + 220 = 640 (100%)
R 221 of 640 ~ 34.53%
G 199 of 640 ~ 31.09%
B 220 of 640 ~ 34.38%

%34.53
%31.09
%34.38

CMYK color model

#DDC7DC color CMYK value is (0,10,0,13).

  • cyan value is 0.00%
  • magenta value is 9.95%
  • yellow value is 0.45%
  • key color value is 13.33%
CMYK:
(0,10,0,13)
C0M10Y0K13 
(0%,10%,0%,13%)
(0.00/0.10/0.00/0.13)	

CMYK percentages

%0
%9.95
%0.45
%13.33

Codes

Color #DDC7DC in popluar color models

DDC7DC
RGB221199220
HSL303°24.44%82.35%
HSB/HSV303°9.95%86.67%
CMYK0.00%9.95%0.45%
13.33%

Color #DDC7DC in popluar number systems.

HEXDDC7DC
Decimal221199220
Binary110111011100011111011100
Octal335307334

Shades and tints

Shades of #DDC7DC

#DDC7DC
(221,199,220)
#C9B5C8
(201,181,200)
#B5A3B4
(181,163,180)
#A191A0
(161,145,160)
#8D7F8C
(141,127,140)
#796D78
(121,109,120)
#655B64
(101,91,100)
#514950
(81,73,80)
#3D373C
(61,55,60)
#292528
(41,37,40)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #DDC7DC

#DDC7DC
(221,199,220)
#E0CCDF
(224,204,223)
#E3D1E2
(227,209,226)
#E6D6E5
(230,214,229)
#E9DBE8
(233,219,232)
#ECE0EB
(236,224,235)
#EFE5EE
(239,229,238)
#F2EAF1
(242,234,241)
#F5EFF4
(245,239,244)
#F8F4F7
(248,244,247)
#FBF9FA
(251,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC7DC color. Also use rgb(221,199,220) instead hex code.

Text Font Color

.myTextColor { color: #DDC7DC; }

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

This text font color is #DDC7DC.


Background Color

.myBgColor { background-color: #DDC7DC; }

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

This div background color is #DDC7DC.


Border color

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

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

This div border color is #DDC7DC.


Opacity

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

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

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

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

This text has shadow with #DDC7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC7DC on black background.


Color preview on white background

This text has color #DDC7DC on white background.



Black color preview on #DDC7DC background

This text has black color on #DDC7DC background.


White color preview on #DDC7DC background

This text has white color on #DDC7DC background.