COLOR #DFC9EF

HEX: #DFC9EF
RGB: (223,201,239)

Color info

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

RGB color model

#DFC9EF color RGB value is (223,201,239).

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

RGB channels and saturation

R 223 of 255 = 87%
G 201 of 255 = 79%
B 239 of 255 = 94%

223
201
239

R + G + B ~ 87%. #DFC9EF is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 201 + 239 = 663 (100%)
R 223 of 663 ~ 33.63%
G 201 of 663 ~ 30.32%
B 239 of 663 ~ 36.05%

%33.63
%30.32
%36.05

CMYK color model

#DFC9EF color CMYK value is (7,16,0,6).

  • cyan value is 6.69%
  • magenta value is 15.90%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(7,16,0,6)
C7M16Y0K6 
(7%,16%,0%,6%)
(0.07/0.16/0.00/0.06)	

CMYK percentages

%6.69
%15.9
%0
%6.27

Codes

Color #DFC9EF in popluar color models

DFC9EF
RGB223201239
HSL275°54.29%86.27%
HSB/HSV275°15.90%93.73%
CMYK6.69%15.90%0.00%
6.27%

Color #DFC9EF in popluar number systems.

HEXDFC9EF
Decimal223201239
Binary110111111100100111101111
Octal337311357

Shades and tints

Shades of #DFC9EF

#DFC9EF
(223,201,239)
#CBB7DA
(203,183,218)
#B7A5C5
(183,165,197)
#A393B0
(163,147,176)
#8F819B
(143,129,155)
#7B6F86
(123,111,134)
#675D71
(103,93,113)
#534B5C
(83,75,92)
#3F3947
(63,57,71)
#2B2732
(43,39,50)
#17151D
(23,21,29)
#000000
(0,0,0)

Tints of #DFC9EF

#DFC9EF
(223,201,239)
#E1CDF0
(225,205,240)
#E3D1F1
(227,209,241)
#E5D5F2
(229,213,242)
#E7D9F3
(231,217,243)
#E9DDF4
(233,221,244)
#EBE1F5
(235,225,245)
#EDE5F6
(237,229,246)
#EFE9F7
(239,233,247)
#F1EDF8
(241,237,248)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC9EF; }

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

This text font color is #DFC9EF.


Background Color

.myBgColor { background-color: #DFC9EF; }

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

This div background color is #DFC9EF.


Border color

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

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

This div border color is #DFC9EF.


Opacity

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

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

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

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

This text has shadow with #DFC9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC9EF on black background.


Color preview on white background

This text has color #DFC9EF on white background.



Black color preview on #DFC9EF background

This text has black color on #DFC9EF background.


White color preview on #DFC9EF background

This text has white color on #DFC9EF background.