COLOR #DFD9EF

HEX: #DFD9EF
RGB: (223,217,239)

Color info

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

RGB color model

#DFD9EF color RGB value is (223,217,239).

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

RGB channels and saturation

R 223 of 255 = 87%
G 217 of 255 = 85%
B 239 of 255 = 94%

223
217
239

R + G + B ~ 89%. #DFD9EF is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 217 + 239 = 679 (100%)
R 223 of 679 ~ 32.84%
G 217 of 679 ~ 31.96%
B 239 of 679 ~ 35.2%

%32.84
%31.96
%35.2

CMYK color model

#DFD9EF color CMYK value is (7,9,0,6).

  • cyan value is 6.69%
  • magenta value is 9.21%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(7,9,0,6)
C7M9Y0K6 
(7%,9%,0%,6%)
(0.07/0.09/0.00/0.06)	

CMYK percentages

%6.69
%9.21
%0
%6.27

Codes

Color #DFD9EF in popluar color models

DFD9EF
RGB223217239
HSL256°40.74%89.41%
HSB/HSV256°9.21%93.73%
CMYK6.69%9.21%0.00%
6.27%

Color #DFD9EF in popluar number systems.

HEXDFD9EF
Decimal223217239
Binary110111111101100111101111
Octal337331357

Shades and tints

Shades of #DFD9EF

#DFD9EF
(223,217,239)
#CBC6DA
(203,198,218)
#B7B3C5
(183,179,197)
#A3A0B0
(163,160,176)
#8F8D9B
(143,141,155)
#7B7A86
(123,122,134)
#676771
(103,103,113)
#53545C
(83,84,92)
#3F4147
(63,65,71)
#2B2E32
(43,46,50)
#171B1D
(23,27,29)
#000000
(0,0,0)

Tints of #DFD9EF

#DFD9EF
(223,217,239)
#E1DCF0
(225,220,240)
#E3DFF1
(227,223,241)
#E5E2F2
(229,226,242)
#E7E5F3
(231,229,243)
#E9E8F4
(233,232,244)
#EBEBF5
(235,235,245)
#EDEEF6
(237,238,246)
#EFF1F7
(239,241,247)
#F1F4F8
(241,244,248)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD9EF; }

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

This text font color is #DFD9EF.


Background Color

.myBgColor { background-color: #DFD9EF; }

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

This div background color is #DFD9EF.


Border color

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

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

This div border color is #DFD9EF.


Opacity

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

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

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

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

This text has shadow with #DFD9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD9EF on black background.


Color preview on white background

This text has color #DFD9EF on white background.



Black color preview on #DFD9EF background

This text has black color on #DFD9EF background.


White color preview on #DFD9EF background

This text has white color on #DFD9EF background.