COLOR #DDABE0

HEX: #DDABE0
RGB: (221,171,224)

Color info

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

RGB color model

#DDABE0 color RGB value is (221,171,224).

  • red value is 221;
  • green value is 171;
  • blue value is 224.
RGB:
(221,171,224)
(87%,67%,88%)

RGB channels and saturation

R 221 of 255 = 87%
G 171 of 255 = 67%
B 224 of 255 = 88%

221
171
224

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

Portions of RGB colors in percentages

R + G + B =
221 + 171 + 224 = 616 (100%)
R 221 of 616 ~ 35.88%
G 171 of 616 ~ 27.76%
B 224 of 616 ~ 36.36%

%35.88
%27.76
%36.36

CMYK color model

#DDABE0 color CMYK value is (1,24,0,12).

  • cyan value is 1.34%
  • magenta value is 23.66%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(1,24,0,12)
C1M24Y0K12 
(1%,24%,0%,12%)
(0.01/0.24/0.00/0.12)	

CMYK percentages

%1.34
%23.66
%0
%12.16

Codes

Color #DDABE0 in popluar color models

DDABE0
RGB221171224
HSL297°46.09%77.45%
HSB/HSV297°23.66%87.84%
CMYK1.34%23.66%0.00%
12.16%

Color #DDABE0 in popluar number systems.

HEXDDABE0
Decimal221171224
Binary110111011010101111100000
Octal335253340

Shades and tints

Shades of #DDABE0

#DDABE0
(221,171,224)
#C99CCC
(201,156,204)
#B58DB8
(181,141,184)
#A17EA4
(161,126,164)
#8D6F90
(141,111,144)
#79607C
(121,96,124)
#655168
(101,81,104)
#514254
(81,66,84)
#3D3340
(61,51,64)
#29242C
(41,36,44)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #DDABE0

#DDABE0
(221,171,224)
#E0B2E2
(224,178,226)
#E3B9E4
(227,185,228)
#E6C0E6
(230,192,230)
#E9C7E8
(233,199,232)
#ECCEEA
(236,206,234)
#EFD5EC
(239,213,236)
#F2DCEE
(242,220,238)
#F5E3F0
(245,227,240)
#F8EAF2
(248,234,242)
#FBF1F4
(251,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDABE0 color. Also use rgb(221,171,224) instead hex code.

Text Font Color

.myTextColor { color: #DDABE0; }

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

This text font color is #DDABE0.


Background Color

.myBgColor { background-color: #DDABE0; }

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

This div background color is #DDABE0.


Border color

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

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

This div border color is #DDABE0.


Opacity

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

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

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

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

This text has shadow with #DDABE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDABE0 on black background.


Color preview on white background

This text has color #DDABE0 on white background.



Black color preview on #DDABE0 background

This text has black color on #DDABE0 background.


White color preview on #DDABE0 background

This text has white color on #DDABE0 background.