COLOR #DDB6DD

HEX: #DDB6DD
RGB: (221,182,221)

Color info

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

RGB color model

#DDB6DD color RGB value is (221,182,221).

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

RGB channels and saturation

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

221
182
221

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

Portions of RGB colors in percentages

R + G + B =
221 + 182 + 221 = 624 (100%)
R 221 of 624 ~ 35.42%
G 182 of 624 ~ 29.17%
B 221 of 624 ~ 35.42%

%35.42
%29.17
%35.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.65%
  • 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
%17.65
%0
%13.33

Codes

Color #DDB6DD in popluar color models

DDB6DD
RGB221182221
HSL300°36.45%79.02%
HSB/HSV300°17.65%86.67%
CMYK0.00%17.65%0.00%
13.33%

Color #DDB6DD in popluar number systems.

HEXDDB6DD
Decimal221182221
Binary110111011011011011011101
Octal335266335

Shades and tints

Shades of #DDB6DD

#DDB6DD
(221,182,221)
#C9A6C9
(201,166,201)
#B596B5
(181,150,181)
#A186A1
(161,134,161)
#8D768D
(141,118,141)
#796679
(121,102,121)
#655665
(101,86,101)
#514651
(81,70,81)
#3D363D
(61,54,61)
#292629
(41,38,41)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #DDB6DD

#DDB6DD
(221,182,221)
#E0BCE0
(224,188,224)
#E3C2E3
(227,194,227)
#E6C8E6
(230,200,230)
#E9CEE9
(233,206,233)
#ECD4EC
(236,212,236)
#EFDAEF
(239,218,239)
#F2E0F2
(242,224,242)
#F5E6F5
(245,230,245)
#F8ECF8
(248,236,248)
#FBF2FB
(251,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB6DD; }

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

This text font color is #DDB6DD.


Background Color

.myBgColor { background-color: #DDB6DD; }

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

This div background color is #DDB6DD.


Border color

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

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

This div border color is #DDB6DD.


Opacity

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

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

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

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

This text has shadow with #DDB6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB6DD on black background.


Color preview on white background

This text has color #DDB6DD on white background.



Black color preview on #DDB6DD background

This text has black color on #DDB6DD background.


White color preview on #DDB6DD background

This text has white color on #DDB6DD background.