COLOR #DDC9FD

HEX: #DDC9FD
RGB: (221,201,253)

Color info

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

RGB color model

#DDC9FD color RGB value is (221,201,253).

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

RGB channels and saturation

R 221 of 255 = 87%
G 201 of 255 = 79%
B 253 of 255 = 99%

221
201
253

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

Portions of RGB colors in percentages

R + G + B =
221 + 201 + 253 = 675 (100%)
R 221 of 675 ~ 32.74%
G 201 of 675 ~ 29.78%
B 253 of 675 ~ 37.48%

%32.74
%29.78
%37.48

CMYK color model

#DDC9FD color CMYK value is (13,21,0,1).

  • cyan value is 12.65%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(13,21,0,1)
C13M21Y0K1 
(13%,21%,0%,1%)
(0.13/0.21/0.00/0.01)	

CMYK percentages

%12.65
%20.55
%0
%0.78

Codes

Color #DDC9FD in popluar color models

DDC9FD
RGB221201253
HSL263°92.86%89.02%
HSB/HSV263°20.55%99.22%
CMYK12.65%20.55%0.00%
0.78%

Color #DDC9FD in popluar number systems.

HEXDDC9FD
Decimal221201253
Binary110111011100100111111101
Octal335311375

Shades and tints

Shades of #DDC9FD

#DDC9FD
(221,201,253)
#C9B7E6
(201,183,230)
#B5A5CF
(181,165,207)
#A193B8
(161,147,184)
#8D81A1
(141,129,161)
#796F8A
(121,111,138)
#655D73
(101,93,115)
#514B5C
(81,75,92)
#3D3945
(61,57,69)
#29272E
(41,39,46)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #DDC9FD

#DDC9FD
(221,201,253)
#E0CDFD
(224,205,253)
#E3D1FD
(227,209,253)
#E6D5FD
(230,213,253)
#E9D9FD
(233,217,253)
#ECDDFD
(236,221,253)
#EFE1FD
(239,225,253)
#F2E5FD
(242,229,253)
#F5E9FD
(245,233,253)
#F8EDFD
(248,237,253)
#FBF1FD
(251,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC9FD; }

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

This text font color is #DDC9FD.


Background Color

.myBgColor { background-color: #DDC9FD; }

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

This div background color is #DDC9FD.


Border color

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

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

This div border color is #DDC9FD.


Opacity

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

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

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

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

This text has shadow with #DDC9FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC9FD on black background.


Color preview on white background

This text has color #DDC9FD on white background.



Black color preview on #DDC9FD background

This text has black color on #DDC9FD background.


White color preview on #DDC9FD background

This text has white color on #DDC9FD background.