COLOR #DDB6CD

HEX: #DDB6CD
RGB: (221,182,205)

Color info

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

RGB color model

#DDB6CD color RGB value is (221,182,205).

  • red value is 221;
  • green value is 182;
  • blue value is 205.
RGB:
(221,182,205)
(87%,71%,80%)

RGB channels and saturation

R 221 of 255 = 87%
G 182 of 255 = 71%
B 205 of 255 = 80%

221
182
205

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

Portions of RGB colors in percentages

R + G + B =
221 + 182 + 205 = 608 (100%)
R 221 of 608 ~ 36.35%
G 182 of 608 ~ 29.93%
B 205 of 608 ~ 33.72%

%36.35
%29.93
%33.72

CMYK color model

#DDB6CD color CMYK value is (0,18,7,13).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 7.24%
  • key color value is 13.33%
CMYK:
(0,18,7,13)
C0M18Y7K13 
(0%,18%,7%,13%)
(0.00/0.18/0.07/0.13)	

CMYK percentages

%0
%17.65
%7.24
%13.33

Codes

Color #DDB6CD in popluar color models

DDB6CD
RGB221182205
HSL325°36.45%79.02%
HSB/HSV325°17.65%86.67%
CMYK0.00%17.65%7.24%
13.33%

Color #DDB6CD in popluar number systems.

HEXDDB6CD
Decimal221182205
Binary110111011011011011001101
Octal335266315

Shades and tints

Shades of #DDB6CD

#DDB6CD
(221,182,205)
#C9A6BB
(201,166,187)
#B596A9
(181,150,169)
#A18697
(161,134,151)
#8D7685
(141,118,133)
#796673
(121,102,115)
#655661
(101,86,97)
#51464F
(81,70,79)
#3D363D
(61,54,61)
#29262B
(41,38,43)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #DDB6CD

#DDB6CD
(221,182,205)
#E0BCD1
(224,188,209)
#E3C2D5
(227,194,213)
#E6C8D9
(230,200,217)
#E9CEDD
(233,206,221)
#ECD4E1
(236,212,225)
#EFDAE5
(239,218,229)
#F2E0E9
(242,224,233)
#F5E6ED
(245,230,237)
#F8ECF1
(248,236,241)
#FBF2F5
(251,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB6CD color. Also use rgb(221,182,205) instead hex code.

Text Font Color

.myTextColor { color: #DDB6CD; }

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

This text font color is #DDB6CD.


Background Color

.myBgColor { background-color: #DDB6CD; }

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

This div background color is #DDB6CD.


Border color

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

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

This div border color is #DDB6CD.


Opacity

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

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

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

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

This text has shadow with #DDB6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB6CD on black background.


Color preview on white background

This text has color #DDB6CD on white background.



Black color preview on #DDB6CD background

This text has black color on #DDB6CD background.


White color preview on #DDB6CD background

This text has white color on #DDB6CD background.