COLOR #DDC9DE

HEX: #DDC9DE
RGB: (221,201,222)

Color info

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

RGB color model

#DDC9DE color RGB value is (221,201,222).

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

RGB channels and saturation

R 221 of 255 = 87%
G 201 of 255 = 79%
B 222 of 255 = 87%

221
201
222

R + G + B ~ 84%. #DDC9DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 201 + 222 = 644 (100%)
R 221 of 644 ~ 34.32%
G 201 of 644 ~ 31.21%
B 222 of 644 ~ 34.47%

%34.32
%31.21
%34.47

CMYK color model

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

  • cyan value is 0.45%
  • magenta value is 9.46%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(0,9,0,13)
C0M9Y0K13 
(0%,9%,0%,13%)
(0.00/0.09/0.00/0.13)	

CMYK percentages

%0.45
%9.46
%0
%12.94

Codes

Color #DDC9DE in popluar color models

DDC9DE
RGB221201222
HSL297°24.14%82.94%
HSB/HSV297°9.46%87.06%
CMYK0.45%9.46%0.00%
12.94%

Color #DDC9DE in popluar number systems.

HEXDDC9DE
Decimal221201222
Binary110111011100100111011110
Octal335311336

Shades and tints

Shades of #DDC9DE

#DDC9DE
(221,201,222)
#C9B7CA
(201,183,202)
#B5A5B6
(181,165,182)
#A193A2
(161,147,162)
#8D818E
(141,129,142)
#796F7A
(121,111,122)
#655D66
(101,93,102)
#514B52
(81,75,82)
#3D393E
(61,57,62)
#29272A
(41,39,42)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #DDC9DE

#DDC9DE
(221,201,222)
#E0CDE1
(224,205,225)
#E3D1E4
(227,209,228)
#E6D5E7
(230,213,231)
#E9D9EA
(233,217,234)
#ECDDED
(236,221,237)
#EFE1F0
(239,225,240)
#F2E5F3
(242,229,243)
#F5E9F6
(245,233,246)
#F8EDF9
(248,237,249)
#FBF1FC
(251,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC9DE; }

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

This text font color is #DDC9DE.


Background Color

.myBgColor { background-color: #DDC9DE; }

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

This div background color is #DDC9DE.


Border color

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

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

This div border color is #DDC9DE.


Opacity

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

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

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

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

This text has shadow with #DDC9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC9DE on black background.


Color preview on white background

This text has color #DDC9DE on white background.



Black color preview on #DDC9DE background

This text has black color on #DDC9DE background.


White color preview on #DDC9DE background

This text has white color on #DDC9DE background.