COLOR #DDD9E8

HEX: #DDD9E8 RGB: (221,217,232)

Color info

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

RGB color model

#DDD9E8 color RGB value is (221,217,232).

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

RGB channels and saturation

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

221
217
232

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

Portions of RGB colors in percentages

R + G + B = 221 + 217 + 232 = 670 (100%)
R 221 of 670 ~ 32.99%
G 217 of 670 ~ 32.39%
B 232 of 670 ~ 34.63'%

%32.99
%32.39
%34.63

CMYK color model

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

  • cyan value is 4.74%
  • magenta value is 6.47%
  • 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.47
%0
%9.02

Codes

Color #DDD9E8 in popluar color models

DD D9 E8
RGB 221 217 232
HSL 256° 24.59% 88.04%
HSB/HSV 256° 6.47% 90.98%
CMYK 4.74% 6.47% 0.00%
9.02%

Color #DDD9E8 in popluar number systems.

HEX DD D9 E8
Decimal 221 217 232
Binary 11011101 11011001 11101000
Octal 335 331 350

Shades and tints

Shades of #DDD9E8

#DDD9E8
(221,217,232)
#C9C6D3
(201,198,211)
#B5B3BE
(181,179,190)
#A1A0A9
(161,160,169)
#8D8D94
(141,141,148)
#797A7F
(121,122,127)
#65676A
(101,103,106)
#515455
(81,84,85)
#3D4140
(61,65,64)
#292E2B
(41,46,43)
#151B16
(21,27,22)
#000000
(0,0,0)

Tints of #DDD9E8

#DDD9E8
(221,217,232)
#E0DCEA
(224,220,234)
#E3DFEC
(227,223,236)
#E6E2EE
(230,226,238)
#E9E5F0
(233,229,240)
#ECE8F2
(236,232,242)
#EFEBF4
(239,235,244)
#F2EEF6
(242,238,246)
#F5F1F8
(245,241,248)
#F8F4FA
(248,244,250)
#FBF7FC
(251,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD9E8; }

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

This text font color is #DDD9E8.

Background Color

.myBgColor { background-color: #DDD9E8; }

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

This div background color is #DDD9E8.

Border color

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

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

This div border color is #DDD9E8.

Opacity

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

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

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

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

This text has shadow with #DDD9E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD9E8.

Preview

Color preview on black background

This text has color #DDD9E8 on black background.


Color preview on white background

This text has color #DDD9E8 on white background.


Black color preview on #DDD9E8 background

This text has black color on #DDD9E8 background.


White color preview on #DDD9E8 background

This text has white color on #DDD9E8 background.


Related colors

Complementary color

Complementary color for #hex is #222617.


I love getcolorcode.com

Triadic colors

1 #E8DDD9 and #D9E8DD with #DDD9E8 are triadic colors.

2 #E8D9DD and #D9DDE8 with #DDD9E8 are triadic colors.