COLOR #DDA7E1

HEX: #DDA7E1
RGB: (221,167,225)

Color info

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

RGB color model

#DDA7E1 color RGB value is (221,167,225).

  • red value is 221;
  • green value is 167;
  • blue value is 225.
RGB:
(221,167,225)
(87%,65%,88%)

RGB channels and saturation

R 221 of 255 = 87%
G 167 of 255 = 65%
B 225 of 255 = 88%

221
167
225

R + G + B ~ 80%. #DDA7E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 167 + 225 = 613 (100%)
R 221 of 613 ~ 36.05%
G 167 of 613 ~ 27.24%
B 225 of 613 ~ 36.7%

%36.05
%27.24
%36.7

CMYK color model

#DDA7E1 color CMYK value is (2,26,0,12).

  • cyan value is 1.78%
  • magenta value is 25.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(2,26,0,12)
C2M26Y0K12 
(2%,26%,0%,12%)
(0.02/0.26/0.00/0.12)	

CMYK percentages

%1.78
%25.78
%0
%11.76

Codes

Color #DDA7E1 in popluar color models

DDA7E1
RGB221167225
HSL296°49.15%76.86%
HSB/HSV296°25.78%88.24%
CMYK1.78%25.78%0.00%
11.76%

Color #DDA7E1 in popluar number systems.

HEXDDA7E1
Decimal221167225
Binary110111011010011111100001
Octal335247341

Shades and tints

Shades of #DDA7E1

#DDA7E1
(221,167,225)
#C998CD
(201,152,205)
#B589B9
(181,137,185)
#A17AA5
(161,122,165)
#8D6B91
(141,107,145)
#795C7D
(121,92,125)
#654D69
(101,77,105)
#513E55
(81,62,85)
#3D2F41
(61,47,65)
#29202D
(41,32,45)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #DDA7E1

#DDA7E1
(221,167,225)
#E0AFE3
(224,175,227)
#E3B7E5
(227,183,229)
#E6BFE7
(230,191,231)
#E9C7E9
(233,199,233)
#ECCFEB
(236,207,235)
#EFD7ED
(239,215,237)
#F2DFEF
(242,223,239)
#F5E7F1
(245,231,241)
#F8EFF3
(248,239,243)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA7E1 color. Also use rgb(221,167,225) instead hex code.

Text Font Color

.myTextColor { color: #DDA7E1; }

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

This text font color is #DDA7E1.


Background Color

.myBgColor { background-color: #DDA7E1; }

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

This div background color is #DDA7E1.


Border color

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

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

This div border color is #DDA7E1.


Opacity

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

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

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

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

This text has shadow with #DDA7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA7E1 on black background.


Color preview on white background

This text has color #DDA7E1 on white background.



Black color preview on #DDA7E1 background

This text has black color on #DDA7E1 background.


White color preview on #DDA7E1 background

This text has white color on #DDA7E1 background.