COLOR #DDAFE1

HEX: #DDAFE1 RGB: (221,175,225)

Color info

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

RGB color model

#DDAFE1 color RGB value is (221,175,225).

RGB: (221,175,225) (87%, 69%, 88%)

RGB channels and saturation

R 221 of 255 = 87%
G 175 of 255 = 69%
B 225 of 255 = 88%

221
175
225

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

Portions of RGB colors in percentages

R + G + B = 221 + 175 + 225 = 621 (100%)
R 221 of 621 ~ 35.59%
G 175 of 621 ~ 28.18%
B 225 of 621 ~ 36.23'%

%35.59
%28.18
%36.23

CMYK color model

#DDAFE1 color CMYK value is (2,22,0,12).

  • cyan value is 1.78%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (2,22,0,12) C2M22Y0K12 (2%,22%,0%,12%) (0.02/0.22/0.00/0.12) 

CMYK percentages

%1.78
%22.22
%0
%11.76

Codes

Color #DDAFE1 in popluar color models

DD AF E1
RGB 221 175 225
HSL 295° 45.45% 78.43%
HSB/HSV 295° 22.22% 88.24%
CMYK 1.78% 22.22% 0.00%
11.76%

Color #DDAFE1 in popluar number systems.

HEX DD AF E1
Decimal 221 175 225
Binary 11011101 10101111 11100001
Octal 335 257 341

Shades and tints

Shades of #DDAFE1

#DDAFE1
(221,175,225)
#C9A0CD
(201,160,205)
#B591B9
(181,145,185)
#A182A5
(161,130,165)
#8D7391
(141,115,145)
#79647D
(121,100,125)
#655569
(101,85,105)
#514655
(81,70,85)
#3D3741
(61,55,65)
#29282D
(41,40,45)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #DDAFE1

#DDAFE1
(221,175,225)
#E0B6E3
(224,182,227)
#E3BDE5
(227,189,229)
#E6C4E7
(230,196,231)
#E9CBE9
(233,203,233)
#ECD2EB
(236,210,235)
#EFD9ED
(239,217,237)
#F2E0EF
(242,224,239)
#F5E7F1
(245,231,241)
#F8EEF3
(248,238,243)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDAFE1 color. Also use rgb(221,175,225) instead hex code.

Text Font Color

.myTextColor { color: #DDAFE1; }

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

This text font color is #DDAFE1.

Background Color

.myBgColor { background-color: #DDAFE1; }

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

This div background color is #DDAFE1.

Border color

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

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

This div border color is #DDAFE1.

Opacity

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

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

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

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

This text has shadow with #DDAFE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDAFE1.

Preview

Color preview on black background

This text has color #DDAFE1 on black background.


Color preview on white background

This text has color #DDAFE1 on white background.


Black color preview on #DDAFE1 background

This text has black color on #DDAFE1 background.


White color preview on #DDAFE1 background

This text has white color on #DDAFE1 background.


Related colors

Complementary color

Complementary color for #hex is #22501E.


I love getcolorcode.com

Triadic colors

1 #E1DDAF and #AFE1DD with #DDAFE1 are triadic colors.

2 #E1AFDD and #AFDDE1 with #DDAFE1 are triadic colors.