COLOR #DDD9EE

HEX: #DDD9EE
RGB: (221,217,238)

Color info

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

RGB color model

#DDD9EE color RGB value is (221,217,238).

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

RGB channels and saturation

R 221 of 255 = 87%
G 217 of 255 = 85%
B 238 of 255 = 93%

221
217
238

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

Portions of RGB colors in percentages

R + G + B =
221 + 217 + 238 = 676 (100%)
R 221 of 676 ~ 32.69%
G 217 of 676 ~ 32.1%
B 238 of 676 ~ 35.21%

%32.69
%32.1
%35.21

CMYK color model

#DDD9EE color CMYK value is (7,9,0,7).

  • cyan value is 7.14%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(7,9,0,7)
C7M9Y0K7 
(7%,9%,0%,7%)
(0.07/0.09/0.00/0.07)	

CMYK percentages

%7.14
%8.82
%0
%6.67

Codes

Color #DDD9EE in popluar color models

DDD9EE
RGB221217238
HSL251°38.18%89.22%
HSB/HSV251°8.82%93.33%
CMYK7.14%8.82%0.00%
6.67%

Color #DDD9EE in popluar number systems.

HEXDDD9EE
Decimal221217238
Binary110111011101100111101110
Octal335331356

Shades and tints

Shades of #DDD9EE

#DDD9EE
(221,217,238)
#C9C6D9
(201,198,217)
#B5B3C4
(181,179,196)
#A1A0AF
(161,160,175)
#8D8D9A
(141,141,154)
#797A85
(121,122,133)
#656770
(101,103,112)
#51545B
(81,84,91)
#3D4146
(61,65,70)
#292E31
(41,46,49)
#151B1C
(21,27,28)
#000000
(0,0,0)

Tints of #DDD9EE

#DDD9EE
(221,217,238)
#E0DCEF
(224,220,239)
#E3DFF0
(227,223,240)
#E6E2F1
(230,226,241)
#E9E5F2
(233,229,242)
#ECE8F3
(236,232,243)
#EFEBF4
(239,235,244)
#F2EEF5
(242,238,245)
#F5F1F6
(245,241,246)
#F8F4F7
(248,244,247)
#FBF7F8
(251,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD9EE; }

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

This text font color is #DDD9EE.


Background Color

.myBgColor { background-color: #DDD9EE; }

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

This div background color is #DDD9EE.


Border color

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

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

This div border color is #DDD9EE.


Opacity

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

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

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

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

This text has shadow with #DDD9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD9EE on black background.


Color preview on white background

This text has color #DDD9EE on white background.



Black color preview on #DDD9EE background

This text has black color on #DDD9EE background.


White color preview on #DDD9EE background

This text has white color on #DDD9EE background.