COLOR #DDADD0

HEX: #DDADD0
RGB: (221,173,208)

Color info

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

RGB color model

#DDADD0 color RGB value is (221,173,208).

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

RGB channels and saturation

R 221 of 255 = 87%
G 173 of 255 = 68%
B 208 of 255 = 82%

221
173
208

R + G + B ~ 79%. #DDADD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 173 + 208 = 602 (100%)
R 221 of 602 ~ 36.71%
G 173 of 602 ~ 28.74%
B 208 of 602 ~ 34.55%

%36.71
%28.74
%34.55

CMYK color model

#DDADD0 color CMYK value is (0,22,6,13).

  • cyan value is 0.00%
  • magenta value is 21.72%
  • yellow value is 5.88%
  • key color value is 13.33%
CMYK:
(0,22,6,13)
C0M22Y6K13 
(0%,22%,6%,13%)
(0.00/0.22/0.06/0.13)	

CMYK percentages

%0
%21.72
%5.88
%13.33

Codes

Color #DDADD0 in popluar color models

DDADD0
RGB221173208
HSL316°41.38%77.25%
HSB/HSV316°21.72%86.67%
CMYK0.00%21.72%5.88%
13.33%

Color #DDADD0 in popluar number systems.

HEXDDADD0
Decimal221173208
Binary110111011010110111010000
Octal335255320

Shades and tints

Shades of #DDADD0

#DDADD0
(221,173,208)
#C99EBE
(201,158,190)
#B58FAC
(181,143,172)
#A1809A
(161,128,154)
#8D7188
(141,113,136)
#796276
(121,98,118)
#655364
(101,83,100)
#514452
(81,68,82)
#3D3540
(61,53,64)
#29262E
(41,38,46)
#15171C
(21,23,28)
#000000
(0,0,0)

Tints of #DDADD0

#DDADD0
(221,173,208)
#E0B4D4
(224,180,212)
#E3BBD8
(227,187,216)
#E6C2DC
(230,194,220)
#E9C9E0
(233,201,224)
#ECD0E4
(236,208,228)
#EFD7E8
(239,215,232)
#F2DEEC
(242,222,236)
#F5E5F0
(245,229,240)
#F8ECF4
(248,236,244)
#FBF3F8
(251,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDADD0; }

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

This text font color is #DDADD0.


Background Color

.myBgColor { background-color: #DDADD0; }

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

This div background color is #DDADD0.


Border color

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

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

This div border color is #DDADD0.


Opacity

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

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

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

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

This text has shadow with #DDADD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDADD0 on black background.


Color preview on white background

This text has color #DDADD0 on white background.



Black color preview on #DDADD0 background

This text has black color on #DDADD0 background.


White color preview on #DDADD0 background

This text has white color on #DDADD0 background.