COLOR #DDD7EB

HEX: #DDD7EB
RGB: (221,215,235)

Color info

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

RGB color model

#DDD7EB color RGB value is (221,215,235).

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

RGB channels and saturation

R 221 of 255 = 87%
G 215 of 255 = 84%
B 235 of 255 = 92%

221
215
235

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

Portions of RGB colors in percentages

R + G + B =
221 + 215 + 235 = 671 (100%)
R 221 of 671 ~ 32.94%
G 215 of 671 ~ 32.04%
B 235 of 671 ~ 35.02%

%32.94
%32.04
%35.02

CMYK color model

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

  • cyan value is 5.96%
  • magenta value is 8.51%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(6,9,0,8)
C6M9Y0K8 
(6%,9%,0%,8%)
(0.06/0.09/0.00/0.08)	

CMYK percentages

%5.96
%8.51
%0
%7.84

Codes

Color #DDD7EB in popluar color models

DDD7EB
RGB221215235
HSL258°33.33%88.24%
HSB/HSV258°8.51%92.16%
CMYK5.96%8.51%0.00%
7.84%

Color #DDD7EB in popluar number systems.

HEXDDD7EB
Decimal221215235
Binary110111011101011111101011
Octal335327353

Shades and tints

Shades of #DDD7EB

#DDD7EB
(221,215,235)
#C9C4D6
(201,196,214)
#B5B1C1
(181,177,193)
#A19EAC
(161,158,172)
#8D8B97
(141,139,151)
#797882
(121,120,130)
#65656D
(101,101,109)
#515258
(81,82,88)
#3D3F43
(61,63,67)
#292C2E
(41,44,46)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #DDD7EB

#DDD7EB
(221,215,235)
#E0DAEC
(224,218,236)
#E3DDED
(227,221,237)
#E6E0EE
(230,224,238)
#E9E3EF
(233,227,239)
#ECE6F0
(236,230,240)
#EFE9F1
(239,233,241)
#F2ECF2
(242,236,242)
#F5EFF3
(245,239,243)
#F8F2F4
(248,242,244)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD7EB; }

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

This text font color is #DDD7EB.


Background Color

.myBgColor { background-color: #DDD7EB; }

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

This div background color is #DDD7EB.


Border color

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

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

This div border color is #DDD7EB.


Opacity

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

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

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

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

This text has shadow with #DDD7EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD7EB on black background.


Color preview on white background

This text has color #DDD7EB on white background.



Black color preview on #DDD7EB background

This text has black color on #DDD7EB background.


White color preview on #DDD7EB background

This text has white color on #DDD7EB background.