COLOR #DDD3E1

HEX: #DDD3E1
RGB: (221,211,225)

Color info

#DDD3E1 contains red, green and blue colors in about the same proportion. Web safe color of #DDD3E1 is #CCCCCC (or #CCC).

RGB color model

#DDD3E1 color RGB value is (221,211,225).

  • red value is 221;
  • green value is 211;
  • blue value is 225.
RGB:
(221,211,225)
(87%,83%,88%)

RGB channels and saturation

R 221 of 255 = 87%
G 211 of 255 = 83%
B 225 of 255 = 88%

221
211
225

R + G + B ~ 86%. #DDD3E1 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 211 + 225 = 657 (100%)
R 221 of 657 ~ 33.64%
G 211 of 657 ~ 32.12%
B 225 of 657 ~ 34.25%

%33.64
%32.12
%34.25

CMYK color model

#DDD3E1 color CMYK value is (2,6,0,12).

  • cyan value is 1.78%
  • magenta value is 6.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(2,6,0,12)
C2M6Y0K12 
(2%,6%,0%,12%)
(0.02/0.06/0.00/0.12)	

CMYK percentages

%1.78
%6.22
%0
%11.76

Codes

Color #DDD3E1 in popluar color models

DDD3E1
RGB221211225
HSL283°18.92%85.49%
HSB/HSV283°6.22%88.24%
CMYK1.78%6.22%0.00%
11.76%

Color #DDD3E1 in popluar number systems.

HEXDDD3E1
Decimal221211225
Binary110111011101001111100001
Octal335323341

Shades and tints

Shades of #DDD3E1

#DDD3E1
(221,211,225)
#C9C0CD
(201,192,205)
#B5ADB9
(181,173,185)
#A19AA5
(161,154,165)
#8D8791
(141,135,145)
#79747D
(121,116,125)
#656169
(101,97,105)
#514E55
(81,78,85)
#3D3B41
(61,59,65)
#29282D
(41,40,45)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #DDD3E1

#DDD3E1
(221,211,225)
#E0D7E3
(224,215,227)
#E3DBE5
(227,219,229)
#E6DFE7
(230,223,231)
#E9E3E9
(233,227,233)
#ECE7EB
(236,231,235)
#EFEBED
(239,235,237)
#F2EFEF
(242,239,239)
#F5F3F1
(245,243,241)
#F8F7F3
(248,247,243)
#FBFBF5
(251,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD3E1 color. Also use rgb(221,211,225) instead hex code.

Text Font Color

.myTextColor { color: #DDD3E1; }

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

This text font color is #DDD3E1.


Background Color

.myBgColor { background-color: #DDD3E1; }

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

This div background color is #DDD3E1.


Border color

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

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

This div border color is #DDD3E1.


Opacity

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

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

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

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

This text has shadow with #DDD3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD3E1 on black background.


Color preview on white background

This text has color #DDD3E1 on white background.



Black color preview on #DDD3E1 background

This text has black color on #DDD3E1 background.


White color preview on #DDD3E1 background

This text has white color on #DDD3E1 background.