COLOR #DDA0C2

HEX: #DDA0C2 RGB: (221,160,194)

Color info

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

RGB color model

#DDA0C2 color RGB value is (221,160,194).

RGB: (221,160,194) (87%, 63%, 76%)

RGB channels and saturation

R 221 of 255 = 87%
G 160 of 255 = 63%
B 194 of 255 = 76%

221
160
194

R + G + B ~ 75%. #DDA0C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 160 + 194 = 575 (100%)
R 221 of 575 ~ 38.43%
G 160 of 575 ~ 27.83%
B 194 of 575 ~ 33.74'%

%38.43
%27.83
%33.74

CMYK color model

#DDA0C2 color CMYK value is (0,28,12,13).

  • cyan value is 0.00%
  • magenta value is 27.60%
  • yellow value is 12.22%
  • key color value is 13.33%

CMYK: (0,28,12,13)
C0M28Y12K13 (0%, 28%, 12%, 13%)
(0.00 / 0.28 / 0.12 / 0.13)

CMYK percentages

%0
%27.6
%12.22
%13.33

Codes

Color #DDA0C2 in popluar color models

DD A0 C2
RGB 221 160 194
HSL 327° 47.29% 74.71%
HSB/HSV 327° 27.60% 86.67%
CMYK 0.00% 27.60% 12.22%
13.33%

Color #DDA0C2 in popluar number systems.

HEX DD A0 C2
Decimal 221 160 194
Binary 11011101 10100000 11000010
Octal 335 240 302

Shades and tints

Shades of #DDA0C2

#DDA0C2
(221,160,194)
#C992B1
(201,146,177)
#B584A0
(181,132,160)
#A1768F
(161,118,143)
#8D687E
(141,104,126)
#795A6D
(121,90,109)
#654C5C
(101,76,92)
#513E4B
(81,62,75)
#3D303A
(61,48,58)
#292229
(41,34,41)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #DDA0C2

#DDA0C2
(221,160,194)
#E0A8C7
(224,168,199)
#E3B0CC
(227,176,204)
#E6B8D1
(230,184,209)
#E9C0D6
(233,192,214)
#ECC8DB
(236,200,219)
#EFD0E0
(239,208,224)
#F2D8E5
(242,216,229)
#F5E0EA
(245,224,234)
#F8E8EF
(248,232,239)
#FBF0F4
(251,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA0C2; }

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

This text font color is #DDA0C2.

Background Color

.myBgColor { background-color: #DDA0C2; }

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

This div background color is #DDA0C2.

Border color

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

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

This div border color is #DDA0C2.

Opacity

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

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

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

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

This text has shadow with #DDA0C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDA0C2.

Preview

Color preview on black background

This text has color #DDA0C2 on black background.


Color preview on white background

This text has color #DDA0C2 on white background.


Black color preview on #DDA0C2 background

This text has black color on #DDA0C2 background.


White color preview on #DDA0C2 background

This text has white color on #DDA0C2 background.


Related colors

Complementary color

Complementary color for #hex is #225F3D.


I love getcolorcode.com

Triadic colors

1 #C2DDA0 and #A0C2DD with #DDA0C2 are triadic colors.

2 #C2A0DD and #A0DDC2 with #DDA0C2 are triadic colors.