COLOR #DDAED2

HEX: #DDAED2
RGB: (221,174,210)

Color info

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

RGB color model

#DDAED2 color RGB value is (221,174,210).

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

RGB channels and saturation

R 221 of 255 = 87%
G 174 of 255 = 68%
B 210 of 255 = 82%

221
174
210

R + G + B ~ 79%. #DDAED2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 174 + 210 = 605 (100%)
R 221 of 605 ~ 36.53%
G 174 of 605 ~ 28.76%
B 210 of 605 ~ 34.71%

%36.53
%28.76
%34.71

CMYK color model

#DDAED2 color CMYK value is (0,21,5,13).

  • cyan value is 0.00%
  • magenta value is 21.27%
  • yellow value is 4.98%
  • key color value is 13.33%
CMYK:
(0,21,5,13)
C0M21Y5K13 
(0%,21%,5%,13%)
(0.00/0.21/0.05/0.13)	

CMYK percentages

%0
%21.27
%4.98
%13.33

Codes

Color #DDAED2 in popluar color models

DDAED2
RGB221174210
HSL314°40.87%77.45%
HSB/HSV314°21.27%86.67%
CMYK0.00%21.27%4.98%
13.33%

Color #DDAED2 in popluar number systems.

HEXDDAED2
Decimal221174210
Binary110111011010111011010010
Octal335256322

Shades and tints

Shades of #DDAED2

#DDAED2
(221,174,210)
#C99FBF
(201,159,191)
#B590AC
(181,144,172)
#A18199
(161,129,153)
#8D7286
(141,114,134)
#796373
(121,99,115)
#655460
(101,84,96)
#51454D
(81,69,77)
#3D363A
(61,54,58)
#292727
(41,39,39)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #DDAED2

#DDAED2
(221,174,210)
#E0B5D6
(224,181,214)
#E3BCDA
(227,188,218)
#E6C3DE
(230,195,222)
#E9CAE2
(233,202,226)
#ECD1E6
(236,209,230)
#EFD8EA
(239,216,234)
#F2DFEE
(242,223,238)
#F5E6F2
(245,230,242)
#F8EDF6
(248,237,246)
#FBF4FA
(251,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDAED2; }

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

This text font color is #DDAED2.


Background Color

.myBgColor { background-color: #DDAED2; }

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

This div background color is #DDAED2.


Border color

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

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

This div border color is #DDAED2.


Opacity

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

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

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

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

This text has shadow with #DDAED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDAED2 on black background.


Color preview on white background

This text has color #DDAED2 on white background.



Black color preview on #DDAED2 background

This text has black color on #DDAED2 background.


White color preview on #DDAED2 background

This text has white color on #DDAED2 background.