COLOR #DDAEF5

HEX: #DDAEF5 RGB: (221,174,245)

Color info

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

RGB color model

#DDAEF5 color RGB value is (221,174,245).

RGB: (221,174,245) (87%, 68%, 96%)

RGB channels and saturation

R 221 of 255 = 87%
G 174 of 255 = 68%
B 245 of 255 = 96%

221
174
245

R + G + B ~ 84%. #DDAEF5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 174 + 245 = 640 (100%)
R 221 of 640 ~ 34.53%
G 174 of 640 ~ 27.19%
B 245 of 640 ~ 38.28'%

%34.53
%27.19
%38.28

CMYK color model

#DDAEF5 color CMYK value is (10,29,0,4).

  • cyan value is 9.80%
  • magenta value is 28.98%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (10,29,0,4)
C10M29Y0K4 (10%, 29%, 0%, 4%)
(0.10 / 0.29 / 0.00 / 0.04)

CMYK percentages

%9.8
%28.98
%0
%3.92

Codes

Color #DDAEF5 in popluar color models

DD AE F5
RGB 221 174 245
HSL 280° 78.02% 82.16%
HSB/HSV 280° 28.98% 96.08%
CMYK 9.80% 28.98% 0.00%
3.92%

Color #DDAEF5 in popluar number systems.

HEX DD AE F5
Decimal 221 174 245
Binary 11011101 10101110 11110101
Octal 335 256 365

Shades and tints

Shades of #DDAEF5

#DDAEF5
(221,174,245)
#C99FDF
(201,159,223)
#B590C9
(181,144,201)
#A181B3
(161,129,179)
#8D729D
(141,114,157)
#796387
(121,99,135)
#655471
(101,84,113)
#51455B
(81,69,91)
#3D3645
(61,54,69)
#29272F
(41,39,47)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #DDAEF5

#DDAEF5
(221,174,245)
#E0B5F5
(224,181,245)
#E3BCF5
(227,188,245)
#E6C3F5
(230,195,245)
#E9CAF5
(233,202,245)
#ECD1F5
(236,209,245)
#EFD8F5
(239,216,245)
#F2DFF5
(242,223,245)
#F5E6F5
(245,230,245)
#F8EDF5
(248,237,245)
#FBF4F5
(251,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDAEF5; }

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

This text font color is #DDAEF5.

Background Color

.myBgColor { background-color: #DDAEF5; }

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

This div background color is #DDAEF5.

Border color

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

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

This div border color is #DDAEF5.

Opacity

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

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

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

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

This text has shadow with #DDAEF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDAEF5.

Preview

Color preview on black background

This text has color #DDAEF5 on black background.


Color preview on white background

This text has color #DDAEF5 on white background.


Black color preview on #DDAEF5 background

This text has black color on #DDAEF5 background.


White color preview on #DDAEF5 background

This text has white color on #DDAEF5 background.


Related colors

Complementary color

Complementary color for #hex is #22510A.


I love getcolorcode.com

Triadic colors

1 #F5DDAE and #AEF5DD with #DDAEF5 are triadic colors.

2 #F5AEDD and #AEDDF5 with #DDAEF5 are triadic colors.