COLOR #DDB7DF

HEX: #DDB7DF RGB: (221,183,223)

Color info

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

RGB color model

#DDB7DF color RGB value is (221,183,223).

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

RGB channels and saturation

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

221
183
223

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

Portions of RGB colors in percentages

R + G + B = 221 + 183 + 223 = 627 (100%)
R 221 of 627 ~ 35.25%
G 183 of 627 ~ 29.19%
B 223 of 627 ~ 35.57'%

%35.25
%29.19
%35.57

CMYK color model

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

  • cyan value is 0.90%
  • magenta value is 17.94%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (1,18,0,13)
C1M18Y0K13 (1%, 18%, 0%, 13%)
(0.01 / 0.18 / 0.00 / 0.13)

CMYK percentages

%0.9
%17.94
%0
%12.55

Codes

Color #DDB7DF in popluar color models

DD B7 DF
RGB 221 183 223
HSL 297° 38.46% 79.61%
HSB/HSV 297° 17.94% 87.45%
CMYK 0.90% 17.94% 0.00%
12.55%

Color #DDB7DF in popluar number systems.

HEX DD B7 DF
Decimal 221 183 223
Binary 11011101 10110111 11011111
Octal 335 267 337

Shades and tints

Shades of #DDB7DF

#DDB7DF
(221,183,223)
#C9A7CB
(201,167,203)
#B597B7
(181,151,183)
#A187A3
(161,135,163)
#8D778F
(141,119,143)
#79677B
(121,103,123)
#655767
(101,87,103)
#514753
(81,71,83)
#3D373F
(61,55,63)
#29272B
(41,39,43)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #DDB7DF

#DDB7DF
(221,183,223)
#E0BDE1
(224,189,225)
#E3C3E3
(227,195,227)
#E6C9E5
(230,201,229)
#E9CFE7
(233,207,231)
#ECD5E9
(236,213,233)
#EFDBEB
(239,219,235)
#F2E1ED
(242,225,237)
#F5E7EF
(245,231,239)
#F8EDF1
(248,237,241)
#FBF3F3
(251,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB7DF; }

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

This text font color is #DDB7DF.

Background Color

.myBgColor { background-color: #DDB7DF; }

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

This div background color is #DDB7DF.

Border color

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

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

This div border color is #DDB7DF.

Opacity

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

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

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

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

This text has shadow with #DDB7DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB7DF.

Preview

Color preview on black background

This text has color #DDB7DF on black background.


Color preview on white background

This text has color #DDB7DF on white background.


Black color preview on #DDB7DF background

This text has black color on #DDB7DF background.


White color preview on #DDB7DF background

This text has white color on #DDB7DF background.


Related colors

Complementary color

Complementary color for #hex is #224820.


I love getcolorcode.com

Triadic colors

1 #DFDDB7 and #B7DFDD with #DDB7DF are triadic colors.

2 #DFB7DD and #B7DDDF with #DDB7DF are triadic colors.