COLOR #DDABD6

HEX: #DDABD6
RGB: (221,171,214)

Color info

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

RGB color model

#DDABD6 color RGB value is (221,171,214).

  • red value is 221;
  • green value is 171;
  • blue value is 214.
RGB:
(221,171,214)
(87%,67%,84%)

RGB channels and saturation

R 221 of 255 = 87%
G 171 of 255 = 67%
B 214 of 255 = 84%

221
171
214

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

Portions of RGB colors in percentages

R + G + B =
221 + 171 + 214 = 606 (100%)
R 221 of 606 ~ 36.47%
G 171 of 606 ~ 28.22%
B 214 of 606 ~ 35.31%

%36.47
%28.22
%35.31

CMYK color model

#DDABD6 color CMYK value is (0,23,3,13).

  • cyan value is 0.00%
  • magenta value is 22.62%
  • yellow value is 3.17%
  • key color value is 13.33%
CMYK:
(0,23,3,13)
C0M23Y3K13 
(0%,23%,3%,13%)
(0.00/0.23/0.03/0.13)	

CMYK percentages

%0
%22.62
%3.17
%13.33

Codes

Color #DDABD6 in popluar color models

DDABD6
RGB221171214
HSL308°42.37%76.86%
HSB/HSV308°22.62%86.67%
CMYK0.00%22.62%3.17%
13.33%

Color #DDABD6 in popluar number systems.

HEXDDABD6
Decimal221171214
Binary110111011010101111010110
Octal335253326

Shades and tints

Shades of #DDABD6

#DDABD6
(221,171,214)
#C99CC3
(201,156,195)
#B58DB0
(181,141,176)
#A17E9D
(161,126,157)
#8D6F8A
(141,111,138)
#796077
(121,96,119)
#655164
(101,81,100)
#514251
(81,66,81)
#3D333E
(61,51,62)
#29242B
(41,36,43)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #DDABD6

#DDABD6
(221,171,214)
#E0B2D9
(224,178,217)
#E3B9DC
(227,185,220)
#E6C0DF
(230,192,223)
#E9C7E2
(233,199,226)
#ECCEE5
(236,206,229)
#EFD5E8
(239,213,232)
#F2DCEB
(242,220,235)
#F5E3EE
(245,227,238)
#F8EAF1
(248,234,241)
#FBF1F4
(251,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDABD6 color. Also use rgb(221,171,214) instead hex code.

Text Font Color

.myTextColor { color: #DDABD6; }

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

This text font color is #DDABD6.


Background Color

.myBgColor { background-color: #DDABD6; }

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

This div background color is #DDABD6.


Border color

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

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

This div border color is #DDABD6.


Opacity

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

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

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

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

This text has shadow with #DDABD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDABD6 on black background.


Color preview on white background

This text has color #DDABD6 on white background.



Black color preview on #DDABD6 background

This text has black color on #DDABD6 background.


White color preview on #DDABD6 background

This text has white color on #DDABD6 background.