COLOR #DDA3C6

HEX: #DDA3C6 RGB: (221,163,198)

Color info

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

RGB color model

#DDA3C6 color RGB value is (221,163,198).

RGB: (221,163,198) (87%, 64%, 78%)

RGB channels and saturation

R 221 of 255 = 87%
G 163 of 255 = 64%
B 198 of 255 = 78%

221
163
198

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

Portions of RGB colors in percentages

R + G + B = 221 + 163 + 198 = 582 (100%)
R 221 of 582 ~ 37.97%
G 163 of 582 ~ 28.01%
B 198 of 582 ~ 34.02'%

%37.97
%28.01
%34.02

CMYK color model

#DDA3C6 color CMYK value is (0,26,10,13).

  • cyan value is 0.00%
  • magenta value is 26.24%
  • yellow value is 10.41%
  • key color value is 13.33%

CMYK: (0,26,10,13)
C0M26Y10K13 (0%, 26%, 10%, 13%)
(0.00 / 0.26 / 0.10 / 0.13)

CMYK percentages

%0
%26.24
%10.41
%13.33

Codes

Color #DDA3C6 in popluar color models

DD A3 C6
RGB 221 163 198
HSL 324° 46.03% 75.29%
HSB/HSV 324° 26.24% 86.67%
CMYK 0.00% 26.24% 10.41%
13.33%

Color #DDA3C6 in popluar number systems.

HEX DD A3 C6
Decimal 221 163 198
Binary 11011101 10100011 11000110
Octal 335 243 306

Shades and tints

Shades of #DDA3C6

#DDA3C6
(221,163,198)
#C995B4
(201,149,180)
#B587A2
(181,135,162)
#A17990
(161,121,144)
#8D6B7E
(141,107,126)
#795D6C
(121,93,108)
#654F5A
(101,79,90)
#514148
(81,65,72)
#3D3336
(61,51,54)
#292524
(41,37,36)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #DDA3C6

#DDA3C6
(221,163,198)
#E0ABCB
(224,171,203)
#E3B3D0
(227,179,208)
#E6BBD5
(230,187,213)
#E9C3DA
(233,195,218)
#ECCBDF
(236,203,223)
#EFD3E4
(239,211,228)
#F2DBE9
(242,219,233)
#F5E3EE
(245,227,238)
#F8EBF3
(248,235,243)
#FBF3F8
(251,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA3C6; }

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

This text font color is #DDA3C6.

Background Color

.myBgColor { background-color: #DDA3C6; }

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

This div background color is #DDA3C6.

Border color

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

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

This div border color is #DDA3C6.

Opacity

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

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

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

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

This text has shadow with #DDA3C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDA3C6.

Preview

Color preview on black background

This text has color #DDA3C6 on black background.


Color preview on white background

This text has color #DDA3C6 on white background.


Black color preview on #DDA3C6 background

This text has black color on #DDA3C6 background.


White color preview on #DDA3C6 background

This text has white color on #DDA3C6 background.


Related colors

Complementary color

Complementary color for #hex is #225C39.


I love getcolorcode.com

Triadic colors

1 #C6DDA3 and #A3C6DD with #DDA3C6 are triadic colors.

2 #C6A3DD and #A3DDC6 with #DDA3C6 are triadic colors.