COLOR #DDB5DD

HEX: #DDB5DD
RGB: (221,181,221)

Color info

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

RGB color model

#DDB5DD color RGB value is (221,181,221).

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

RGB channels and saturation

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

221
181
221

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

Portions of RGB colors in percentages

R + G + B =
221 + 181 + 221 = 623 (100%)
R 221 of 623 ~ 35.47%
G 181 of 623 ~ 29.05%
B 221 of 623 ~ 35.47%

%35.47
%29.05
%35.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.10%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(0,18,0,13)
C0M18Y0K13 
(0%,18%,0%,13%)
(0.00/0.18/0.00/0.13)	

CMYK percentages

%0
%18.1
%0
%13.33

Codes

Color #DDB5DD in popluar color models

DDB5DD
RGB221181221
HSL300°37.04%78.82%
HSB/HSV300°18.10%86.67%
CMYK0.00%18.10%0.00%
13.33%

Color #DDB5DD in popluar number systems.

HEXDDB5DD
Decimal221181221
Binary110111011011010111011101
Octal335265335

Shades and tints

Shades of #DDB5DD

#DDB5DD
(221,181,221)
#C9A5C9
(201,165,201)
#B595B5
(181,149,181)
#A185A1
(161,133,161)
#8D758D
(141,117,141)
#796579
(121,101,121)
#655565
(101,85,101)
#514551
(81,69,81)
#3D353D
(61,53,61)
#292529
(41,37,41)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #DDB5DD

#DDB5DD
(221,181,221)
#E0BBE0
(224,187,224)
#E3C1E3
(227,193,227)
#E6C7E6
(230,199,230)
#E9CDE9
(233,205,233)
#ECD3EC
(236,211,236)
#EFD9EF
(239,217,239)
#F2DFF2
(242,223,242)
#F5E5F5
(245,229,245)
#F8EBF8
(248,235,248)
#FBF1FB
(251,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB5DD; }

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

This text font color is #DDB5DD.


Background Color

.myBgColor { background-color: #DDB5DD; }

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

This div background color is #DDB5DD.


Border color

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

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

This div border color is #DDB5DD.


Opacity

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

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

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

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

This text has shadow with #DDB5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB5DD on black background.


Color preview on white background

This text has color #DDB5DD on white background.



Black color preview on #DDB5DD background

This text has black color on #DDB5DD background.


White color preview on #DDB5DD background

This text has white color on #DDB5DD background.