COLOR #DDBBD7

HEX: #DDBBD7
RGB: (221,187,215)

Color info

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

RGB color model

#DDBBD7 color RGB value is (221,187,215).

  • red value is 221;
  • green value is 187;
  • blue value is 215.
RGB:
(221,187,215)
(87%,73%,84%)

RGB channels and saturation

R 221 of 255 = 87%
G 187 of 255 = 73%
B 215 of 255 = 84%

221
187
215

R + G + B ~ 81%. #DDBBD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 187 + 215 = 623 (100%)
R 221 of 623 ~ 35.47%
G 187 of 623 ~ 30.02%
B 215 of 623 ~ 34.51%

%35.47
%30.02
%34.51

CMYK color model

#DDBBD7 color CMYK value is (0,15,3,13).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 2.71%
  • key color value is 13.33%
CMYK:
(0,15,3,13)
C0M15Y3K13 
(0%,15%,3%,13%)
(0.00/0.15/0.03/0.13)	

CMYK percentages

%0
%15.38
%2.71
%13.33

Codes

Color #DDBBD7 in popluar color models

DDBBD7
RGB221187215
HSL311°33.33%80.00%
HSB/HSV311°15.38%86.67%
CMYK0.00%15.38%2.71%
13.33%

Color #DDBBD7 in popluar number systems.

HEXDDBBD7
Decimal221187215
Binary110111011011101111010111
Octal335273327

Shades and tints

Shades of #DDBBD7

#DDBBD7
(221,187,215)
#C9AAC4
(201,170,196)
#B599B1
(181,153,177)
#A1889E
(161,136,158)
#8D778B
(141,119,139)
#796678
(121,102,120)
#655565
(101,85,101)
#514452
(81,68,82)
#3D333F
(61,51,63)
#29222C
(41,34,44)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #DDBBD7

#DDBBD7
(221,187,215)
#E0C1DA
(224,193,218)
#E3C7DD
(227,199,221)
#E6CDE0
(230,205,224)
#E9D3E3
(233,211,227)
#ECD9E6
(236,217,230)
#EFDFE9
(239,223,233)
#F2E5EC
(242,229,236)
#F5EBEF
(245,235,239)
#F8F1F2
(248,241,242)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBBD7; }

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

This text font color is #DDBBD7.


Background Color

.myBgColor { background-color: #DDBBD7; }

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

This div background color is #DDBBD7.


Border color

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

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

This div border color is #DDBBD7.


Opacity

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

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

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

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

This text has shadow with #DDBBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDBBD7 on black background.


Color preview on white background

This text has color #DDBBD7 on white background.



Black color preview on #DDBBD7 background

This text has black color on #DDBBD7 background.


White color preview on #DDBBD7 background

This text has white color on #DDBBD7 background.