COLOR #DDB9DB

HEX: #DDB9DB RGB: (221,185,219)

Color info

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

RGB color model

#DDB9DB color RGB value is (221,185,219).

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

RGB channels and saturation

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

221
185
219

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

Portions of RGB colors in percentages

R + G + B = 221 + 185 + 219 = 625 (100%)
R 221 of 625 ~ 35.36%
G 185 of 625 ~ 29.6%
B 219 of 625 ~ 35.04'%

%35.36
%29.6
%35.04

CMYK color model

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

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

CMYK: (0,16,1,13)
C0M16Y1K13 (0%, 16%, 1%, 13%)
(0.00 / 0.16 / 0.01 / 0.13)

CMYK percentages

%0
%16.29
%0.9
%13.33

Codes

Color #DDB9DB in popluar color models

DD B9 DB
RGB 221 185 219
HSL 303° 34.62% 79.61%
HSB/HSV 303° 16.29% 86.67%
CMYK 0.00% 16.29% 0.90%
13.33%

Color #DDB9DB in popluar number systems.

HEX DD B9 DB
Decimal 221 185 219
Binary 11011101 10111001 11011011
Octal 335 271 333

Shades and tints

Shades of #DDB9DB

#DDB9DB
(221,185,219)
#C9A9C8
(201,169,200)
#B599B5
(181,153,181)
#A189A2
(161,137,162)
#8D798F
(141,121,143)
#79697C
(121,105,124)
#655969
(101,89,105)
#514956
(81,73,86)
#3D3943
(61,57,67)
#292930
(41,41,48)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #DDB9DB

#DDB9DB
(221,185,219)
#E0BFDE
(224,191,222)
#E3C5E1
(227,197,225)
#E6CBE4
(230,203,228)
#E9D1E7
(233,209,231)
#ECD7EA
(236,215,234)
#EFDDED
(239,221,237)
#F2E3F0
(242,227,240)
#F5E9F3
(245,233,243)
#F8EFF6
(248,239,246)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB9DB; }

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

This text font color is #DDB9DB.

Background Color

.myBgColor { background-color: #DDB9DB; }

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

This div background color is #DDB9DB.

Border color

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

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

This div border color is #DDB9DB.

Opacity

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

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

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

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

This text has shadow with #DDB9DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB9DB.

Preview

Color preview on black background

This text has color #DDB9DB on black background.


Color preview on white background

This text has color #DDB9DB on white background.


Black color preview on #DDB9DB background

This text has black color on #DDB9DB background.


White color preview on #DDB9DB background

This text has white color on #DDB9DB background.


Related colors

Complementary color

Complementary color for #hex is #224624.


I love getcolorcode.com

Triadic colors

1 #DBDDB9 and #B9DBDD with #DDB9DB are triadic colors.

2 #DBB9DD and #B9DDDB with #DDB9DB are triadic colors.