COLOR #DDA8ED

HEX: #DDA8ED RGB: (221,168,237)

Color info

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

RGB color model

#DDA8ED color RGB value is (221,168,237).

RGB: (221,168,237) (87%, 66%, 93%)

RGB channels and saturation

R 221 of 255 = 87%
G 168 of 255 = 66%
B 237 of 255 = 93%

221
168
237

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

Portions of RGB colors in percentages

R + G + B = 221 + 168 + 237 = 626 (100%)
R 221 of 626 ~ 35.3%
G 168 of 626 ~ 26.84%
B 237 of 626 ~ 37.86'%

%35.3
%26.84
%37.86

CMYK color model

#DDA8ED color CMYK value is (7,29,0,7).

  • cyan value is 6.75%
  • magenta value is 29.11%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (7,29,0,7)
C7M29Y0K7 (7%, 29%, 0%, 7%)
(0.07 / 0.29 / 0.00 / 0.07)

CMYK percentages

%6.75
%29.11
%0
%7.06

Codes

Color #DDA8ED in popluar color models

DD A8 ED
RGB 221 168 237
HSL 286° 65.71% 79.41%
HSB/HSV 286° 29.11% 92.94%
CMYK 6.75% 29.11% 0.00%
7.06%

Color #DDA8ED in popluar number systems.

HEX DD A8 ED
Decimal 221 168 237
Binary 11011101 10101000 11101101
Octal 335 250 355

Shades and tints

Shades of #DDA8ED

#DDA8ED
(221,168,237)
#C999D8
(201,153,216)
#B58AC3
(181,138,195)
#A17BAE
(161,123,174)
#8D6C99
(141,108,153)
#795D84
(121,93,132)
#654E6F
(101,78,111)
#513F5A
(81,63,90)
#3D3045
(61,48,69)
#292130
(41,33,48)
#15121B
(21,18,27)
#000000
(0,0,0)

Tints of #DDA8ED

#DDA8ED
(221,168,237)
#E0AFEE
(224,175,238)
#E3B6EF
(227,182,239)
#E6BDF0
(230,189,240)
#E9C4F1
(233,196,241)
#ECCBF2
(236,203,242)
#EFD2F3
(239,210,243)
#F2D9F4
(242,217,244)
#F5E0F5
(245,224,245)
#F8E7F6
(248,231,246)
#FBEEF7
(251,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA8ED color. Also use rgb(221,168,237) instead hex code.

Text Font Color

.myTextColor { color: #DDA8ED; }

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

This text font color is #DDA8ED.

Background Color

.myBgColor { background-color: #DDA8ED; }

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

This div background color is #DDA8ED.

Border color

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

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

This div border color is #DDA8ED.

Opacity

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

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

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

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

This text has shadow with #DDA8ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDA8ED.

Preview

Color preview on black background

This text has color #DDA8ED on black background.


Color preview on white background

This text has color #DDA8ED on white background.


Black color preview on #DDA8ED background

This text has black color on #DDA8ED background.


White color preview on #DDA8ED background

This text has white color on #DDA8ED background.


Related colors

Complementary color

Complementary color for #hex is #225712.


I love getcolorcode.com

Triadic colors

1 #EDDDA8 and #A8EDDD with #DDA8ED are triadic colors.

2 #EDA8DD and #A8DDED with #DDA8ED are triadic colors.