COLOR #DDAACC

HEX: #DDAACC
RGB: (221,170,204)

Color info

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

RGB color model

#DDAACC color RGB value is (221,170,204).

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

RGB channels and saturation

R 221 of 255 = 87%
G 170 of 255 = 67%
B 204 of 255 = 80%

221
170
204

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

Portions of RGB colors in percentages

R + G + B =
221 + 170 + 204 = 595 (100%)
R 221 of 595 ~ 37.14%
G 170 of 595 ~ 28.57%
B 204 of 595 ~ 34.29%

%37.14
%28.57
%34.29

CMYK color model

#DDAACC color CMYK value is (0,23,8,13).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 7.69%
  • key color value is 13.33%
CMYK:
(0,23,8,13)
C0M23Y8K13 
(0%,23%,8%,13%)
(0.00/0.23/0.08/0.13)	

CMYK percentages

%0
%23.08
%7.69
%13.33

Codes

Color #DDAACC in popluar color models

DDAACC
RGB221170204
HSL320°42.86%76.67%
HSB/HSV320°23.08%86.67%
CMYK0.00%23.08%7.69%
13.33%

Color #DDAACC in popluar number systems.

HEXDDAACC
Decimal221170204
Binary110111011010101011001100
Octal335252314

Shades and tints

Shades of #DDAACC

#DDAACC
(221,170,204)
#C99BBA
(201,155,186)
#B58CA8
(181,140,168)
#A17D96
(161,125,150)
#8D6E84
(141,110,132)
#795F72
(121,95,114)
#655060
(101,80,96)
#51414E
(81,65,78)
#3D323C
(61,50,60)
#29232A
(41,35,42)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #DDAACC

#DDAACC
(221,170,204)
#E0B1D0
(224,177,208)
#E3B8D4
(227,184,212)
#E6BFD8
(230,191,216)
#E9C6DC
(233,198,220)
#ECCDE0
(236,205,224)
#EFD4E4
(239,212,228)
#F2DBE8
(242,219,232)
#F5E2EC
(245,226,236)
#F8E9F0
(248,233,240)
#FBF0F4
(251,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDAACC; }

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

This text font color is #DDAACC.


Background Color

.myBgColor { background-color: #DDAACC; }

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

This div background color is #DDAACC.


Border color

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

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

This div border color is #DDAACC.


Opacity

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

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

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

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

This text has shadow with #DDAACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDAACC on black background.


Color preview on white background

This text has color #DDAACC on white background.



Black color preview on #DDAACC background

This text has black color on #DDAACC background.


White color preview on #DDAACC background

This text has white color on #DDAACC background.