COLOR #DDB0D1

HEX: #DDB0D1
RGB: (221,176,209)

Color info

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

RGB color model

#DDB0D1 color RGB value is (221,176,209).

  • red value is 221;
  • green value is 176;
  • blue value is 209.
RGB:
(221,176,209)
(87%,69%,82%)

RGB channels and saturation

R 221 of 255 = 87%
G 176 of 255 = 69%
B 209 of 255 = 82%

221
176
209

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

Portions of RGB colors in percentages

R + G + B =
221 + 176 + 209 = 606 (100%)
R 221 of 606 ~ 36.47%
G 176 of 606 ~ 29.04%
B 209 of 606 ~ 34.49%

%36.47
%29.04
%34.49

CMYK color model

#DDB0D1 color CMYK value is (0,20,5,13).

  • cyan value is 0.00%
  • magenta value is 20.36%
  • yellow value is 5.43%
  • key color value is 13.33%
CMYK:
(0,20,5,13)
C0M20Y5K13 
(0%,20%,5%,13%)
(0.00/0.20/0.05/0.13)	

CMYK percentages

%0
%20.36
%5.43
%13.33

Codes

Color #DDB0D1 in popluar color models

DDB0D1
RGB221176209
HSL316°39.82%77.84%
HSB/HSV316°20.36%86.67%
CMYK0.00%20.36%5.43%
13.33%

Color #DDB0D1 in popluar number systems.

HEXDDB0D1
Decimal221176209
Binary110111011011000011010001
Octal335260321

Shades and tints

Shades of #DDB0D1

#DDB0D1
(221,176,209)
#C9A0BE
(201,160,190)
#B590AB
(181,144,171)
#A18098
(161,128,152)
#8D7085
(141,112,133)
#796072
(121,96,114)
#65505F
(101,80,95)
#51404C
(81,64,76)
#3D3039
(61,48,57)
#292026
(41,32,38)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #DDB0D1

#DDB0D1
(221,176,209)
#E0B7D5
(224,183,213)
#E3BED9
(227,190,217)
#E6C5DD
(230,197,221)
#E9CCE1
(233,204,225)
#ECD3E5
(236,211,229)
#EFDAE9
(239,218,233)
#F2E1ED
(242,225,237)
#F5E8F1
(245,232,241)
#F8EFF5
(248,239,245)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB0D1 color. Also use rgb(221,176,209) instead hex code.

Text Font Color

.myTextColor { color: #DDB0D1; }

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

This text font color is #DDB0D1.


Background Color

.myBgColor { background-color: #DDB0D1; }

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

This div background color is #DDB0D1.


Border color

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

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

This div border color is #DDB0D1.


Opacity

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

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

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

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

This text has shadow with #DDB0D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB0D1 on black background.


Color preview on white background

This text has color #DDB0D1 on white background.



Black color preview on #DDB0D1 background

This text has black color on #DDB0D1 background.


White color preview on #DDB0D1 background

This text has white color on #DDB0D1 background.