COLOR #DDA1B6

HEX: #DDA1B6 RGB: (221,161,182)

Color info

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

RGB color model

#DDA1B6 color RGB value is (221,161,182).

RGB: (221,161,182) (87%, 63%, 71%)

RGB channels and saturation

R 221 of 255 = 87%
G 161 of 255 = 63%
B 182 of 255 = 71%

221
161
182

R + G + B ~ 74%. #DDA1B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 161 + 182 = 564 (100%)
R 221 of 564 ~ 39.18%
G 161 of 564 ~ 28.55%
B 182 of 564 ~ 32.27'%

%39.18
%28.55
%32.27

CMYK color model

#DDA1B6 color CMYK value is (0,27,18,13).

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

CMYK: (0,27,18,13)
C0M27Y18K13 (0%, 27%, 18%, 13%)
(0.00 / 0.27 / 0.18 / 0.13)

CMYK percentages

%0
%27.15
%17.65
%13.33

Codes

Color #DDA1B6 in popluar color models

DD A1 B6
RGB 221 161 182
HSL 339° 46.88% 74.90%
HSB/HSV 339° 27.15% 86.67%
CMYK 0.00% 27.15% 17.65%
13.33%

Color #DDA1B6 in popluar number systems.

HEX DD A1 B6
Decimal 221 161 182
Binary 11011101 10100001 10110110
Octal 335 241 266

Shades and tints

Shades of #DDA1B6

#DDA1B6
(221,161,182)
#C993A6
(201,147,166)
#B58596
(181,133,150)
#A17786
(161,119,134)
#8D6976
(141,105,118)
#795B66
(121,91,102)
#654D56
(101,77,86)
#513F46
(81,63,70)
#3D3136
(61,49,54)
#292326
(41,35,38)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #DDA1B6

#DDA1B6
(221,161,182)
#E0A9BC
(224,169,188)
#E3B1C2
(227,177,194)
#E6B9C8
(230,185,200)
#E9C1CE
(233,193,206)
#ECC9D4
(236,201,212)
#EFD1DA
(239,209,218)
#F2D9E0
(242,217,224)
#F5E1E6
(245,225,230)
#F8E9EC
(248,233,236)
#FBF1F2
(251,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA1B6; }

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

This text font color is #DDA1B6.

Background Color

.myBgColor { background-color: #DDA1B6; }

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

This div background color is #DDA1B6.

Border color

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

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

This div border color is #DDA1B6.

Opacity

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

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

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

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

This text has shadow with #DDA1B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDA1B6.

Preview

Color preview on black background

This text has color #DDA1B6 on black background.


Color preview on white background

This text has color #DDA1B6 on white background.


Black color preview on #DDA1B6 background

This text has black color on #DDA1B6 background.


White color preview on #DDA1B6 background

This text has white color on #DDA1B6 background.


Related colors

Complementary color

Complementary color for #hex is #225E49.


I love getcolorcode.com

Triadic colors

1 #B6DDA1 and #A1B6DD with #DDA1B6 are triadic colors.

2 #B6A1DD and #A1DDB6 with #DDA1B6 are triadic colors.