COLOR #DFC9E5

HEX: #DFC9E5
RGB: (223,201,229)

Color info

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

RGB color model

#DFC9E5 color RGB value is (223,201,229).

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

RGB channels and saturation

R 223 of 255 = 87%
G 201 of 255 = 79%
B 229 of 255 = 90%

223
201
229

R + G + B ~ 85%. #DFC9E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 201 + 229 = 653 (100%)
R 223 of 653 ~ 34.15%
G 201 of 653 ~ 30.78%
B 229 of 653 ~ 35.07%

%34.15
%30.78
%35.07

CMYK color model

#DFC9E5 color CMYK value is (3,12,0,10).

  • cyan value is 2.62%
  • magenta value is 12.23%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(3,12,0,10)
C3M12Y0K10 
(3%,12%,0%,10%)
(0.03/0.12/0.00/0.10)	

CMYK percentages

%2.62
%12.23
%0
%10.2

Codes

Color #DFC9E5 in popluar color models

DFC9E5
RGB223201229
HSL287°35.00%84.31%
HSB/HSV287°12.23%89.80%
CMYK2.62%12.23%0.00%
10.20%

Color #DFC9E5 in popluar number systems.

HEXDFC9E5
Decimal223201229
Binary110111111100100111100101
Octal337311345

Shades and tints

Shades of #DFC9E5

#DFC9E5
(223,201,229)
#CBB7D1
(203,183,209)
#B7A5BD
(183,165,189)
#A393A9
(163,147,169)
#8F8195
(143,129,149)
#7B6F81
(123,111,129)
#675D6D
(103,93,109)
#534B59
(83,75,89)
#3F3945
(63,57,69)
#2B2731
(43,39,49)
#17151D
(23,21,29)
#000000
(0,0,0)

Tints of #DFC9E5

#DFC9E5
(223,201,229)
#E1CDE7
(225,205,231)
#E3D1E9
(227,209,233)
#E5D5EB
(229,213,235)
#E7D9ED
(231,217,237)
#E9DDEF
(233,221,239)
#EBE1F1
(235,225,241)
#EDE5F3
(237,229,243)
#EFE9F5
(239,233,245)
#F1EDF7
(241,237,247)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC9E5; }

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

This text font color is #DFC9E5.


Background Color

.myBgColor { background-color: #DFC9E5; }

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

This div background color is #DFC9E5.


Border color

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

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

This div border color is #DFC9E5.


Opacity

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

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

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

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

This text has shadow with #DFC9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC9E5 on black background.


Color preview on white background

This text has color #DFC9E5 on white background.



Black color preview on #DFC9E5 background

This text has black color on #DFC9E5 background.


White color preview on #DFC9E5 background

This text has white color on #DFC9E5 background.