COLOR #DDA8E7

HEX: #DDA8E7
RGB: (221,168,231)

Color info

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

RGB color model

#DDA8E7 color RGB value is (221,168,231).

  • red value is 221;
  • green value is 168;
  • blue value is 231.
RGB:
(221,168,231)
(87%,66%,91%)

RGB channels and saturation

R 221 of 255 = 87%
G 168 of 255 = 66%
B 231 of 255 = 91%

221
168
231

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

Portions of RGB colors in percentages

R + G + B =
221 + 168 + 231 = 620 (100%)
R 221 of 620 ~ 35.65%
G 168 of 620 ~ 27.1%
B 231 of 620 ~ 37.26%

%35.65
%27.1
%37.26

CMYK color model

#DDA8E7 color CMYK value is (4,27,0,9).

  • cyan value is 4.33%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(4,27,0,9)
C4M27Y0K9 
(4%,27%,0%,9%)
(0.04/0.27/0.00/0.09)	

CMYK percentages

%4.33
%27.27
%0
%9.41

Codes

Color #DDA8E7 in popluar color models

DDA8E7
RGB221168231
HSL290°56.76%78.24%
HSB/HSV290°27.27%90.59%
CMYK4.33%27.27%0.00%
9.41%

Color #DDA8E7 in popluar number systems.

HEXDDA8E7
Decimal221168231
Binary110111011010100011100111
Octal335250347

Shades and tints

Shades of #DDA8E7

#DDA8E7
(221,168,231)
#C999D2
(201,153,210)
#B58ABD
(181,138,189)
#A17BA8
(161,123,168)
#8D6C93
(141,108,147)
#795D7E
(121,93,126)
#654E69
(101,78,105)
#513F54
(81,63,84)
#3D303F
(61,48,63)
#29212A
(41,33,42)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #DDA8E7

#DDA8E7
(221,168,231)
#E0AFE9
(224,175,233)
#E3B6EB
(227,182,235)
#E6BDED
(230,189,237)
#E9C4EF
(233,196,239)
#ECCBF1
(236,203,241)
#EFD2F3
(239,210,243)
#F2D9F5
(242,217,245)
#F5E0F7
(245,224,247)
#F8E7F9
(248,231,249)
#FBEEFB
(251,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA8E7; }

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

This text font color is #DDA8E7.


Background Color

.myBgColor { background-color: #DDA8E7; }

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

This div background color is #DDA8E7.


Border color

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

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

This div border color is #DDA8E7.


Opacity

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

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

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

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

This text has shadow with #DDA8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA8E7 on black background.


Color preview on white background

This text has color #DDA8E7 on white background.



Black color preview on #DDA8E7 background

This text has black color on #DDA8E7 background.


White color preview on #DDA8E7 background

This text has white color on #DDA8E7 background.