COLOR #DDA3BB

HEX: #DDA3BB RGB: (221,163,187)

Color info

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

RGB color model

#DDA3BB color RGB value is (221,163,187).

RGB: (221,163,187) (87%, 64%, 73%)

RGB channels and saturation

R 221 of 255 = 87%
G 163 of 255 = 64%
B 187 of 255 = 73%

221
163
187

R + G + B ~ 75%. #DDA3BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 163 + 187 = 571 (100%)
R 221 of 571 ~ 38.7%
G 163 of 571 ~ 28.55%
B 187 of 571 ~ 32.75'%

%38.7
%28.55
%32.75

CMYK color model

#DDA3BB color CMYK value is (0,26,15,13).

  • cyan value is 0.00%
  • magenta value is 26.24%
  • yellow value is 15.38%
  • key color value is 13.33%

CMYK: (0,26,15,13)
C0M26Y15K13 (0%, 26%, 15%, 13%)
(0.00 / 0.26 / 0.15 / 0.13)

CMYK percentages

%0
%26.24
%15.38
%13.33

Codes

Color #DDA3BB in popluar color models

DD A3 BB
RGB 221 163 187
HSL 335° 46.03% 75.29%
HSB/HSV 335° 26.24% 86.67%
CMYK 0.00% 26.24% 15.38%
13.33%

Color #DDA3BB in popluar number systems.

HEX DD A3 BB
Decimal 221 163 187
Binary 11011101 10100011 10111011
Octal 335 243 273

Shades and tints

Shades of #DDA3BB

#DDA3BB
(221,163,187)
#C995AA
(201,149,170)
#B58799
(181,135,153)
#A17988
(161,121,136)
#8D6B77
(141,107,119)
#795D66
(121,93,102)
#654F55
(101,79,85)
#514144
(81,65,68)
#3D3333
(61,51,51)
#292522
(41,37,34)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #DDA3BB

#DDA3BB
(221,163,187)
#E0ABC1
(224,171,193)
#E3B3C7
(227,179,199)
#E6BBCD
(230,187,205)
#E9C3D3
(233,195,211)
#ECCBD9
(236,203,217)
#EFD3DF
(239,211,223)
#F2DBE5
(242,219,229)
#F5E3EB
(245,227,235)
#F8EBF1
(248,235,241)
#FBF3F7
(251,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA3BB color. Also use rgb(221,163,187) instead hex code.

Text Font Color

.myTextColor { color: #DDA3BB; }

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

This text font color is #DDA3BB.

Background Color

.myBgColor { background-color: #DDA3BB; }

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

This div background color is #DDA3BB.

Border color

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

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

This div border color is #DDA3BB.

Opacity

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

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

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

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

This text has shadow with #DDA3BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDA3BB.

Preview

Color preview on black background

This text has color #DDA3BB on black background.


Color preview on white background

This text has color #DDA3BB on white background.


Black color preview on #DDA3BB background

This text has black color on #DDA3BB background.


White color preview on #DDA3BB background

This text has white color on #DDA3BB background.


Related colors

Complementary color

Complementary color for #hex is #225C44.


I love getcolorcode.com

Triadic colors

1 #BBDDA3 and #A3BBDD with #DDA3BB are triadic colors.

2 #BBA3DD and #A3DDBB with #DDA3BB are triadic colors.