COLOR #DDB9CE

HEX: #DDB9CE
RGB: (221,185,206)

Color info

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

RGB color model

#DDB9CE color RGB value is (221,185,206).

  • red value is 221;
  • green value is 185;
  • blue value is 206.
RGB:
(221,185,206)
(87%,73%,81%)

RGB channels and saturation

R 221 of 255 = 87%
G 185 of 255 = 73%
B 206 of 255 = 81%

221
185
206

R + G + B ~ 80%. #DDB9CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 185 + 206 = 612 (100%)
R 221 of 612 ~ 36.11%
G 185 of 612 ~ 30.23%
B 206 of 612 ~ 33.66%

%36.11
%30.23
%33.66

CMYK color model

#DDB9CE color CMYK value is (0,16,7,13).

  • cyan value is 0.00%
  • magenta value is 16.29%
  • yellow value is 6.79%
  • key color value is 13.33%
CMYK:
(0,16,7,13)
C0M16Y7K13 
(0%,16%,7%,13%)
(0.00/0.16/0.07/0.13)	

CMYK percentages

%0
%16.29
%6.79
%13.33

Codes

Color #DDB9CE in popluar color models

DDB9CE
RGB221185206
HSL325°34.62%79.61%
HSB/HSV325°16.29%86.67%
CMYK0.00%16.29%6.79%
13.33%

Color #DDB9CE in popluar number systems.

HEXDDB9CE
Decimal221185206
Binary110111011011100111001110
Octal335271316

Shades and tints

Shades of #DDB9CE

#DDB9CE
(221,185,206)
#C9A9BC
(201,169,188)
#B599AA
(181,153,170)
#A18998
(161,137,152)
#8D7986
(141,121,134)
#796974
(121,105,116)
#655962
(101,89,98)
#514950
(81,73,80)
#3D393E
(61,57,62)
#29292C
(41,41,44)
#15191A
(21,25,26)
#000000
(0,0,0)

Tints of #DDB9CE

#DDB9CE
(221,185,206)
#E0BFD2
(224,191,210)
#E3C5D6
(227,197,214)
#E6CBDA
(230,203,218)
#E9D1DE
(233,209,222)
#ECD7E2
(236,215,226)
#EFDDE6
(239,221,230)
#F2E3EA
(242,227,234)
#F5E9EE
(245,233,238)
#F8EFF2
(248,239,242)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB9CE color. Also use rgb(221,185,206) instead hex code.

Text Font Color

.myTextColor { color: #DDB9CE; }

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

This text font color is #DDB9CE.


Background Color

.myBgColor { background-color: #DDB9CE; }

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

This div background color is #DDB9CE.


Border color

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

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

This div border color is #DDB9CE.


Opacity

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

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

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

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

This text has shadow with #DDB9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB9CE on black background.


Color preview on white background

This text has color #DDB9CE on white background.



Black color preview on #DDB9CE background

This text has black color on #DDB9CE background.


White color preview on #DDB9CE background

This text has white color on #DDB9CE background.