COLOR #DDB7DD

HEX: #DDB7DD RGB: (221,183,221)

Color info

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

RGB color model

#DDB7DD color RGB value is (221,183,221).

RGB: (221,183,221) (87%, 72%, 87%)

RGB channels and saturation

R 221 of 255 = 87%
G 183 of 255 = 72%
B 221 of 255 = 87%

221
183
221

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

Portions of RGB colors in percentages

R + G + B = 221 + 183 + 221 = 625 (100%)
R 221 of 625 ~ 35.36%
G 183 of 625 ~ 29.28%
B 221 of 625 ~ 35.36'%

%35.36
%29.28
%35.36

CMYK color model

#DDB7DD color CMYK value is (0,17,0,13).

  • cyan value is 0.00%
  • magenta value is 17.19%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (0,17,0,13) C0M17Y0K13 (0%,17%,0%,13%) (0.00/0.17/0.00/0.13) 

CMYK percentages

%0
%17.19
%0
%13.33

Codes

Color #DDB7DD in popluar color models

DD B7 DD
RGB 221 183 221
HSL 300° 35.85% 79.22%
HSB/HSV 300° 17.19% 86.67%
CMYK 0.00% 17.19% 0.00%
13.33%

Color #DDB7DD in popluar number systems.

HEX DD B7 DD
Decimal 221 183 221
Binary 11011101 10110111 11011101
Octal 335 267 335

Shades and tints

Shades of #DDB7DD

#DDB7DD
(221,183,221)
#C9A7C9
(201,167,201)
#B597B5
(181,151,181)
#A187A1
(161,135,161)
#8D778D
(141,119,141)
#796779
(121,103,121)
#655765
(101,87,101)
#514751
(81,71,81)
#3D373D
(61,55,61)
#292729
(41,39,41)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #DDB7DD

#DDB7DD
(221,183,221)
#E0BDE0
(224,189,224)
#E3C3E3
(227,195,227)
#E6C9E6
(230,201,230)
#E9CFE9
(233,207,233)
#ECD5EC
(236,213,236)
#EFDBEF
(239,219,239)
#F2E1F2
(242,225,242)
#F5E7F5
(245,231,245)
#F8EDF8
(248,237,248)
#FBF3FB
(251,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB7DD; }

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

This text font color is #DDB7DD.

Background Color

.myBgColor { background-color: #DDB7DD; }

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

This div background color is #DDB7DD.

Border color

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

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

This div border color is #DDB7DD.

Opacity

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

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

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

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

This text has shadow with #DDB7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB7DD.

Preview

Color preview on black background

This text has color #DDB7DD on black background.


Color preview on white background

This text has color #DDB7DD on white background.


Black color preview on #DDB7DD background

This text has black color on #DDB7DD background.


White color preview on #DDB7DD background

This text has white color on #DDB7DD background.


Related colors

Complementary color

Complementary color for #hex is #224822.


I love getcolorcode.com

Triadic colors

1 #DDDDB7 and #B7DDDD with #DDB7DD are triadic colors.

2 #DDB7DD and #B7DDDD with #DDB7DD are triadic colors.