COLOR #DDD7E8

HEX: #DDD7E8
RGB: (221,215,232)

Color info

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

RGB color model

#DDD7E8 color RGB value is (221,215,232).

  • red value is 221;
  • green value is 215;
  • blue value is 232.
RGB: (221,215,232) (87%,84%,91%)

RGB channels and saturation

R 221 of 255 = 87%
G 215 of 255 = 84%
B 232 of 255 = 91%

221
215
232

R + G + B ~ 87%. #DDD7E8 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 215 + 232 = 668 (100%)
R 221 of 668 ~ 33.08%
G 215 of 668 ~ 32.19%
B 232 of 668 ~ 34.73%

%33.08
%32.19
%34.73

CMYK color model

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

  • cyan value is 4.74%
  • magenta value is 7.33%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK: (5,7,0,9) C5M7Y0K9 (5%,7%,0%,9%) (0.05/0.07/0.00/0.09)

CMYK percentages

%4.74
%7.33
%0
%9.02

Codes

Color #DDD7E8 in popluar color models

DDD7E8
RGB221215232
HSL261°26.98%87.65%
HSB/HSV261°7.33%90.98%
CMYK4.74%7.33%0.00%
9.02%

Color #DDD7E8 in popluar number systems.

HEXDDD7E8
Decimal221215232
Binary110111011101011111101000
Octal335327350

Shades and tints

Shades of #DDD7E8

#DDD7E8
(221,215,232)
#C9C4D3
(201,196,211)
#B5B1BE
(181,177,190)
#A19EA9
(161,158,169)
#8D8B94
(141,139,148)
#79787F
(121,120,127)
#65656A
(101,101,106)
#515255
(81,82,85)
#3D3F40
(61,63,64)
#292C2B
(41,44,43)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #DDD7E8

#DDD7E8
(221,215,232)
#E0DAEA
(224,218,234)
#E3DDEC
(227,221,236)
#E6E0EE
(230,224,238)
#E9E3F0
(233,227,240)
#ECE6F2
(236,230,242)
#EFE9F4
(239,233,244)
#F2ECF6
(242,236,246)
#F5EFF8
(245,239,248)
#F8F2FA
(248,242,250)
#FBF5FC
(251,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD7E8; }

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

This text font color is #DDD7E8.


Background Color

.myBgColor { background-color: #DDD7E8; }

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

This div background color is #DDD7E8.


Border color

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

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

This div border color is #DDD7E8.


Opacity

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

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

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

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

This text has shadow with #DDD7E8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DDD7E8 on black background.


Color preview on white background

This text has color #DDD7E8 on white background.



Black color preview on #DDD7E8 background

This text has black color on #DDD7E8 background.


White color preview on #DDD7E8 background

This text has white color on #DDD7E8 background.