COLOR #DDB4CD

HEX: #DDB4CD RGB: (221,180,205)

Color info

#DDB4CD contains red, green and blue colors in about the same proportion. Web safe color of #DDB4CD is #CCCCCC (or #CCC).

RGB color model

#DDB4CD color RGB value is (221,180,205).

RGB: (221,180,205) (87%, 71%, 80%)

RGB channels and saturation

R 221 of 255 = 87%
G 180 of 255 = 71%
B 205 of 255 = 80%

221
180
205

R + G + B ~ 79%. #DDB4CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 180 + 205 = 606 (100%)
R 221 of 606 ~ 36.47%
G 180 of 606 ~ 29.7%
B 205 of 606 ~ 33.83'%

%36.47
%29.7
%33.83

CMYK color model

#DDB4CD color CMYK value is (0,19,7,13).

  • cyan value is 0.00%
  • magenta value is 18.55%
  • yellow value is 7.24%
  • key color value is 13.33%
CMYK: (0,19,7,13) C0M19Y7K13 (0%,19%,7%,13%) (0.00/0.19/0.07/0.13) 

CMYK percentages

%0
%18.55
%7.24
%13.33

Codes

Color #DDB4CD in popluar color models

DD B4 CD
RGB 221 180 205
HSL 323° 37.61% 78.63%
HSB/HSV 323° 18.55% 86.67%
CMYK 0.00% 18.55% 7.24%
13.33%

Color #DDB4CD in popluar number systems.

HEX DD B4 CD
Decimal 221 180 205
Binary 11011101 10110100 11001101
Octal 335 264 315

Shades and tints

Shades of #DDB4CD

#DDB4CD
(221,180,205)
#C9A4BB
(201,164,187)
#B594A9
(181,148,169)
#A18497
(161,132,151)
#8D7485
(141,116,133)
#796473
(121,100,115)
#655461
(101,84,97)
#51444F
(81,68,79)
#3D343D
(61,52,61)
#29242B
(41,36,43)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #DDB4CD

#DDB4CD
(221,180,205)
#E0BAD1
(224,186,209)
#E3C0D5
(227,192,213)
#E6C6D9
(230,198,217)
#E9CCDD
(233,204,221)
#ECD2E1
(236,210,225)
#EFD8E5
(239,216,229)
#F2DEE9
(242,222,233)
#F5E4ED
(245,228,237)
#F8EAF1
(248,234,241)
#FBF0F5
(251,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB4CD color. Also use rgb(221,180,205) instead hex code.

Text Font Color

.myTextColor { color: #DDB4CD; }

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

This text font color is #DDB4CD.

Background Color

.myBgColor { background-color: #DDB4CD; }

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

This div background color is #DDB4CD.

Border color

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

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

This div border color is #DDB4CD.

Opacity

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

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

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

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

This text has shadow with #DDB4CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB4CD.

Preview

Color preview on black background

This text has color #DDB4CD on black background.


Color preview on white background

This text has color #DDB4CD on white background.


Black color preview on #DDB4CD background

This text has black color on #DDB4CD background.


White color preview on #DDB4CD background

This text has white color on #DDB4CD background.


Related colors

Complementary color

Complementary color for #hex is #224B32.


I love getcolorcode.com

Triadic colors

1 #CDDDB4 and #B4CDDD with #DDB4CD are triadic colors.

2 #CDB4DD and #B4DDCD with #DDB4CD are triadic colors.