COLOR #DDA6C8

HEX: #DDA6C8
RGB: (221,166,200)

Color info

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

RGB color model

#DDA6C8 color RGB value is (221,166,200).

  • red value is 221;
  • green value is 166;
  • blue value is 200.
RGB:
(221,166,200)
(87%,65%,78%)

RGB channels and saturation

R 221 of 255 = 87%
G 166 of 255 = 65%
B 200 of 255 = 78%

221
166
200

R + G + B ~ 77%. #DDA6C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 166 + 200 = 587 (100%)
R 221 of 587 ~ 37.65%
G 166 of 587 ~ 28.28%
B 200 of 587 ~ 34.07%

%37.65
%28.28
%34.07

CMYK color model

#DDA6C8 color CMYK value is (0,25,10,13).

  • cyan value is 0.00%
  • magenta value is 24.89%
  • yellow value is 9.50%
  • key color value is 13.33%
CMYK:
(0,25,10,13)
C0M25Y10K13 
(0%,25%,10%,13%)
(0.00/0.25/0.10/0.13)	

CMYK percentages

%0
%24.89
%9.5
%13.33

Codes

Color #DDA6C8 in popluar color models

DDA6C8
RGB221166200
HSL323°44.72%75.88%
HSB/HSV323°24.89%86.67%
CMYK0.00%24.89%9.50%
13.33%

Color #DDA6C8 in popluar number systems.

HEXDDA6C8
Decimal221166200
Binary110111011010011011001000
Octal335246310

Shades and tints

Shades of #DDA6C8

#DDA6C8
(221,166,200)
#C997B6
(201,151,182)
#B588A4
(181,136,164)
#A17992
(161,121,146)
#8D6A80
(141,106,128)
#795B6E
(121,91,110)
#654C5C
(101,76,92)
#513D4A
(81,61,74)
#3D2E38
(61,46,56)
#291F26
(41,31,38)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #DDA6C8

#DDA6C8
(221,166,200)
#E0AECD
(224,174,205)
#E3B6D2
(227,182,210)
#E6BED7
(230,190,215)
#E9C6DC
(233,198,220)
#ECCEE1
(236,206,225)
#EFD6E6
(239,214,230)
#F2DEEB
(242,222,235)
#F5E6F0
(245,230,240)
#F8EEF5
(248,238,245)
#FBF6FA
(251,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA6C8 color. Also use rgb(221,166,200) instead hex code.

Text Font Color

.myTextColor { color: #DDA6C8; }

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

This text font color is #DDA6C8.


Background Color

.myBgColor { background-color: #DDA6C8; }

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

This div background color is #DDA6C8.


Border color

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

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

This div border color is #DDA6C8.


Opacity

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

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

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

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

This text has shadow with #DDA6C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA6C8 on black background.


Color preview on white background

This text has color #DDA6C8 on white background.



Black color preview on #DDA6C8 background

This text has black color on #DDA6C8 background.


White color preview on #DDA6C8 background

This text has white color on #DDA6C8 background.