COLOR #DDADD8

HEX: #DDADD8
RGB: (221,173,216)

Color info

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

RGB color model

#DDADD8 color RGB value is (221,173,216).

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

RGB channels and saturation

R 221 of 255 = 87%
G 173 of 255 = 68%
B 216 of 255 = 85%

221
173
216

R + G + B ~ 80%. #DDADD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 173 + 216 = 610 (100%)
R 221 of 610 ~ 36.23%
G 173 of 610 ~ 28.36%
B 216 of 610 ~ 35.41%

%36.23
%28.36
%35.41

CMYK color model

#DDADD8 color CMYK value is (0,22,2,13).

  • cyan value is 0.00%
  • magenta value is 21.72%
  • yellow value is 2.26%
  • key color value is 13.33%
CMYK:
(0,22,2,13)
C0M22Y2K13 
(0%,22%,2%,13%)
(0.00/0.22/0.02/0.13)	

CMYK percentages

%0
%21.72
%2.26
%13.33

Codes

Color #DDADD8 in popluar color models

DDADD8
RGB221173216
HSL306°41.38%77.25%
HSB/HSV306°21.72%86.67%
CMYK0.00%21.72%2.26%
13.33%

Color #DDADD8 in popluar number systems.

HEXDDADD8
Decimal221173216
Binary110111011010110111011000
Octal335255330

Shades and tints

Shades of #DDADD8

#DDADD8
(221,173,216)
#C99EC5
(201,158,197)
#B58FB2
(181,143,178)
#A1809F
(161,128,159)
#8D718C
(141,113,140)
#796279
(121,98,121)
#655366
(101,83,102)
#514453
(81,68,83)
#3D3540
(61,53,64)
#29262D
(41,38,45)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #DDADD8

#DDADD8
(221,173,216)
#E0B4DB
(224,180,219)
#E3BBDE
(227,187,222)
#E6C2E1
(230,194,225)
#E9C9E4
(233,201,228)
#ECD0E7
(236,208,231)
#EFD7EA
(239,215,234)
#F2DEED
(242,222,237)
#F5E5F0
(245,229,240)
#F8ECF3
(248,236,243)
#FBF3F6
(251,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDADD8; }

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

This text font color is #DDADD8.


Background Color

.myBgColor { background-color: #DDADD8; }

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

This div background color is #DDADD8.


Border color

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

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

This div border color is #DDADD8.


Opacity

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

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

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

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

This text has shadow with #DDADD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDADD8 on black background.


Color preview on white background

This text has color #DDADD8 on white background.



Black color preview on #DDADD8 background

This text has black color on #DDADD8 background.


White color preview on #DDADD8 background

This text has white color on #DDADD8 background.