COLOR #DDBDD9

HEX: #DDBDD9
RGB: (221,189,217)

Color info

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

RGB color model

#DDBDD9 color RGB value is (221,189,217).

  • red value is 221;
  • green value is 189;
  • blue value is 217.
RGB:
(221,189,217)
(87%,74%,85%)

RGB channels and saturation

R 221 of 255 = 87%
G 189 of 255 = 74%
B 217 of 255 = 85%

221
189
217

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

Portions of RGB colors in percentages

R + G + B =
221 + 189 + 217 = 627 (100%)
R 221 of 627 ~ 35.25%
G 189 of 627 ~ 30.14%
B 217 of 627 ~ 34.61%

%35.25
%30.14
%34.61

CMYK color model

#DDBDD9 color CMYK value is (0,14,2,13).

  • cyan value is 0.00%
  • magenta value is 14.48%
  • yellow value is 1.81%
  • key color value is 13.33%
CMYK:
(0,14,2,13)
C0M14Y2K13 
(0%,14%,2%,13%)
(0.00/0.14/0.02/0.13)	

CMYK percentages

%0
%14.48
%1.81
%13.33

Codes

Color #DDBDD9 in popluar color models

DDBDD9
RGB221189217
HSL308°32.00%80.39%
HSB/HSV308°14.48%86.67%
CMYK0.00%14.48%1.81%
13.33%

Color #DDBDD9 in popluar number systems.

HEXDDBDD9
Decimal221189217
Binary110111011011110111011001
Octal335275331

Shades and tints

Shades of #DDBDD9

#DDBDD9
(221,189,217)
#C9ACC6
(201,172,198)
#B59BB3
(181,155,179)
#A18AA0
(161,138,160)
#8D798D
(141,121,141)
#79687A
(121,104,122)
#655767
(101,87,103)
#514654
(81,70,84)
#3D3541
(61,53,65)
#29242E
(41,36,46)
#15131B
(21,19,27)
#000000
(0,0,0)

Tints of #DDBDD9

#DDBDD9
(221,189,217)
#E0C3DC
(224,195,220)
#E3C9DF
(227,201,223)
#E6CFE2
(230,207,226)
#E9D5E5
(233,213,229)
#ECDBE8
(236,219,232)
#EFE1EB
(239,225,235)
#F2E7EE
(242,231,238)
#F5EDF1
(245,237,241)
#F8F3F4
(248,243,244)
#FBF9F7
(251,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBDD9; }

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

This text font color is #DDBDD9.


Background Color

.myBgColor { background-color: #DDBDD9; }

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

This div background color is #DDBDD9.


Border color

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

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

This div border color is #DDBDD9.


Opacity

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

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

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

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

This text has shadow with #DDBDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDBDD9 on black background.


Color preview on white background

This text has color #DDBDD9 on white background.



Black color preview on #DDBDD9 background

This text has black color on #DDBDD9 background.


White color preview on #DDBDD9 background

This text has white color on #DDBDD9 background.