COLOR #DDACEE

HEX: #DDACEE RGB: (221,172,238)

Color info

#DDACEE contains mainly red and blue colors. Web safe color of #DDACEE is #CC99FF (or #C9F).

RGB color model

#DDACEE color RGB value is (221,172,238).

RGB: (221,172,238) (87%, 67%, 93%)

RGB channels and saturation

R 221 of 255 = 87%
G 172 of 255 = 67%
B 238 of 255 = 93%

221
172
238

R + G + B ~ 82%. #DDACEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 172 + 238 = 631 (100%)
R 221 of 631 ~ 35.02%
G 172 of 631 ~ 27.26%
B 238 of 631 ~ 37.72'%

%35.02
%27.26
%37.72

CMYK color model

#DDACEE color CMYK value is (7,28,0,7).

  • cyan value is 7.14%
  • magenta value is 27.73%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (7,28,0,7)
C7M28Y0K7 (7%, 28%, 0%, 7%)
(0.07 / 0.28 / 0.00 / 0.07)

CMYK percentages

%7.14
%27.73
%0
%6.67

Codes

Color #DDACEE in popluar color models

DD AC EE
RGB 221 172 238
HSL 285° 66.00% 80.39%
HSB/HSV 285° 27.73% 93.33%
CMYK 7.14% 27.73% 0.00%
6.67%

Color #DDACEE in popluar number systems.

HEX DD AC EE
Decimal 221 172 238
Binary 11011101 10101100 11101110
Octal 335 254 356

Shades and tints

Shades of #DDACEE

#DDACEE
(221,172,238)
#C99DD9
(201,157,217)
#B58EC4
(181,142,196)
#A17FAF
(161,127,175)
#8D709A
(141,112,154)
#796185
(121,97,133)
#655270
(101,82,112)
#51435B
(81,67,91)
#3D3446
(61,52,70)
#292531
(41,37,49)
#15161C
(21,22,28)
#000000
(0,0,0)

Tints of #DDACEE

#DDACEE
(221,172,238)
#E0B3EF
(224,179,239)
#E3BAF0
(227,186,240)
#E6C1F1
(230,193,241)
#E9C8F2
(233,200,242)
#ECCFF3
(236,207,243)
#EFD6F4
(239,214,244)
#F2DDF5
(242,221,245)
#F5E4F6
(245,228,246)
#F8EBF7
(248,235,247)
#FBF2F8
(251,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDACEE; }

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

This text font color is #DDACEE.

Background Color

.myBgColor { background-color: #DDACEE; }

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

This div background color is #DDACEE.

Border color

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

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

This div border color is #DDACEE.

Opacity

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

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

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

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

This text has shadow with #DDACEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDACEE.

Preview

Color preview on black background

This text has color #DDACEE on black background.


Color preview on white background

This text has color #DDACEE on white background.


Black color preview on #DDACEE background

This text has black color on #DDACEE background.


White color preview on #DDACEE background

This text has white color on #DDACEE background.


Related colors

Complementary color

Complementary color for #hex is #225311.


I love getcolorcode.com

Triadic colors

1 #EEDDAC and #ACEEDD with #DDACEE are triadic colors.

2 #EEACDD and #ACDDEE with #DDACEE are triadic colors.