COLOR #DDC9ED

HEX: #DDC9ED
RGB: (221,201,237)

Color info

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

RGB color model

#DDC9ED color RGB value is (221,201,237).

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

RGB channels and saturation

R 221 of 255 = 87%
G 201 of 255 = 79%
B 237 of 255 = 93%

221
201
237

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

Portions of RGB colors in percentages

R + G + B =
221 + 201 + 237 = 659 (100%)
R 221 of 659 ~ 33.54%
G 201 of 659 ~ 30.5%
B 237 of 659 ~ 35.96%

%33.54
%30.5
%35.96

CMYK color model

#DDC9ED color CMYK value is (7,15,0,7).

  • cyan value is 6.75%
  • magenta value is 15.19%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(7,15,0,7)
C7M15Y0K7 
(7%,15%,0%,7%)
(0.07/0.15/0.00/0.07)	

CMYK percentages

%6.75
%15.19
%0
%7.06

Codes

Color #DDC9ED in popluar color models

DDC9ED
RGB221201237
HSL273°50.00%85.88%
HSB/HSV273°15.19%92.94%
CMYK6.75%15.19%0.00%
7.06%

Color #DDC9ED in popluar number systems.

HEXDDC9ED
Decimal221201237
Binary110111011100100111101101
Octal335311355

Shades and tints

Shades of #DDC9ED

#DDC9ED
(221,201,237)
#C9B7D8
(201,183,216)
#B5A5C3
(181,165,195)
#A193AE
(161,147,174)
#8D8199
(141,129,153)
#796F84
(121,111,132)
#655D6F
(101,93,111)
#514B5A
(81,75,90)
#3D3945
(61,57,69)
#292730
(41,39,48)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #DDC9ED

#DDC9ED
(221,201,237)
#E0CDEE
(224,205,238)
#E3D1EF
(227,209,239)
#E6D5F0
(230,213,240)
#E9D9F1
(233,217,241)
#ECDDF2
(236,221,242)
#EFE1F3
(239,225,243)
#F2E5F4
(242,229,244)
#F5E9F5
(245,233,245)
#F8EDF6
(248,237,246)
#FBF1F7
(251,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC9ED; }

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

This text font color is #DDC9ED.


Background Color

.myBgColor { background-color: #DDC9ED; }

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

This div background color is #DDC9ED.


Border color

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

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

This div border color is #DDC9ED.


Opacity

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

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

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

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

This text has shadow with #DDC9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC9ED on black background.


Color preview on white background

This text has color #DDC9ED on white background.



Black color preview on #DDC9ED background

This text has black color on #DDC9ED background.


White color preview on #DDC9ED background

This text has white color on #DDC9ED background.