COLOR #DDD9EB

HEX: #DDD9EB
RGB: (221,217,235)

Color info

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

RGB color model

#DDD9EB color RGB value is (221,217,235).

  • red value is 221;
  • green value is 217;
  • blue value is 235.
RGB:
(221,217,235)
(87%,85%,92%)

RGB channels and saturation

R 221 of 255 = 87%
G 217 of 255 = 85%
B 235 of 255 = 92%

221
217
235

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

Portions of RGB colors in percentages

R + G + B =
221 + 217 + 235 = 673 (100%)
R 221 of 673 ~ 32.84%
G 217 of 673 ~ 32.24%
B 235 of 673 ~ 34.92%

%32.84
%32.24
%34.92

CMYK color model

#DDD9EB color CMYK value is (6,8,0,8).

  • cyan value is 5.96%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(6,8,0,8)
C6M8Y0K8 
(6%,8%,0%,8%)
(0.06/0.08/0.00/0.08)	

CMYK percentages

%5.96
%7.66
%0
%7.84

Codes

Color #DDD9EB in popluar color models

DDD9EB
RGB221217235
HSL253°31.03%88.63%
HSB/HSV253°7.66%92.16%
CMYK5.96%7.66%0.00%
7.84%

Color #DDD9EB in popluar number systems.

HEXDDD9EB
Decimal221217235
Binary110111011101100111101011
Octal335331353

Shades and tints

Shades of #DDD9EB

#DDD9EB
(221,217,235)
#C9C6D6
(201,198,214)
#B5B3C1
(181,179,193)
#A1A0AC
(161,160,172)
#8D8D97
(141,141,151)
#797A82
(121,122,130)
#65676D
(101,103,109)
#515458
(81,84,88)
#3D4143
(61,65,67)
#292E2E
(41,46,46)
#151B19
(21,27,25)
#000000
(0,0,0)

Tints of #DDD9EB

#DDD9EB
(221,217,235)
#E0DCEC
(224,220,236)
#E3DFED
(227,223,237)
#E6E2EE
(230,226,238)
#E9E5EF
(233,229,239)
#ECE8F0
(236,232,240)
#EFEBF1
(239,235,241)
#F2EEF2
(242,238,242)
#F5F1F3
(245,241,243)
#F8F4F4
(248,244,244)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD9EB; }

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

This text font color is #DDD9EB.


Background Color

.myBgColor { background-color: #DDD9EB; }

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

This div background color is #DDD9EB.


Border color

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

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

This div border color is #DDD9EB.


Opacity

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

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

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

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

This text has shadow with #DDD9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD9EB on black background.


Color preview on white background

This text has color #DDD9EB on white background.



Black color preview on #DDD9EB background

This text has black color on #DDD9EB background.


White color preview on #DDD9EB background

This text has white color on #DDD9EB background.