COLOR #DDD5E0

HEX: #DDD5E0
RGB: (221,213,224)

Color info

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

RGB color model

#DDD5E0 color RGB value is (221,213,224).

  • red value is 221;
  • green value is 213;
  • blue value is 224.
RGB:
(221,213,224)
(87%,84%,88%)

RGB channels and saturation

R 221 of 255 = 87%
G 213 of 255 = 84%
B 224 of 255 = 88%

221
213
224

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

Portions of RGB colors in percentages

R + G + B =
221 + 213 + 224 = 658 (100%)
R 221 of 658 ~ 33.59%
G 213 of 658 ~ 32.37%
B 224 of 658 ~ 34.04%

%33.59
%32.37
%34.04

CMYK color model

#DDD5E0 color CMYK value is (1,5,0,12).

  • cyan value is 1.34%
  • magenta value is 4.91%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(1,5,0,12)
C1M5Y0K12 
(1%,5%,0%,12%)
(0.01/0.05/0.00/0.12)	

CMYK percentages

%1.34
%4.91
%0
%12.16

Codes

Color #DDD5E0 in popluar color models

DDD5E0
RGB221213224
HSL284°15.07%85.69%
HSB/HSV284°4.91%87.84%
CMYK1.34%4.91%0.00%
12.16%

Color #DDD5E0 in popluar number systems.

HEXDDD5E0
Decimal221213224
Binary110111011101010111100000
Octal335325340

Shades and tints

Shades of #DDD5E0

#DDD5E0
(221,213,224)
#C9C2CC
(201,194,204)
#B5AFB8
(181,175,184)
#A19CA4
(161,156,164)
#8D8990
(141,137,144)
#79767C
(121,118,124)
#656368
(101,99,104)
#515054
(81,80,84)
#3D3D40
(61,61,64)
#292A2C
(41,42,44)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #DDD5E0

#DDD5E0
(221,213,224)
#E0D8E2
(224,216,226)
#E3DBE4
(227,219,228)
#E6DEE6
(230,222,230)
#E9E1E8
(233,225,232)
#ECE4EA
(236,228,234)
#EFE7EC
(239,231,236)
#F2EAEE
(242,234,238)
#F5EDF0
(245,237,240)
#F8F0F2
(248,240,242)
#FBF3F4
(251,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD5E0 color. Also use rgb(221,213,224) instead hex code.

Text Font Color

.myTextColor { color: #DDD5E0; }

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

This text font color is #DDD5E0.


Background Color

.myBgColor { background-color: #DDD5E0; }

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

This div background color is #DDD5E0.


Border color

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

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

This div border color is #DDD5E0.


Opacity

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

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

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

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

This text has shadow with #DDD5E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD5E0 on black background.


Color preview on white background

This text has color #DDD5E0 on white background.



Black color preview on #DDD5E0 background

This text has black color on #DDD5E0 background.


White color preview on #DDD5E0 background

This text has white color on #DDD5E0 background.