COLOR #DDC9E7

HEX: #DDC9E7
RGB: (221,201,231)

Color info

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

RGB color model

#DDC9E7 color RGB value is (221,201,231).

  • red value is 221;
  • green value is 201;
  • blue value is 231.
RGB:
(221,201,231)
(87%,79%,91%)

RGB channels and saturation

R 221 of 255 = 87%
G 201 of 255 = 79%
B 231 of 255 = 91%

221
201
231

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

Portions of RGB colors in percentages

R + G + B =
221 + 201 + 231 = 653 (100%)
R 221 of 653 ~ 33.84%
G 201 of 653 ~ 30.78%
B 231 of 653 ~ 35.38%

%33.84
%30.78
%35.38

CMYK color model

#DDC9E7 color CMYK value is (4,13,0,9).

  • cyan value is 4.33%
  • magenta value is 12.99%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(4,13,0,9)
C4M13Y0K9 
(4%,13%,0%,9%)
(0.04/0.13/0.00/0.09)	

CMYK percentages

%4.33
%12.99
%0
%9.41

Codes

Color #DDC9E7 in popluar color models

DDC9E7
RGB221201231
HSL280°38.46%84.71%
HSB/HSV280°12.99%90.59%
CMYK4.33%12.99%0.00%
9.41%

Color #DDC9E7 in popluar number systems.

HEXDDC9E7
Decimal221201231
Binary110111011100100111100111
Octal335311347

Shades and tints

Shades of #DDC9E7

#DDC9E7
(221,201,231)
#C9B7D2
(201,183,210)
#B5A5BD
(181,165,189)
#A193A8
(161,147,168)
#8D8193
(141,129,147)
#796F7E
(121,111,126)
#655D69
(101,93,105)
#514B54
(81,75,84)
#3D393F
(61,57,63)
#29272A
(41,39,42)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #DDC9E7

#DDC9E7
(221,201,231)
#E0CDE9
(224,205,233)
#E3D1EB
(227,209,235)
#E6D5ED
(230,213,237)
#E9D9EF
(233,217,239)
#ECDDF1
(236,221,241)
#EFE1F3
(239,225,243)
#F2E5F5
(242,229,245)
#F5E9F7
(245,233,247)
#F8EDF9
(248,237,249)
#FBF1FB
(251,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC9E7 color. Also use rgb(221,201,231) instead hex code.

Text Font Color

.myTextColor { color: #DDC9E7; }

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

This text font color is #DDC9E7.


Background Color

.myBgColor { background-color: #DDC9E7; }

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

This div background color is #DDC9E7.


Border color

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

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

This div border color is #DDC9E7.


Opacity

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

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

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

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

This text has shadow with #DDC9E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC9E7 on black background.


Color preview on white background

This text has color #DDC9E7 on white background.



Black color preview on #DDC9E7 background

This text has black color on #DDC9E7 background.


White color preview on #DDC9E7 background

This text has white color on #DDC9E7 background.