COLOR #DDA0C6

HEX: #DDA0C6
RGB: (221,160,198)

Color info

#DDA0C6 contains mainly red and blue colors. Web safe color of #DDA0C6 is #CC99CC (or #C9C).

RGB color model

#DDA0C6 color RGB value is (221,160,198).

  • red value is 221;
  • green value is 160;
  • blue value is 198.
RGB:
(221,160,198)
(87%,63%,78%)

RGB channels and saturation

R 221 of 255 = 87%
G 160 of 255 = 63%
B 198 of 255 = 78%

221
160
198

R + G + B ~ 76%. #DDA0C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 160 + 198 = 579 (100%)
R 221 of 579 ~ 38.17%
G 160 of 579 ~ 27.63%
B 198 of 579 ~ 34.2%

%38.17
%27.63
%34.2

CMYK color model

#DDA0C6 color CMYK value is (0,28,10,13).

  • cyan value is 0.00%
  • magenta value is 27.60%
  • yellow value is 10.41%
  • key color value is 13.33%
CMYK:
(0,28,10,13)
C0M28Y10K13 
(0%,28%,10%,13%)
(0.00/0.28/0.10/0.13)	

CMYK percentages

%0
%27.6
%10.41
%13.33

Codes

Color #DDA0C6 in popluar color models

DDA0C6
RGB221160198
HSL323°47.29%74.71%
HSB/HSV323°27.60%86.67%
CMYK0.00%27.60%10.41%
13.33%

Color #DDA0C6 in popluar number systems.

HEXDDA0C6
Decimal221160198
Binary110111011010000011000110
Octal335240306

Shades and tints

Shades of #DDA0C6

#DDA0C6
(221,160,198)
#C992B4
(201,146,180)
#B584A2
(181,132,162)
#A17690
(161,118,144)
#8D687E
(141,104,126)
#795A6C
(121,90,108)
#654C5A
(101,76,90)
#513E48
(81,62,72)
#3D3036
(61,48,54)
#292224
(41,34,36)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #DDA0C6

#DDA0C6
(221,160,198)
#E0A8CB
(224,168,203)
#E3B0D0
(227,176,208)
#E6B8D5
(230,184,213)
#E9C0DA
(233,192,218)
#ECC8DF
(236,200,223)
#EFD0E4
(239,208,228)
#F2D8E9
(242,216,233)
#F5E0EE
(245,224,238)
#F8E8F3
(248,232,243)
#FBF0F8
(251,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA0C6 color. Also use rgb(221,160,198) instead hex code.

Text Font Color

.myTextColor { color: #DDA0C6; }

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

This text font color is #DDA0C6.


Background Color

.myBgColor { background-color: #DDA0C6; }

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

This div background color is #DDA0C6.


Border color

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

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

This div border color is #DDA0C6.


Opacity

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

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

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

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

This text has shadow with #DDA0C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA0C6 on black background.


Color preview on white background

This text has color #DDA0C6 on white background.



Black color preview on #DDA0C6 background

This text has black color on #DDA0C6 background.


White color preview on #DDA0C6 background

This text has white color on #DDA0C6 background.