COLOR #DDB9DC

HEX: #DDB9DC RGB: (221,185,220)

Color info

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

RGB color model

#DDB9DC color RGB value is (221,185,220).

RGB: (221,185,220) (87%, 73%, 86%)

RGB channels and saturation

R 221 of 255 = 87%
G 185 of 255 = 73%
B 220 of 255 = 86%

221
185
220

R + G + B ~ 82%. #DDB9DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 185 + 220 = 626 (100%)
R 221 of 626 ~ 35.3%
G 185 of 626 ~ 29.55%
B 220 of 626 ~ 35.14'%

%35.3
%29.55
%35.14

CMYK color model

#DDB9DC color CMYK value is (0,16,0,13).

  • cyan value is 0.00%
  • magenta value is 16.29%
  • yellow value is 0.45%
  • key color value is 13.33%

CMYK: (0,16,0,13)
C0M16Y0K13 (0%, 16%, 0%, 13%)
(0.00 / 0.16 / 0.00 / 0.13)

CMYK percentages

%0
%16.29
%0.45
%13.33

Codes

Color #DDB9DC in popluar color models

DD B9 DC
RGB 221 185 220
HSL 302° 34.62% 79.61%
HSB/HSV 302° 16.29% 86.67%
CMYK 0.00% 16.29% 0.45%
13.33%

Color #DDB9DC in popluar number systems.

HEX DD B9 DC
Decimal 221 185 220
Binary 11011101 10111001 11011100
Octal 335 271 334

Shades and tints

Shades of #DDB9DC

#DDB9DC
(221,185,220)
#C9A9C8
(201,169,200)
#B599B4
(181,153,180)
#A189A0
(161,137,160)
#8D798C
(141,121,140)
#796978
(121,105,120)
#655964
(101,89,100)
#514950
(81,73,80)
#3D393C
(61,57,60)
#292928
(41,41,40)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #DDB9DC

#DDB9DC
(221,185,220)
#E0BFDF
(224,191,223)
#E3C5E2
(227,197,226)
#E6CBE5
(230,203,229)
#E9D1E8
(233,209,232)
#ECD7EB
(236,215,235)
#EFDDEE
(239,221,238)
#F2E3F1
(242,227,241)
#F5E9F4
(245,233,244)
#F8EFF7
(248,239,247)
#FBF5FA
(251,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB9DC color. Also use rgb(221,185,220) instead hex code.

Text Font Color

.myTextColor { color: #DDB9DC; }

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

This text font color is #DDB9DC.

Background Color

.myBgColor { background-color: #DDB9DC; }

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

This div background color is #DDB9DC.

Border color

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

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

This div border color is #DDB9DC.

Opacity

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

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

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

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

This text has shadow with #DDB9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB9DC.

Preview

Color preview on black background

This text has color #DDB9DC on black background.


Color preview on white background

This text has color #DDB9DC on white background.


Black color preview on #DDB9DC background

This text has black color on #DDB9DC background.


White color preview on #DDB9DC background

This text has white color on #DDB9DC background.


Related colors

Complementary color

Complementary color for #hex is #224623.


I love getcolorcode.com

Triadic colors

1 #DCDDB9 and #B9DCDD with #DDB9DC are triadic colors.

2 #DCB9DD and #B9DDDC with #DDB9DC are triadic colors.