COLOR #DDBDC5

HEX: #DDBDC5
RGB: (221,189,197)

Color info

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

RGB color model

#DDBDC5 color RGB value is (221,189,197).

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

RGB channels and saturation

R 221 of 255 = 87%
G 189 of 255 = 74%
B 197 of 255 = 77%

221
189
197

R + G + B ~ 79%. #DDBDC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 189 + 197 = 607 (100%)
R 221 of 607 ~ 36.41%
G 189 of 607 ~ 31.14%
B 197 of 607 ~ 32.45%

%36.41
%31.14
%32.45

CMYK color model

#DDBDC5 color CMYK value is (0,14,11,13).

  • cyan value is 0.00%
  • magenta value is 14.48%
  • yellow value is 10.86%
  • key color value is 13.33%
CMYK:
(0,14,11,13)
C0M14Y11K13 
(0%,14%,11%,13%)
(0.00/0.14/0.11/0.13)	

CMYK percentages

%0
%14.48
%10.86
%13.33

Codes

Color #DDBDC5 in popluar color models

DDBDC5
RGB221189197
HSL345°32.00%80.39%
HSB/HSV345°14.48%86.67%
CMYK0.00%14.48%10.86%
13.33%

Color #DDBDC5 in popluar number systems.

HEXDDBDC5
Decimal221189197
Binary110111011011110111000101
Octal335275305

Shades and tints

Shades of #DDBDC5

#DDBDC5
(221,189,197)
#C9ACB4
(201,172,180)
#B59BA3
(181,155,163)
#A18A92
(161,138,146)
#8D7981
(141,121,129)
#796870
(121,104,112)
#65575F
(101,87,95)
#51464E
(81,70,78)
#3D353D
(61,53,61)
#29242C
(41,36,44)
#15131B
(21,19,27)
#000000
(0,0,0)

Tints of #DDBDC5

#DDBDC5
(221,189,197)
#E0C3CA
(224,195,202)
#E3C9CF
(227,201,207)
#E6CFD4
(230,207,212)
#E9D5D9
(233,213,217)
#ECDBDE
(236,219,222)
#EFE1E3
(239,225,227)
#F2E7E8
(242,231,232)
#F5EDED
(245,237,237)
#F8F3F2
(248,243,242)
#FBF9F7
(251,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBDC5; }

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

This text font color is #DDBDC5.


Background Color

.myBgColor { background-color: #DDBDC5; }

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

This div background color is #DDBDC5.


Border color

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

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

This div border color is #DDBDC5.


Opacity

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

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

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

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

This text has shadow with #DDBDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDBDC5 on black background.


Color preview on white background

This text has color #DDBDC5 on white background.



Black color preview on #DDBDC5 background

This text has black color on #DDBDC5 background.


White color preview on #DDBDC5 background

This text has white color on #DDBDC5 background.