COLOR #DDC5DC

HEX: #DDC5DC
RGB: (221,197,220)

Color info

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

RGB color model

#DDC5DC color RGB value is (221,197,220).

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

RGB channels and saturation

R 221 of 255 = 87%
G 197 of 255 = 77%
B 220 of 255 = 86%

221
197
220

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

Portions of RGB colors in percentages

R + G + B =
221 + 197 + 220 = 638 (100%)
R 221 of 638 ~ 34.64%
G 197 of 638 ~ 30.88%
B 220 of 638 ~ 34.48%

%34.64
%30.88
%34.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.86%
  • yellow value is 0.45%
  • key color value is 13.33%
CMYK:
(0,11,0,13)
C0M11Y0K13 
(0%,11%,0%,13%)
(0.00/0.11/0.00/0.13)	

CMYK percentages

%0
%10.86
%0.45
%13.33

Codes

Color #DDC5DC in popluar color models

DDC5DC
RGB221197220
HSL303°26.09%81.96%
HSB/HSV303°10.86%86.67%
CMYK0.00%10.86%0.45%
13.33%

Color #DDC5DC in popluar number systems.

HEXDDC5DC
Decimal221197220
Binary110111011100010111011100
Octal335305334

Shades and tints

Shades of #DDC5DC

#DDC5DC
(221,197,220)
#C9B4C8
(201,180,200)
#B5A3B4
(181,163,180)
#A192A0
(161,146,160)
#8D818C
(141,129,140)
#797078
(121,112,120)
#655F64
(101,95,100)
#514E50
(81,78,80)
#3D3D3C
(61,61,60)
#292C28
(41,44,40)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #DDC5DC

#DDC5DC
(221,197,220)
#E0CADF
(224,202,223)
#E3CFE2
(227,207,226)
#E6D4E5
(230,212,229)
#E9D9E8
(233,217,232)
#ECDEEB
(236,222,235)
#EFE3EE
(239,227,238)
#F2E8F1
(242,232,241)
#F5EDF4
(245,237,244)
#F8F2F7
(248,242,247)
#FBF7FA
(251,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC5DC; }

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

This text font color is #DDC5DC.


Background Color

.myBgColor { background-color: #DDC5DC; }

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

This div background color is #DDC5DC.


Border color

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

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

This div border color is #DDC5DC.


Opacity

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

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

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

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

This text has shadow with #DDC5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC5DC on black background.


Color preview on white background

This text has color #DDC5DC on white background.



Black color preview on #DDC5DC background

This text has black color on #DDC5DC background.


White color preview on #DDC5DC background

This text has white color on #DDC5DC background.