COLOR #DDA0BD

HEX: #DDA0BD RGB: (221,160,189)

Color info

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

RGB color model

#DDA0BD color RGB value is (221,160,189).

RGB: (221,160,189) (87%, 63%, 74%)

RGB channels and saturation

R 221 of 255 = 87%
G 160 of 255 = 63%
B 189 of 255 = 74%

221
160
189

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

Portions of RGB colors in percentages

R + G + B = 221 + 160 + 189 = 570 (100%)
R 221 of 570 ~ 38.77%
G 160 of 570 ~ 28.07%
B 189 of 570 ~ 33.16'%

%38.77
%28.07
%33.16

CMYK color model

#DDA0BD color CMYK value is (0,28,14,13).

  • cyan value is 0.00%
  • magenta value is 27.60%
  • yellow value is 14.48%
  • key color value is 13.33%

CMYK: (0,28,14,13)
C0M28Y14K13 (0%, 28%, 14%, 13%)
(0.00 / 0.28 / 0.14 / 0.13)

CMYK percentages

%0
%27.6
%14.48
%13.33

Codes

Color #DDA0BD in popluar color models

DD A0 BD
RGB 221 160 189
HSL 331° 47.29% 74.71%
HSB/HSV 331° 27.60% 86.67%
CMYK 0.00% 27.60% 14.48%
13.33%

Color #DDA0BD in popluar number systems.

HEX DD A0 BD
Decimal 221 160 189
Binary 11011101 10100000 10111101
Octal 335 240 275

Shades and tints

Shades of #DDA0BD

#DDA0BD
(221,160,189)
#C992AC
(201,146,172)
#B5849B
(181,132,155)
#A1768A
(161,118,138)
#8D6879
(141,104,121)
#795A68
(121,90,104)
#654C57
(101,76,87)
#513E46
(81,62,70)
#3D3035
(61,48,53)
#292224
(41,34,36)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #DDA0BD

#DDA0BD
(221,160,189)
#E0A8C3
(224,168,195)
#E3B0C9
(227,176,201)
#E6B8CF
(230,184,207)
#E9C0D5
(233,192,213)
#ECC8DB
(236,200,219)
#EFD0E1
(239,208,225)
#F2D8E7
(242,216,231)
#F5E0ED
(245,224,237)
#F8E8F3
(248,232,243)
#FBF0F9
(251,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA0BD color. Also use rgb(221,160,189) instead hex code.

Text Font Color

.myTextColor { color: #DDA0BD; }

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

This text font color is #DDA0BD.

Background Color

.myBgColor { background-color: #DDA0BD; }

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

This div background color is #DDA0BD.

Border color

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

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

This div border color is #DDA0BD.

Opacity

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

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

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

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

This text has shadow with #DDA0BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDA0BD.

Preview

Color preview on black background

This text has color #DDA0BD on black background.


Color preview on white background

This text has color #DDA0BD on white background.


Black color preview on #DDA0BD background

This text has black color on #DDA0BD background.


White color preview on #DDA0BD background

This text has white color on #DDA0BD background.


Related colors

Complementary color

Complementary color for #hex is #225F42.


I love getcolorcode.com

Triadic colors

1 #BDDDA0 and #A0BDDD with #DDA0BD are triadic colors.

2 #BDA0DD and #A0DDBD with #DDA0BD are triadic colors.