COLOR #DDA8CE

HEX: #DDA8CE
RGB: (221,168,206)

Color info

#DDA8CE contains red, green and blue colors in about the same proportion. Web safe color of #DDA8CE is #CC99CC (or #C9C).

RGB color model

#DDA8CE color RGB value is (221,168,206).

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

RGB channels and saturation

R 221 of 255 = 87%
G 168 of 255 = 66%
B 206 of 255 = 81%

221
168
206

R + G + B ~ 78%. #DDA8CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 168 + 206 = 595 (100%)
R 221 of 595 ~ 37.14%
G 168 of 595 ~ 28.24%
B 206 of 595 ~ 34.62%

%37.14
%28.24
%34.62

CMYK color model

#DDA8CE color CMYK value is (0,24,7,13).

  • cyan value is 0.00%
  • magenta value is 23.98%
  • yellow value is 6.79%
  • key color value is 13.33%
CMYK:
(0,24,7,13)
C0M24Y7K13 
(0%,24%,7%,13%)
(0.00/0.24/0.07/0.13)	

CMYK percentages

%0
%23.98
%6.79
%13.33

Codes

Color #DDA8CE in popluar color models

DDA8CE
RGB221168206
HSL317°43.80%76.27%
HSB/HSV317°23.98%86.67%
CMYK0.00%23.98%6.79%
13.33%

Color #DDA8CE in popluar number systems.

HEXDDA8CE
Decimal221168206
Binary110111011010100011001110
Octal335250316

Shades and tints

Shades of #DDA8CE

#DDA8CE
(221,168,206)
#C999BC
(201,153,188)
#B58AAA
(181,138,170)
#A17B98
(161,123,152)
#8D6C86
(141,108,134)
#795D74
(121,93,116)
#654E62
(101,78,98)
#513F50
(81,63,80)
#3D303E
(61,48,62)
#29212C
(41,33,44)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #DDA8CE

#DDA8CE
(221,168,206)
#E0AFD2
(224,175,210)
#E3B6D6
(227,182,214)
#E6BDDA
(230,189,218)
#E9C4DE
(233,196,222)
#ECCBE2
(236,203,226)
#EFD2E6
(239,210,230)
#F2D9EA
(242,217,234)
#F5E0EE
(245,224,238)
#F8E7F2
(248,231,242)
#FBEEF6
(251,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA8CE; }

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

This text font color is #DDA8CE.


Background Color

.myBgColor { background-color: #DDA8CE; }

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

This div background color is #DDA8CE.


Border color

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

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

This div border color is #DDA8CE.


Opacity

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

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

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

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

This text has shadow with #DDA8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA8CE on black background.


Color preview on white background

This text has color #DDA8CE on white background.



Black color preview on #DDA8CE background

This text has black color on #DDA8CE background.


White color preview on #DDA8CE background

This text has white color on #DDA8CE background.