COLOR #DDACE6

HEX: #DDACE6 RGB: (221,172,230)

Color info

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

RGB color model

#DDACE6 color RGB value is (221,172,230).

RGB: (221,172,230) (87%, 67%, 90%)

RGB channels and saturation

R 221 of 255 = 87%
G 172 of 255 = 67%
B 230 of 255 = 90%

221
172
230

R + G + B ~ 81%. #DDACE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 172 + 230 = 623 (100%)
R 221 of 623 ~ 35.47%
G 172 of 623 ~ 27.61%
B 230 of 623 ~ 36.92'%

%35.47
%27.61
%36.92

CMYK color model

#DDACE6 color CMYK value is (4,25,0,10).

  • cyan value is 3.91%
  • magenta value is 25.22%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (4,25,0,10) C4M25Y0K10 (4%,25%,0%,10%) (0.04/0.25/0.00/0.10) 

CMYK percentages

%3.91
%25.22
%0
%9.8

Codes

Color #DDACE6 in popluar color models

DD AC E6
RGB 221 172 230
HSL 291° 53.70% 78.82%
HSB/HSV 291° 25.22% 90.20%
CMYK 3.91% 25.22% 0.00%
9.80%

Color #DDACE6 in popluar number systems.

HEX DD AC E6
Decimal 221 172 230
Binary 11011101 10101100 11100110
Octal 335 254 346

Shades and tints

Shades of #DDACE6

#DDACE6
(221,172,230)
#C99DD2
(201,157,210)
#B58EBE
(181,142,190)
#A17FAA
(161,127,170)
#8D7096
(141,112,150)
#796182
(121,97,130)
#65526E
(101,82,110)
#51435A
(81,67,90)
#3D3446
(61,52,70)
#292532
(41,37,50)
#15161E
(21,22,30)
#000000
(0,0,0)

Tints of #DDACE6

#DDACE6
(221,172,230)
#E0B3E8
(224,179,232)
#E3BAEA
(227,186,234)
#E6C1EC
(230,193,236)
#E9C8EE
(233,200,238)
#ECCFF0
(236,207,240)
#EFD6F2
(239,214,242)
#F2DDF4
(242,221,244)
#F5E4F6
(245,228,246)
#F8EBF8
(248,235,248)
#FBF2FA
(251,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDACE6 color. Also use rgb(221,172,230) instead hex code.

Text Font Color

.myTextColor { color: #DDACE6; }

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

This text font color is #DDACE6.

Background Color

.myBgColor { background-color: #DDACE6; }

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

This div background color is #DDACE6.

Border color

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

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

This div border color is #DDACE6.

Opacity

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

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

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

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

This text has shadow with #DDACE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDACE6.

Preview

Color preview on black background

This text has color #DDACE6 on black background.


Color preview on white background

This text has color #DDACE6 on white background.


Black color preview on #DDACE6 background

This text has black color on #DDACE6 background.


White color preview on #DDACE6 background

This text has white color on #DDACE6 background.


Related colors

Complementary color

Complementary color for #hex is #225319.


I love getcolorcode.com

Triadic colors

1 #E6DDAC and #ACE6DD with #DDACE6 are triadic colors.

2 #E6ACDD and #ACDDE6 with #DDACE6 are triadic colors.