COLOR #DDB2CD

HEX: #DDB2CD RGB: (221,178,205)

Color info

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

RGB color model

#DDB2CD color RGB value is (221,178,205).

RGB: (221,178,205) (87%, 70%, 80%)

RGB channels and saturation

R 221 of 255 = 87%
G 178 of 255 = 70%
B 205 of 255 = 80%

221
178
205

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

Portions of RGB colors in percentages

R + G + B = 221 + 178 + 205 = 604 (100%)
R 221 of 604 ~ 36.59%
G 178 of 604 ~ 29.47%
B 205 of 604 ~ 33.94'%

%36.59
%29.47
%33.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.46%
  • 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
%19.46
%7.24
%13.33

Codes

Color #DDB2CD in popluar color models

DD B2 CD
RGB 221 178 205
HSL 322° 38.74% 78.24%
HSB/HSV 322° 19.46% 86.67%
CMYK 0.00% 19.46% 7.24%
13.33%

Color #DDB2CD in popluar number systems.

HEX DD B2 CD
Decimal 221 178 205
Binary 11011101 10110010 11001101
Octal 335 262 315

Shades and tints

Shades of #DDB2CD

#DDB2CD
(221,178,205)
#C9A2BB
(201,162,187)
#B592A9
(181,146,169)
#A18297
(161,130,151)
#8D7285
(141,114,133)
#796273
(121,98,115)
#655261
(101,82,97)
#51424F
(81,66,79)
#3D323D
(61,50,61)
#29222B
(41,34,43)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #DDB2CD

#DDB2CD
(221,178,205)
#E0B9D1
(224,185,209)
#E3C0D5
(227,192,213)
#E6C7D9
(230,199,217)
#E9CEDD
(233,206,221)
#ECD5E1
(236,213,225)
#EFDCE5
(239,220,229)
#F2E3E9
(242,227,233)
#F5EAED
(245,234,237)
#F8F1F1
(248,241,241)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB2CD; }

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

This text font color is #DDB2CD.

Background Color

.myBgColor { background-color: #DDB2CD; }

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

This div background color is #DDB2CD.

Border color

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

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

This div border color is #DDB2CD.

Opacity

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

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

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

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

This text has shadow with #DDB2CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB2CD.

Preview

Color preview on black background

This text has color #DDB2CD on black background.


Color preview on white background

This text has color #DDB2CD on white background.


Black color preview on #DDB2CD background

This text has black color on #DDB2CD background.


White color preview on #DDB2CD background

This text has white color on #DDB2CD background.


Related colors

Complementary color

Complementary color for #hex is #224D32.


I love getcolorcode.com

Triadic colors

1 #CDDDB2 and #B2CDDD with #DDB2CD are triadic colors.

2 #CDB2DD and #B2DDCD with #DDB2CD are triadic colors.