COLOR #DDAAC6

HEX: #DDAAC6 RGB: (221,170,198)

Color info

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

RGB color model

#DDAAC6 color RGB value is (221,170,198).

RGB: (221,170,198) (87%, 67%, 78%)

RGB channels and saturation

R 221 of 255 = 87%
G 170 of 255 = 67%
B 198 of 255 = 78%

221
170
198

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

Portions of RGB colors in percentages

R + G + B = 221 + 170 + 198 = 589 (100%)
R 221 of 589 ~ 37.52%
G 170 of 589 ~ 28.86%
B 198 of 589 ~ 33.62'%

%37.52
%28.86
%33.62

CMYK color model

#DDAAC6 color CMYK value is (0,23,10,13).

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

CMYK: (0,23,10,13)
C0M23Y10K13 (0%, 23%, 10%, 13%)
(0.00 / 0.23 / 0.10 / 0.13)

CMYK percentages

%0
%23.08
%10.41
%13.33

Codes

Color #DDAAC6 in popluar color models

DD AA C6
RGB 221 170 198
HSL 327° 42.86% 76.67%
HSB/HSV 327° 23.08% 86.67%
CMYK 0.00% 23.08% 10.41%
13.33%

Color #DDAAC6 in popluar number systems.

HEX DD AA C6
Decimal 221 170 198
Binary 11011101 10101010 11000110
Octal 335 252 306

Shades and tints

Shades of #DDAAC6

#DDAAC6
(221,170,198)
#C99BB4
(201,155,180)
#B58CA2
(181,140,162)
#A17D90
(161,125,144)
#8D6E7E
(141,110,126)
#795F6C
(121,95,108)
#65505A
(101,80,90)
#514148
(81,65,72)
#3D3236
(61,50,54)
#292324
(41,35,36)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #DDAAC6

#DDAAC6
(221,170,198)
#E0B1CB
(224,177,203)
#E3B8D0
(227,184,208)
#E6BFD5
(230,191,213)
#E9C6DA
(233,198,218)
#ECCDDF
(236,205,223)
#EFD4E4
(239,212,228)
#F2DBE9
(242,219,233)
#F5E2EE
(245,226,238)
#F8E9F3
(248,233,243)
#FBF0F8
(251,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDAAC6; }

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

This text font color is #DDAAC6.

Background Color

.myBgColor { background-color: #DDAAC6; }

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

This div background color is #DDAAC6.

Border color

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

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

This div border color is #DDAAC6.

Opacity

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

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

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

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

This text has shadow with #DDAAC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDAAC6.

Preview

Color preview on black background

This text has color #DDAAC6 on black background.


Color preview on white background

This text has color #DDAAC6 on white background.


Black color preview on #DDAAC6 background

This text has black color on #DDAAC6 background.


White color preview on #DDAAC6 background

This text has white color on #DDAAC6 background.


Related colors

Complementary color

Complementary color for #hex is #225539.


I love getcolorcode.com

Triadic colors

1 #C6DDAA and #AAC6DD with #DDAAC6 are triadic colors.

2 #C6AADD and #AADDC6 with #DDAAC6 are triadic colors.