COLOR #DDA6D0

HEX: #DDA6D0
RGB: (221,166,208)

Color info

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

RGB color model

#DDA6D0 color RGB value is (221,166,208).

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

RGB channels and saturation

R 221 of 255 = 87%
G 166 of 255 = 65%
B 208 of 255 = 82%

221
166
208

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

Portions of RGB colors in percentages

R + G + B =
221 + 166 + 208 = 595 (100%)
R 221 of 595 ~ 37.14%
G 166 of 595 ~ 27.9%
B 208 of 595 ~ 34.96%

%37.14
%27.9
%34.96

CMYK color model

#DDA6D0 color CMYK value is (0,25,6,13).

  • cyan value is 0.00%
  • magenta value is 24.89%
  • yellow value is 5.88%
  • key color value is 13.33%
CMYK:
(0,25,6,13)
C0M25Y6K13 
(0%,25%,6%,13%)
(0.00/0.25/0.06/0.13)	

CMYK percentages

%0
%24.89
%5.88
%13.33

Codes

Color #DDA6D0 in popluar color models

DDA6D0
RGB221166208
HSL314°44.72%75.88%
HSB/HSV314°24.89%86.67%
CMYK0.00%24.89%5.88%
13.33%

Color #DDA6D0 in popluar number systems.

HEXDDA6D0
Decimal221166208
Binary110111011010011011010000
Octal335246320

Shades and tints

Shades of #DDA6D0

#DDA6D0
(221,166,208)
#C997BE
(201,151,190)
#B588AC
(181,136,172)
#A1799A
(161,121,154)
#8D6A88
(141,106,136)
#795B76
(121,91,118)
#654C64
(101,76,100)
#513D52
(81,61,82)
#3D2E40
(61,46,64)
#291F2E
(41,31,46)
#15101C
(21,16,28)
#000000
(0,0,0)

Tints of #DDA6D0

#DDA6D0
(221,166,208)
#E0AED4
(224,174,212)
#E3B6D8
(227,182,216)
#E6BEDC
(230,190,220)
#E9C6E0
(233,198,224)
#ECCEE4
(236,206,228)
#EFD6E8
(239,214,232)
#F2DEEC
(242,222,236)
#F5E6F0
(245,230,240)
#F8EEF4
(248,238,244)
#FBF6F8
(251,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA6D0; }

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

This text font color is #DDA6D0.


Background Color

.myBgColor { background-color: #DDA6D0; }

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

This div background color is #DDA6D0.


Border color

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

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

This div border color is #DDA6D0.


Opacity

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

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

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

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

This text has shadow with #DDA6D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA6D0 on black background.


Color preview on white background

This text has color #DDA6D0 on white background.



Black color preview on #DDA6D0 background

This text has black color on #DDA6D0 background.


White color preview on #DDA6D0 background

This text has white color on #DDA6D0 background.