COLOR #DDAAEB

HEX: #DDAAEB
RGB: (221,170,235)

Color info

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

RGB color model

#DDAAEB color RGB value is (221,170,235).

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

RGB channels and saturation

R 221 of 255 = 87%
G 170 of 255 = 67%
B 235 of 255 = 92%

221
170
235

R + G + B ~ 82%. #DDAAEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 170 + 235 = 626 (100%)
R 221 of 626 ~ 35.3%
G 170 of 626 ~ 27.16%
B 235 of 626 ~ 37.54%

%35.3
%27.16
%37.54

CMYK color model

#DDAAEB color CMYK value is (6,28,0,8).

  • cyan value is 5.96%
  • magenta value is 27.66%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(6,28,0,8)
C6M28Y0K8 
(6%,28%,0%,8%)
(0.06/0.28/0.00/0.08)	

CMYK percentages

%5.96
%27.66
%0
%7.84

Codes

Color #DDAAEB in popluar color models

DDAAEB
RGB221170235
HSL287°61.90%79.41%
HSB/HSV287°27.66%92.16%
CMYK5.96%27.66%0.00%
7.84%

Color #DDAAEB in popluar number systems.

HEXDDAAEB
Decimal221170235
Binary110111011010101011101011
Octal335252353

Shades and tints

Shades of #DDAAEB

#DDAAEB
(221,170,235)
#C99BD6
(201,155,214)
#B58CC1
(181,140,193)
#A17DAC
(161,125,172)
#8D6E97
(141,110,151)
#795F82
(121,95,130)
#65506D
(101,80,109)
#514158
(81,65,88)
#3D3243
(61,50,67)
#29232E
(41,35,46)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #DDAAEB

#DDAAEB
(221,170,235)
#E0B1EC
(224,177,236)
#E3B8ED
(227,184,237)
#E6BFEE
(230,191,238)
#E9C6EF
(233,198,239)
#ECCDF0
(236,205,240)
#EFD4F1
(239,212,241)
#F2DBF2
(242,219,242)
#F5E2F3
(245,226,243)
#F8E9F4
(248,233,244)
#FBF0F5
(251,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDAAEB; }

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

This text font color is #DDAAEB.


Background Color

.myBgColor { background-color: #DDAAEB; }

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

This div background color is #DDAAEB.


Border color

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

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

This div border color is #DDAAEB.


Opacity

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

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

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

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

This text has shadow with #DDAAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDAAEB on black background.


Color preview on white background

This text has color #DDAAEB on white background.



Black color preview on #DDAAEB background

This text has black color on #DDAAEB background.


White color preview on #DDAAEB background

This text has white color on #DDAAEB background.