COLOR #DDA9ED

HEX: #DDA9ED
RGB: (221,169,237)

Color info

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

RGB color model

#DDA9ED color RGB value is (221,169,237).

  • red value is 221;
  • green value is 169;
  • blue value is 237.
RGB:
(221,169,237)
(87%,66%,93%)

RGB channels and saturation

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

221
169
237

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

Portions of RGB colors in percentages

R + G + B =
221 + 169 + 237 = 627 (100%)
R 221 of 627 ~ 35.25%
G 169 of 627 ~ 26.95%
B 237 of 627 ~ 37.8%

%35.25
%26.95
%37.8

CMYK color model

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

  • cyan value is 6.75%
  • magenta value is 28.69%
  • 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
%28.69
%0
%7.06

Codes

Color #DDA9ED in popluar color models

DDA9ED
RGB221169237
HSL286°65.38%79.61%
HSB/HSV286°28.69%92.94%
CMYK6.75%28.69%0.00%
7.06%

Color #DDA9ED in popluar number systems.

HEXDDA9ED
Decimal221169237
Binary110111011010100111101101
Octal335251355

Shades and tints

Shades of #DDA9ED

#DDA9ED
(221,169,237)
#C99AD8
(201,154,216)
#B58BC3
(181,139,195)
#A17CAE
(161,124,174)
#8D6D99
(141,109,153)
#795E84
(121,94,132)
#654F6F
(101,79,111)
#51405A
(81,64,90)
#3D3145
(61,49,69)
#292230
(41,34,48)
#15131B
(21,19,27)
#000000
(0,0,0)

Tints of #DDA9ED

#DDA9ED
(221,169,237)
#E0B0EE
(224,176,238)
#E3B7EF
(227,183,239)
#E6BEF0
(230,190,240)
#E9C5F1
(233,197,241)
#ECCCF2
(236,204,242)
#EFD3F3
(239,211,243)
#F2DAF4
(242,218,244)
#F5E1F5
(245,225,245)
#F8E8F6
(248,232,246)
#FBEFF7
(251,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA9ED; }

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

This text font color is #DDA9ED.


Background Color

.myBgColor { background-color: #DDA9ED; }

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

This div background color is #DDA9ED.


Border color

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

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

This div border color is #DDA9ED.


Opacity

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

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

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

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

This text has shadow with #DDA9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA9ED on black background.


Color preview on white background

This text has color #DDA9ED on white background.



Black color preview on #DDA9ED background

This text has black color on #DDA9ED background.


White color preview on #DDA9ED background

This text has white color on #DDA9ED background.