COLOR #DDAEDB

HEX: #DDAEDB
RGB: (221,174,219)

Color info

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

RGB color model

#DDAEDB color RGB value is (221,174,219).

  • red value is 221;
  • green value is 174;
  • blue value is 219.
RGB:
(221,174,219)
(87%,68%,86%)

RGB channels and saturation

R 221 of 255 = 87%
G 174 of 255 = 68%
B 219 of 255 = 86%

221
174
219

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

Portions of RGB colors in percentages

R + G + B =
221 + 174 + 219 = 614 (100%)
R 221 of 614 ~ 35.99%
G 174 of 614 ~ 28.34%
B 219 of 614 ~ 35.67%

%35.99
%28.34
%35.67

CMYK color model

#DDAEDB color CMYK value is (0,21,1,13).

  • cyan value is 0.00%
  • magenta value is 21.27%
  • yellow value is 0.90%
  • key color value is 13.33%
CMYK:
(0,21,1,13)
C0M21Y1K13 
(0%,21%,1%,13%)
(0.00/0.21/0.01/0.13)	

CMYK percentages

%0
%21.27
%0.9
%13.33

Codes

Color #DDAEDB in popluar color models

DDAEDB
RGB221174219
HSL303°40.87%77.45%
HSB/HSV303°21.27%86.67%
CMYK0.00%21.27%0.90%
13.33%

Color #DDAEDB in popluar number systems.

HEXDDAEDB
Decimal221174219
Binary110111011010111011011011
Octal335256333

Shades and tints

Shades of #DDAEDB

#DDAEDB
(221,174,219)
#C99FC8
(201,159,200)
#B590B5
(181,144,181)
#A181A2
(161,129,162)
#8D728F
(141,114,143)
#79637C
(121,99,124)
#655469
(101,84,105)
#514556
(81,69,86)
#3D3643
(61,54,67)
#292730
(41,39,48)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #DDAEDB

#DDAEDB
(221,174,219)
#E0B5DE
(224,181,222)
#E3BCE1
(227,188,225)
#E6C3E4
(230,195,228)
#E9CAE7
(233,202,231)
#ECD1EA
(236,209,234)
#EFD8ED
(239,216,237)
#F2DFF0
(242,223,240)
#F5E6F3
(245,230,243)
#F8EDF6
(248,237,246)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDAEDB color. Also use rgb(221,174,219) instead hex code.

Text Font Color

.myTextColor { color: #DDAEDB; }

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

This text font color is #DDAEDB.


Background Color

.myBgColor { background-color: #DDAEDB; }

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

This div background color is #DDAEDB.


Border color

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

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

This div border color is #DDAEDB.


Opacity

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

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

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

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

This text has shadow with #DDAEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDAEDB on black background.


Color preview on white background

This text has color #DDAEDB on white background.



Black color preview on #DDAEDB background

This text has black color on #DDAEDB background.


White color preview on #DDAEDB background

This text has white color on #DDAEDB background.