COLOR #DDA1BC

HEX: #DDA1BC RGB: (221,161,188)

Color info

#DDA1BC contains mainly red and blue colors. Web safe color of #DDA1BC is #CC99CC (or #C9C).

RGB color model

#DDA1BC color RGB value is (221,161,188).

RGB: (221,161,188) (87%, 63%, 74%)

RGB channels and saturation

R 221 of 255 = 87%
G 161 of 255 = 63%
B 188 of 255 = 74%

221
161
188

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

Portions of RGB colors in percentages

R + G + B = 221 + 161 + 188 = 570 (100%)
R 221 of 570 ~ 38.77%
G 161 of 570 ~ 28.25%
B 188 of 570 ~ 32.98'%

%38.77
%28.25
%32.98

CMYK color model

#DDA1BC color CMYK value is (0,27,15,13).

  • cyan value is 0.00%
  • magenta value is 27.15%
  • yellow value is 14.93%
  • key color value is 13.33%

CMYK: (0,27,15,13)
C0M27Y15K13 (0%, 27%, 15%, 13%)
(0.00 / 0.27 / 0.15 / 0.13)

CMYK percentages

%0
%27.15
%14.93
%13.33

Codes

Color #DDA1BC in popluar color models

DD A1 BC
RGB 221 161 188
HSL 333° 46.88% 74.90%
HSB/HSV 333° 27.15% 86.67%
CMYK 0.00% 27.15% 14.93%
13.33%

Color #DDA1BC in popluar number systems.

HEX DD A1 BC
Decimal 221 161 188
Binary 11011101 10100001 10111100
Octal 335 241 274

Shades and tints

Shades of #DDA1BC

#DDA1BC
(221,161,188)
#C993AB
(201,147,171)
#B5859A
(181,133,154)
#A17789
(161,119,137)
#8D6978
(141,105,120)
#795B67
(121,91,103)
#654D56
(101,77,86)
#513F45
(81,63,69)
#3D3134
(61,49,52)
#292323
(41,35,35)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #DDA1BC

#DDA1BC
(221,161,188)
#E0A9C2
(224,169,194)
#E3B1C8
(227,177,200)
#E6B9CE
(230,185,206)
#E9C1D4
(233,193,212)
#ECC9DA
(236,201,218)
#EFD1E0
(239,209,224)
#F2D9E6
(242,217,230)
#F5E1EC
(245,225,236)
#F8E9F2
(248,233,242)
#FBF1F8
(251,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA1BC color. Also use rgb(221,161,188) instead hex code.

Text Font Color

.myTextColor { color: #DDA1BC; }

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

This text font color is #DDA1BC.

Background Color

.myBgColor { background-color: #DDA1BC; }

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

This div background color is #DDA1BC.

Border color

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

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

This div border color is #DDA1BC.

Opacity

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

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

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

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

This text has shadow with #DDA1BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDA1BC.

Preview

Color preview on black background

This text has color #DDA1BC on black background.


Color preview on white background

This text has color #DDA1BC on white background.


Black color preview on #DDA1BC background

This text has black color on #DDA1BC background.


White color preview on #DDA1BC background

This text has white color on #DDA1BC background.


Related colors

Complementary color

Complementary color for #hex is #225E43.


I love getcolorcode.com

Triadic colors

1 #BCDDA1 and #A1BCDD with #DDA1BC are triadic colors.

2 #BCA1DD and #A1DDBC with #DDA1BC are triadic colors.