COLOR #DDD8ED

HEX: #DDD8ED
RGB: (221,216,237)

Color info

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

RGB color model

#DDD8ED color RGB value is (221,216,237).

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

RGB channels and saturation

R 221 of 255 = 87%
G 216 of 255 = 85%
B 237 of 255 = 93%

221
216
237

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

Portions of RGB colors in percentages

R + G + B =
221 + 216 + 237 = 674 (100%)
R 221 of 674 ~ 32.79%
G 216 of 674 ~ 32.05%
B 237 of 674 ~ 35.16%

%32.79
%32.05
%35.16

CMYK color model

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

  • cyan value is 6.75%
  • magenta value is 8.86%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(7,9,0,7)
C7M9Y0K7 
(7%,9%,0%,7%)
(0.07/0.09/0.00/0.07)	

CMYK percentages

%6.75
%8.86
%0
%7.06

Codes

Color #DDD8ED in popluar color models

DDD8ED
RGB221216237
HSL254°36.84%88.82%
HSB/HSV254°8.86%92.94%
CMYK6.75%8.86%0.00%
7.06%

Color #DDD8ED in popluar number systems.

HEXDDD8ED
Decimal221216237
Binary110111011101100011101101
Octal335330355

Shades and tints

Shades of #DDD8ED

#DDD8ED
(221,216,237)
#C9C5D8
(201,197,216)
#B5B2C3
(181,178,195)
#A19FAE
(161,159,174)
#8D8C99
(141,140,153)
#797984
(121,121,132)
#65666F
(101,102,111)
#51535A
(81,83,90)
#3D4045
(61,64,69)
#292D30
(41,45,48)
#151A1B
(21,26,27)
#000000
(0,0,0)

Tints of #DDD8ED

#DDD8ED
(221,216,237)
#E0DBEE
(224,219,238)
#E3DEEF
(227,222,239)
#E6E1F0
(230,225,240)
#E9E4F1
(233,228,241)
#ECE7F2
(236,231,242)
#EFEAF3
(239,234,243)
#F2EDF4
(242,237,244)
#F5F0F5
(245,240,245)
#F8F3F6
(248,243,246)
#FBF6F7
(251,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD8ED color. Also use rgb(221,216,237) instead hex code.

Text Font Color

.myTextColor { color: #DDD8ED; }

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

This text font color is #DDD8ED.


Background Color

.myBgColor { background-color: #DDD8ED; }

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

This div background color is #DDD8ED.


Border color

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

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

This div border color is #DDD8ED.


Opacity

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

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

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

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

This text has shadow with #DDD8ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD8ED on black background.


Color preview on white background

This text has color #DDD8ED on white background.



Black color preview on #DDD8ED background

This text has black color on #DDD8ED background.


White color preview on #DDD8ED background

This text has white color on #DDD8ED background.