COLOR #DDB5D9

HEX: #DDB5D9 RGB: (221,181,217)

Color info

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

RGB color model

#DDB5D9 color RGB value is (221,181,217).

RGB: (221,181,217) (87%, 71%, 85%)

RGB channels and saturation

R 221 of 255 = 87%
G 181 of 255 = 71%
B 217 of 255 = 85%

221
181
217

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

Portions of RGB colors in percentages

R + G + B = 221 + 181 + 217 = 619 (100%)
R 221 of 619 ~ 35.7%
G 181 of 619 ~ 29.24%
B 217 of 619 ~ 35.06'%

%35.7
%29.24
%35.06

CMYK color model

#DDB5D9 color CMYK value is (0,18,2,13).

  • cyan value is 0.00%
  • magenta value is 18.10%
  • yellow value is 1.81%
  • key color value is 13.33%

CMYK: (0,18,2,13)
C0M18Y2K13 (0%, 18%, 2%, 13%)
(0.00 / 0.18 / 0.02 / 0.13)

CMYK percentages

%0
%18.1
%1.81
%13.33

Codes

Color #DDB5D9 in popluar color models

DD B5 D9
RGB 221 181 217
HSL 306° 37.04% 78.82%
HSB/HSV 306° 18.10% 86.67%
CMYK 0.00% 18.10% 1.81%
13.33%

Color #DDB5D9 in popluar number systems.

HEX DD B5 D9
Decimal 221 181 217
Binary 11011101 10110101 11011001
Octal 335 265 331

Shades and tints

Shades of #DDB5D9

#DDB5D9
(221,181,217)
#C9A5C6
(201,165,198)
#B595B3
(181,149,179)
#A185A0
(161,133,160)
#8D758D
(141,117,141)
#79657A
(121,101,122)
#655567
(101,85,103)
#514554
(81,69,84)
#3D3541
(61,53,65)
#29252E
(41,37,46)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #DDB5D9

#DDB5D9
(221,181,217)
#E0BBDC
(224,187,220)
#E3C1DF
(227,193,223)
#E6C7E2
(230,199,226)
#E9CDE5
(233,205,229)
#ECD3E8
(236,211,232)
#EFD9EB
(239,217,235)
#F2DFEE
(242,223,238)
#F5E5F1
(245,229,241)
#F8EBF4
(248,235,244)
#FBF1F7
(251,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB5D9 color. Also use rgb(221,181,217) instead hex code.

Text Font Color

.myTextColor { color: #DDB5D9; }

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

This text font color is #DDB5D9.

Background Color

.myBgColor { background-color: #DDB5D9; }

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

This div background color is #DDB5D9.

Border color

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

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

This div border color is #DDB5D9.

Opacity

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

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

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

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

This text has shadow with #DDB5D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB5D9.

Preview

Color preview on black background

This text has color #DDB5D9 on black background.


Color preview on white background

This text has color #DDB5D9 on white background.


Black color preview on #DDB5D9 background

This text has black color on #DDB5D9 background.


White color preview on #DDB5D9 background

This text has white color on #DDB5D9 background.


Related colors

Complementary color

Complementary color for #hex is #224A26.


I love getcolorcode.com

Triadic colors

1 #D9DDB5 and #B5D9DD with #DDB5D9 are triadic colors.

2 #D9B5DD and #B5DDD9 with #DDB5D9 are triadic colors.