COLOR #DDADCC

HEX: #DDADCC
RGB: (221,173,204)

Color info

#DDADCC contains red, green and blue colors in about the same proportion. Web safe color of #DDADCC is #CC99CC (or #C9C).

RGB color model

#DDADCC color RGB value is (221,173,204).

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

RGB channels and saturation

R 221 of 255 = 87%
G 173 of 255 = 68%
B 204 of 255 = 80%

221
173
204

R + G + B ~ 78%. #DDADCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 173 + 204 = 598 (100%)
R 221 of 598 ~ 36.96%
G 173 of 598 ~ 28.93%
B 204 of 598 ~ 34.11%

%36.96
%28.93
%34.11

CMYK color model

#DDADCC color CMYK value is (0,22,8,13).

  • cyan value is 0.00%
  • magenta value is 21.72%
  • yellow value is 7.69%
  • key color value is 13.33%
CMYK:
(0,22,8,13)
C0M22Y8K13 
(0%,22%,8%,13%)
(0.00/0.22/0.08/0.13)	

CMYK percentages

%0
%21.72
%7.69
%13.33

Codes

Color #DDADCC in popluar color models

DDADCC
RGB221173204
HSL321°41.38%77.25%
HSB/HSV321°21.72%86.67%
CMYK0.00%21.72%7.69%
13.33%

Color #DDADCC in popluar number systems.

HEXDDADCC
Decimal221173204
Binary110111011010110111001100
Octal335255314

Shades and tints

Shades of #DDADCC

#DDADCC
(221,173,204)
#C99EBA
(201,158,186)
#B58FA8
(181,143,168)
#A18096
(161,128,150)
#8D7184
(141,113,132)
#796272
(121,98,114)
#655360
(101,83,96)
#51444E
(81,68,78)
#3D353C
(61,53,60)
#29262A
(41,38,42)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #DDADCC

#DDADCC
(221,173,204)
#E0B4D0
(224,180,208)
#E3BBD4
(227,187,212)
#E6C2D8
(230,194,216)
#E9C9DC
(233,201,220)
#ECD0E0
(236,208,224)
#EFD7E4
(239,215,228)
#F2DEE8
(242,222,232)
#F5E5EC
(245,229,236)
#F8ECF0
(248,236,240)
#FBF3F4
(251,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDADCC; }

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

This text font color is #DDADCC.


Background Color

.myBgColor { background-color: #DDADCC; }

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

This div background color is #DDADCC.


Border color

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

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

This div border color is #DDADCC.


Opacity

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

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

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

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

This text has shadow with #DDADCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDADCC on black background.


Color preview on white background

This text has color #DDADCC on white background.



Black color preview on #DDADCC background

This text has black color on #DDADCC background.


White color preview on #DDADCC background

This text has white color on #DDADCC background.