COLOR #DDAAE6

HEX: #DDAAE6
RGB: (221,170,230)

Color info

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

RGB color model

#DDAAE6 color RGB value is (221,170,230).

  • red value is 221;
  • green value is 170;
  • blue value is 230.
RGB:
(221,170,230)
(87%,67%,90%)

RGB channels and saturation

R 221 of 255 = 87%
G 170 of 255 = 67%
B 230 of 255 = 90%

221
170
230

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

Portions of RGB colors in percentages

R + G + B =
221 + 170 + 230 = 621 (100%)
R 221 of 621 ~ 35.59%
G 170 of 621 ~ 27.38%
B 230 of 621 ~ 37.04%

%35.59
%27.38
%37.04

CMYK color model

#DDAAE6 color CMYK value is (4,26,0,10).

  • cyan value is 3.91%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(4,26,0,10)
C4M26Y0K10 
(4%,26%,0%,10%)
(0.04/0.26/0.00/0.10)	

CMYK percentages

%3.91
%26.09
%0
%9.8

Codes

Color #DDAAE6 in popluar color models

DDAAE6
RGB221170230
HSL291°54.55%78.43%
HSB/HSV291°26.09%90.20%
CMYK3.91%26.09%0.00%
9.80%

Color #DDAAE6 in popluar number systems.

HEXDDAAE6
Decimal221170230
Binary110111011010101011100110
Octal335252346

Shades and tints

Shades of #DDAAE6

#DDAAE6
(221,170,230)
#C99BD2
(201,155,210)
#B58CBE
(181,140,190)
#A17DAA
(161,125,170)
#8D6E96
(141,110,150)
#795F82
(121,95,130)
#65506E
(101,80,110)
#51415A
(81,65,90)
#3D3246
(61,50,70)
#292332
(41,35,50)
#15141E
(21,20,30)
#000000
(0,0,0)

Tints of #DDAAE6

#DDAAE6
(221,170,230)
#E0B1E8
(224,177,232)
#E3B8EA
(227,184,234)
#E6BFEC
(230,191,236)
#E9C6EE
(233,198,238)
#ECCDF0
(236,205,240)
#EFD4F2
(239,212,242)
#F2DBF4
(242,219,244)
#F5E2F6
(245,226,246)
#F8E9F8
(248,233,248)
#FBF0FA
(251,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDAAE6 color. Also use rgb(221,170,230) instead hex code.

Text Font Color

.myTextColor { color: #DDAAE6; }

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

This text font color is #DDAAE6.


Background Color

.myBgColor { background-color: #DDAAE6; }

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

This div background color is #DDAAE6.


Border color

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

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

This div border color is #DDAAE6.


Opacity

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

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

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

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

This text has shadow with #DDAAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDAAE6 on black background.


Color preview on white background

This text has color #DDAAE6 on white background.



Black color preview on #DDAAE6 background

This text has black color on #DDAAE6 background.


White color preview on #DDAAE6 background

This text has white color on #DDAAE6 background.