COLOR #DFC9DD

HEX: #DFC9DD
RGB: (223,201,221)

Color info

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

RGB color model

#DFC9DD color RGB value is (223,201,221).

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

RGB channels and saturation

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

223
201
221

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

Portions of RGB colors in percentages

R + G + B =
223 + 201 + 221 = 645 (100%)
R 223 of 645 ~ 34.57%
G 201 of 645 ~ 31.16%
B 221 of 645 ~ 34.26%

%34.57
%31.16
%34.26

CMYK color model

#DFC9DD color CMYK value is (0,10,1,13).

  • cyan value is 0.00%
  • magenta value is 9.87%
  • yellow value is 0.90%
  • key color value is 12.55%
CMYK: (0,10,1,13) C0M10Y1K13 (0%,10%,1%,13%) (0.00/0.10/0.01/0.13)

CMYK percentages

%0
%9.87
%0.9
%12.55

Codes

Color #DFC9DD in popluar color models

DFC9DD
RGB223201221
HSL305°25.58%83.14%
HSB/HSV305°9.87%87.45%
CMYK0.00%9.87%0.90%
12.55%

Color #DFC9DD in popluar number systems.

HEXDFC9DD
Decimal223201221
Binary110111111100100111011101
Octal337311335

Shades and tints

Shades of #DFC9DD

#DFC9DD
(223,201,221)
#CBB7C9
(203,183,201)
#B7A5B5
(183,165,181)
#A393A1
(163,147,161)
#8F818D
(143,129,141)
#7B6F79
(123,111,121)
#675D65
(103,93,101)
#534B51
(83,75,81)
#3F393D
(63,57,61)
#2B2729
(43,39,41)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #DFC9DD

#DFC9DD
(223,201,221)
#E1CDE0
(225,205,224)
#E3D1E3
(227,209,227)
#E5D5E6
(229,213,230)
#E7D9E9
(231,217,233)
#E9DDEC
(233,221,236)
#EBE1EF
(235,225,239)
#EDE5F2
(237,229,242)
#EFE9F5
(239,233,245)
#F1EDF8
(241,237,248)
#F3F1FB
(243,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC9DD; }

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

This text font color is #DFC9DD.


Background Color

.myBgColor { background-color: #DFC9DD; }

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

This div background color is #DFC9DD.


Border color

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

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

This div border color is #DFC9DD.


Opacity

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

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

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

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

This text has shadow with #DFC9DD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DFC9DD on black background.


Color preview on white background

This text has color #DFC9DD on white background.



Black color preview on #DFC9DD background

This text has black color on #DFC9DD background.


White color preview on #DFC9DD background

This text has white color on #DFC9DD background.