COLOR #DDB4D5

HEX: #DDB4D5
RGB: (221,180,213)

Color info

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

RGB color model

#DDB4D5 color RGB value is (221,180,213).

  • red value is 221;
  • green value is 180;
  • blue value is 213.
RGB:
(221,180,213)
(87%,71%,84%)

RGB channels and saturation

R 221 of 255 = 87%
G 180 of 255 = 71%
B 213 of 255 = 84%

221
180
213

R + G + B ~ 81%. #DDB4D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 180 + 213 = 614 (100%)
R 221 of 614 ~ 35.99%
G 180 of 614 ~ 29.32%
B 213 of 614 ~ 34.69%

%35.99
%29.32
%34.69

CMYK color model

#DDB4D5 color CMYK value is (0,19,4,13).

  • cyan value is 0.00%
  • magenta value is 18.55%
  • yellow value is 3.62%
  • key color value is 13.33%
CMYK:
(0,19,4,13)
C0M19Y4K13 
(0%,19%,4%,13%)
(0.00/0.19/0.04/0.13)	

CMYK percentages

%0
%18.55
%3.62
%13.33

Codes

Color #DDB4D5 in popluar color models

DDB4D5
RGB221180213
HSL312°37.61%78.63%
HSB/HSV312°18.55%86.67%
CMYK0.00%18.55%3.62%
13.33%

Color #DDB4D5 in popluar number systems.

HEXDDB4D5
Decimal221180213
Binary110111011011010011010101
Octal335264325

Shades and tints

Shades of #DDB4D5

#DDB4D5
(221,180,213)
#C9A4C2
(201,164,194)
#B594AF
(181,148,175)
#A1849C
(161,132,156)
#8D7489
(141,116,137)
#796476
(121,100,118)
#655463
(101,84,99)
#514450
(81,68,80)
#3D343D
(61,52,61)
#29242A
(41,36,42)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #DDB4D5

#DDB4D5
(221,180,213)
#E0BAD8
(224,186,216)
#E3C0DB
(227,192,219)
#E6C6DE
(230,198,222)
#E9CCE1
(233,204,225)
#ECD2E4
(236,210,228)
#EFD8E7
(239,216,231)
#F2DEEA
(242,222,234)
#F5E4ED
(245,228,237)
#F8EAF0
(248,234,240)
#FBF0F3
(251,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB4D5; }

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

This text font color is #DDB4D5.


Background Color

.myBgColor { background-color: #DDB4D5; }

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

This div background color is #DDB4D5.


Border color

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

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

This div border color is #DDB4D5.


Opacity

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

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

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

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

This text has shadow with #DDB4D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB4D5 on black background.


Color preview on white background

This text has color #DDB4D5 on white background.



Black color preview on #DDB4D5 background

This text has black color on #DDB4D5 background.


White color preview on #DDB4D5 background

This text has white color on #DDB4D5 background.