COLOR #DDBCD7

HEX: #DDBCD7
RGB: (221,188,215)

Color info

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

RGB color model

#DDBCD7 color RGB value is (221,188,215).

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

RGB channels and saturation

R 221 of 255 = 87%
G 188 of 255 = 74%
B 215 of 255 = 84%

221
188
215

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

Portions of RGB colors in percentages

R + G + B =
221 + 188 + 215 = 624 (100%)
R 221 of 624 ~ 35.42%
G 188 of 624 ~ 30.13%
B 215 of 624 ~ 34.46%

%35.42
%30.13
%34.46

CMYK color model

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

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

Codes

Color #DDBCD7 in popluar color models

DDBCD7
RGB221188215
HSL311°32.67%80.20%
HSB/HSV311°14.93%86.67%
CMYK0.00%14.93%2.71%
13.33%

Color #DDBCD7 in popluar number systems.

HEXDDBCD7
Decimal221188215
Binary110111011011110011010111
Octal335274327

Shades and tints

Shades of #DDBCD7

#DDBCD7
(221,188,215)
#C9ABC4
(201,171,196)
#B59AB1
(181,154,177)
#A1899E
(161,137,158)
#8D788B
(141,120,139)
#796778
(121,103,120)
#655665
(101,86,101)
#514552
(81,69,82)
#3D343F
(61,52,63)
#29232C
(41,35,44)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #DDBCD7

#DDBCD7
(221,188,215)
#E0C2DA
(224,194,218)
#E3C8DD
(227,200,221)
#E6CEE0
(230,206,224)
#E9D4E3
(233,212,227)
#ECDAE6
(236,218,230)
#EFE0E9
(239,224,233)
#F2E6EC
(242,230,236)
#F5ECEF
(245,236,239)
#F8F2F2
(248,242,242)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBCD7; }

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

This text font color is #DDBCD7.


Background Color

.myBgColor { background-color: #DDBCD7; }

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

This div background color is #DDBCD7.


Border color

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

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

This div border color is #DDBCD7.


Opacity

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

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

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

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

This text has shadow with #DDBCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDBCD7 on black background.


Color preview on white background

This text has color #DDBCD7 on white background.



Black color preview on #DDBCD7 background

This text has black color on #DDBCD7 background.


White color preview on #DDBCD7 background

This text has white color on #DDBCD7 background.