COLOR #DDDAE8

HEX: #DDDAE8 RGB: (221,218,232)

Color info

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

RGB color model

#DDDAE8 color RGB value is (221,218,232).

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

RGB channels and saturation

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

221
218
232

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

Portions of RGB colors in percentages

R + G + B = 221 + 218 + 232 = 671 (100%)
R 221 of 671 ~ 32.94%
G 218 of 671 ~ 32.49%
B 232 of 671 ~ 34.58'%

%32.94
%32.49
%34.58

CMYK color model

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

  • cyan value is 4.74%
  • magenta value is 6.03%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (5,6,0,9)
C5M6Y0K9 (5%, 6%, 0%, 9%)
(0.05 / 0.06 / 0.00 / 0.09)

CMYK percentages

%4.74
%6.03
%0
%9.02

Codes

Color #DDDAE8 in popluar color models

DD DA E8
RGB 221 218 232
HSL 253° 23.33% 88.24%
HSB/HSV 253° 6.03% 90.98%
CMYK 4.74% 6.03% 0.00%
9.02%

Color #DDDAE8 in popluar number systems.

HEX DD DA E8
Decimal 221 218 232
Binary 11011101 11011010 11101000
Octal 335 332 350

Shades and tints

Shades of #DDDAE8

#DDDAE8
(221,218,232)
#C9C7D3
(201,199,211)
#B5B4BE
(181,180,190)
#A1A1A9
(161,161,169)
#8D8E94
(141,142,148)
#797B7F
(121,123,127)
#65686A
(101,104,106)
#515555
(81,85,85)
#3D4240
(61,66,64)
#292F2B
(41,47,43)
#151C16
(21,28,22)
#000000
(0,0,0)

Tints of #DDDAE8

#DDDAE8
(221,218,232)
#E0DDEA
(224,221,234)
#E3E0EC
(227,224,236)
#E6E3EE
(230,227,238)
#E9E6F0
(233,230,240)
#ECE9F2
(236,233,242)
#EFECF4
(239,236,244)
#F2EFF6
(242,239,246)
#F5F2F8
(245,242,248)
#F8F5FA
(248,245,250)
#FBF8FC
(251,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDAE8; }

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

This text font color is #DDDAE8.

Background Color

.myBgColor { background-color: #DDDAE8; }

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

This div background color is #DDDAE8.

Border color

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

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

This div border color is #DDDAE8.

Opacity

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

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

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

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

This text has shadow with #DDDAE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDAE8.

Preview

Color preview on black background

This text has color #DDDAE8 on black background.


Color preview on white background

This text has color #DDDAE8 on white background.


Black color preview on #DDDAE8 background

This text has black color on #DDDAE8 background.


White color preview on #DDDAE8 background

This text has white color on #DDDAE8 background.


Related colors

Complementary color

Complementary color for #hex is #222517.


I love getcolorcode.com

Triadic colors

1 #E8DDDA and #DAE8DD with #DDDAE8 are triadic colors.

2 #E8DADD and #DADDE8 with #DDDAE8 are triadic colors.