COLOR #DDCCDA

HEX: #DDCCDA
RGB: (221,204,218)

Color info

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

RGB color model

#DDCCDA color RGB value is (221,204,218).

  • red value is 221;
  • green value is 204;
  • blue value is 218.
RGB:
(221,204,218)
(87%,80%,85%)

RGB channels and saturation

R 221 of 255 = 87%
G 204 of 255 = 80%
B 218 of 255 = 85%

221
204
218

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

Portions of RGB colors in percentages

R + G + B =
221 + 204 + 218 = 643 (100%)
R 221 of 643 ~ 34.37%
G 204 of 643 ~ 31.73%
B 218 of 643 ~ 33.9%

%34.37
%31.73
%33.9

CMYK color model

#DDCCDA color CMYK value is (0,8,1,13).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 1.36%
  • key color value is 13.33%
CMYK:
(0,8,1,13)
C0M8Y1K13 
(0%,8%,1%,13%)
(0.00/0.08/0.01/0.13)	

CMYK percentages

%0
%7.69
%1.36
%13.33

Codes

Color #DDCCDA in popluar color models

DDCCDA
RGB221204218
HSL311°20.00%83.33%
HSB/HSV311°7.69%86.67%
CMYK0.00%7.69%1.36%
13.33%

Color #DDCCDA in popluar number systems.

HEXDDCCDA
Decimal221204218
Binary110111011100110011011010
Octal335314332

Shades and tints

Shades of #DDCCDA

#DDCCDA
(221,204,218)
#C9BAC7
(201,186,199)
#B5A8B4
(181,168,180)
#A196A1
(161,150,161)
#8D848E
(141,132,142)
#79727B
(121,114,123)
#656068
(101,96,104)
#514E55
(81,78,85)
#3D3C42
(61,60,66)
#292A2F
(41,42,47)
#15181C
(21,24,28)
#000000
(0,0,0)

Tints of #DDCCDA

#DDCCDA
(221,204,218)
#E0D0DD
(224,208,221)
#E3D4E0
(227,212,224)
#E6D8E3
(230,216,227)
#E9DCE6
(233,220,230)
#ECE0E9
(236,224,233)
#EFE4EC
(239,228,236)
#F2E8EF
(242,232,239)
#F5ECF2
(245,236,242)
#F8F0F5
(248,240,245)
#FBF4F8
(251,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCCDA color. Also use rgb(221,204,218) instead hex code.

Text Font Color

.myTextColor { color: #DDCCDA; }

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

This text font color is #DDCCDA.


Background Color

.myBgColor { background-color: #DDCCDA; }

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

This div background color is #DDCCDA.


Border color

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

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

This div border color is #DDCCDA.


Opacity

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

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

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

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

This text has shadow with #DDCCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCCDA on black background.


Color preview on white background

This text has color #DDCCDA on white background.



Black color preview on #DDCCDA background

This text has black color on #DDCCDA background.


White color preview on #DDCCDA background

This text has white color on #DDCCDA background.