COLOR #DDA3E2

HEX: #DDA3E2
RGB: (221,163,226)

Color info

#DDA3E2 contains mainly red and blue colors. Web safe color of #DDA3E2 is #CC99CC (or #C9C).

RGB color model

#DDA3E2 color RGB value is (221,163,226).

  • red value is 221;
  • green value is 163;
  • blue value is 226.
RGB:
(221,163,226)
(87%,64%,89%)

RGB channels and saturation

R 221 of 255 = 87%
G 163 of 255 = 64%
B 226 of 255 = 89%

221
163
226

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

Portions of RGB colors in percentages

R + G + B =
221 + 163 + 226 = 610 (100%)
R 221 of 610 ~ 36.23%
G 163 of 610 ~ 26.72%
B 226 of 610 ~ 37.05%

%36.23
%26.72
%37.05

CMYK color model

#DDA3E2 color CMYK value is (2,28,0,11).

  • cyan value is 2.21%
  • magenta value is 27.88%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(2,28,0,11)
C2M28Y0K11 
(2%,28%,0%,11%)
(0.02/0.28/0.00/0.11)	

CMYK percentages

%2.21
%27.88
%0
%11.37

Codes

Color #DDA3E2 in popluar color models

DDA3E2
RGB221163226
HSL295°52.07%76.27%
HSB/HSV295°27.88%88.63%
CMYK2.21%27.88%0.00%
11.37%

Color #DDA3E2 in popluar number systems.

HEXDDA3E2
Decimal221163226
Binary110111011010001111100010
Octal335243342

Shades and tints

Shades of #DDA3E2

#DDA3E2
(221,163,226)
#C995CE
(201,149,206)
#B587BA
(181,135,186)
#A179A6
(161,121,166)
#8D6B92
(141,107,146)
#795D7E
(121,93,126)
#654F6A
(101,79,106)
#514156
(81,65,86)
#3D3342
(61,51,66)
#29252E
(41,37,46)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #DDA3E2

#DDA3E2
(221,163,226)
#E0ABE4
(224,171,228)
#E3B3E6
(227,179,230)
#E6BBE8
(230,187,232)
#E9C3EA
(233,195,234)
#ECCBEC
(236,203,236)
#EFD3EE
(239,211,238)
#F2DBF0
(242,219,240)
#F5E3F2
(245,227,242)
#F8EBF4
(248,235,244)
#FBF3F6
(251,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA3E2 color. Also use rgb(221,163,226) instead hex code.

Text Font Color

.myTextColor { color: #DDA3E2; }

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

This text font color is #DDA3E2.


Background Color

.myBgColor { background-color: #DDA3E2; }

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

This div background color is #DDA3E2.


Border color

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

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

This div border color is #DDA3E2.


Opacity

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

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

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

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

This text has shadow with #DDA3E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA3E2 on black background.


Color preview on white background

This text has color #DDA3E2 on white background.



Black color preview on #DDA3E2 background

This text has black color on #DDA3E2 background.


White color preview on #DDA3E2 background

This text has white color on #DDA3E2 background.