COLOR #DDA8B8

HEX: #DDA8B8 RGB: (221,168,184)

Color info

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

RGB color model

#DDA8B8 color RGB value is (221,168,184).

RGB: (221,168,184) (87%, 66%, 72%)

RGB channels and saturation

R 221 of 255 = 87%
G 168 of 255 = 66%
B 184 of 255 = 72%

221
168
184

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

Portions of RGB colors in percentages

R + G + B = 221 + 168 + 184 = 573 (100%)
R 221 of 573 ~ 38.57%
G 168 of 573 ~ 29.32%
B 184 of 573 ~ 32.11'%

%38.57
%29.32
%32.11

CMYK color model

#DDA8B8 color CMYK value is (0,24,17,13).

  • cyan value is 0.00%
  • magenta value is 23.98%
  • yellow value is 16.74%
  • key color value is 13.33%

CMYK: (0,24,17,13)
C0M24Y17K13 (0%, 24%, 17%, 13%)
(0.00 / 0.24 / 0.17 / 0.13)

CMYK percentages

%0
%23.98
%16.74
%13.33

Codes

Color #DDA8B8 in popluar color models

DD A8 B8
RGB 221 168 184
HSL 342° 43.80% 76.27%
HSB/HSV 342° 23.98% 86.67%
CMYK 0.00% 23.98% 16.74%
13.33%

Color #DDA8B8 in popluar number systems.

HEX DD A8 B8
Decimal 221 168 184
Binary 11011101 10101000 10111000
Octal 335 250 270

Shades and tints

Shades of #DDA8B8

#DDA8B8
(221,168,184)
#C999A8
(201,153,168)
#B58A98
(181,138,152)
#A17B88
(161,123,136)
#8D6C78
(141,108,120)
#795D68
(121,93,104)
#654E58
(101,78,88)
#513F48
(81,63,72)
#3D3038
(61,48,56)
#292128
(41,33,40)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #DDA8B8

#DDA8B8
(221,168,184)
#E0AFBE
(224,175,190)
#E3B6C4
(227,182,196)
#E6BDCA
(230,189,202)
#E9C4D0
(233,196,208)
#ECCBD6
(236,203,214)
#EFD2DC
(239,210,220)
#F2D9E2
(242,217,226)
#F5E0E8
(245,224,232)
#F8E7EE
(248,231,238)
#FBEEF4
(251,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA8B8 color. Also use rgb(221,168,184) instead hex code.

Text Font Color

.myTextColor { color: #DDA8B8; }

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

This text font color is #DDA8B8.

Background Color

.myBgColor { background-color: #DDA8B8; }

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

This div background color is #DDA8B8.

Border color

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

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

This div border color is #DDA8B8.

Opacity

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

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

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

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

This text has shadow with #DDA8B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDA8B8.

Preview

Color preview on black background

This text has color #DDA8B8 on black background.


Color preview on white background

This text has color #DDA8B8 on white background.


Black color preview on #DDA8B8 background

This text has black color on #DDA8B8 background.


White color preview on #DDA8B8 background

This text has white color on #DDA8B8 background.


Related colors

Complementary color

Complementary color for #hex is #225747.


I love getcolorcode.com

Triadic colors

1 #B8DDA8 and #A8B8DD with #DDA8B8 are triadic colors.

2 #B8A8DD and #A8DDB8 with #DDA8B8 are triadic colors.