COLOR #DDDAE9

HEX: #DDDAE9 RGB: (221,218,233)

Color info

#DDDAE9 contains red, green and blue colors in about the same proportion. Web safe color of #DDDAE9 is #CCCCFF (or #CCF).

RGB color model

#DDDAE9 color RGB value is (221,218,233).

RGB: (221,218,233) (87%, 85%, 91%)

RGB channels and saturation

R 221 of 255 = 87%
G 218 of 255 = 85%
B 233 of 255 = 91%

221
218
233

R + G + B ~ 88%. #DDDAE9 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 218 + 233 = 672 (100%)
R 221 of 672 ~ 32.89%
G 218 of 672 ~ 32.44%
B 233 of 672 ~ 34.67'%

%32.89
%32.44
%34.67

CMYK color model

#DDDAE9 color CMYK value is (5,6,0,9).

  • cyan value is 5.15%
  • magenta value is 6.44%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (5,6,0,9) C5M6Y0K9 (5%,6%,0%,9%) (0.05/0.06/0.00/0.09) 

CMYK percentages

%5.15
%6.44
%0
%8.63

Codes

Color #DDDAE9 in popluar color models

DD DA E9
RGB 221 218 233
HSL 252° 25.42% 88.43%
HSB/HSV 252° 6.44% 91.37%
CMYK 5.15% 6.44% 0.00%
8.63%

Color #DDDAE9 in popluar number systems.

HEX DD DA E9
Decimal 221 218 233
Binary 11011101 11011010 11101001
Octal 335 332 351

Shades and tints

Shades of #DDDAE9

#DDDAE9
(221,218,233)
#C9C7D4
(201,199,212)
#B5B4BF
(181,180,191)
#A1A1AA
(161,161,170)
#8D8E95
(141,142,149)
#797B80
(121,123,128)
#65686B
(101,104,107)
#515556
(81,85,86)
#3D4241
(61,66,65)
#292F2C
(41,47,44)
#151C17
(21,28,23)
#000000
(0,0,0)

Tints of #DDDAE9

#DDDAE9
(221,218,233)
#E0DDEB
(224,221,235)
#E3E0ED
(227,224,237)
#E6E3EF
(230,227,239)
#E9E6F1
(233,230,241)
#ECE9F3
(236,233,243)
#EFECF5
(239,236,245)
#F2EFF7
(242,239,247)
#F5F2F9
(245,242,249)
#F8F5FB
(248,245,251)
#FBF8FD
(251,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDDAE9 color. Also use rgb(221,218,233) instead hex code.

Text Font Color

.myTextColor { color: #DDDAE9; }

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

This text font color is #DDDAE9.

Background Color

.myBgColor { background-color: #DDDAE9; }

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

This div background color is #DDDAE9.

Border color

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

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

This div border color is #DDDAE9.

Opacity

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

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

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

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

This text has shadow with #DDDAE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDAE9.

Preview

Color preview on black background

This text has color #DDDAE9 on black background.


Color preview on white background

This text has color #DDDAE9 on white background.


Black color preview on #DDDAE9 background

This text has black color on #DDDAE9 background.


White color preview on #DDDAE9 background

This text has white color on #DDDAE9 background.


Related colors

Complementary color

Complementary color for #hex is #222516.


I love getcolorcode.com

Triadic colors

1 #E9DDDA and #DAE9DD with #DDDAE9 are triadic colors.

2 #E9DADD and #DADDE9 with #DDDAE9 are triadic colors.