COLOR #DDA6E3

HEX: #DDA6E3
RGB: (221,166,227)

Color info

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

RGB color model

#DDA6E3 color RGB value is (221,166,227).

  • red value is 221;
  • green value is 166;
  • blue value is 227.
RGB:
(221,166,227)
(87%,65%,89%)

RGB channels and saturation

R 221 of 255 = 87%
G 166 of 255 = 65%
B 227 of 255 = 89%

221
166
227

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

Portions of RGB colors in percentages

R + G + B =
221 + 166 + 227 = 614 (100%)
R 221 of 614 ~ 35.99%
G 166 of 614 ~ 27.04%
B 227 of 614 ~ 36.97%

%35.99
%27.04
%36.97

CMYK color model

#DDA6E3 color CMYK value is (3,27,0,11).

  • cyan value is 2.64%
  • magenta value is 26.87%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(3,27,0,11)
C3M27Y0K11 
(3%,27%,0%,11%)
(0.03/0.27/0.00/0.11)	

CMYK percentages

%2.64
%26.87
%0
%10.98

Codes

Color #DDA6E3 in popluar color models

DDA6E3
RGB221166227
HSL294°52.14%77.06%
HSB/HSV294°26.87%89.02%
CMYK2.64%26.87%0.00%
10.98%

Color #DDA6E3 in popluar number systems.

HEXDDA6E3
Decimal221166227
Binary110111011010011011100011
Octal335246343

Shades and tints

Shades of #DDA6E3

#DDA6E3
(221,166,227)
#C997CF
(201,151,207)
#B588BB
(181,136,187)
#A179A7
(161,121,167)
#8D6A93
(141,106,147)
#795B7F
(121,91,127)
#654C6B
(101,76,107)
#513D57
(81,61,87)
#3D2E43
(61,46,67)
#291F2F
(41,31,47)
#15101B
(21,16,27)
#000000
(0,0,0)

Tints of #DDA6E3

#DDA6E3
(221,166,227)
#E0AEE5
(224,174,229)
#E3B6E7
(227,182,231)
#E6BEE9
(230,190,233)
#E9C6EB
(233,198,235)
#ECCEED
(236,206,237)
#EFD6EF
(239,214,239)
#F2DEF1
(242,222,241)
#F5E6F3
(245,230,243)
#F8EEF5
(248,238,245)
#FBF6F7
(251,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA6E3 color. Also use rgb(221,166,227) instead hex code.

Text Font Color

.myTextColor { color: #DDA6E3; }

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

This text font color is #DDA6E3.


Background Color

.myBgColor { background-color: #DDA6E3; }

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

This div background color is #DDA6E3.


Border color

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

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

This div border color is #DDA6E3.


Opacity

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

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

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

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

This text has shadow with #DDA6E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA6E3 on black background.


Color preview on white background

This text has color #DDA6E3 on white background.



Black color preview on #DDA6E3 background

This text has black color on #DDA6E3 background.


White color preview on #DDA6E3 background

This text has white color on #DDA6E3 background.