COLOR #DFD9FD

HEX: #DFD9FD
RGB: (223,217,253)

Color info

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

RGB color model

#DFD9FD color RGB value is (223,217,253).

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

RGB channels and saturation

R 223 of 255 = 87%
G 217 of 255 = 85%
B 253 of 255 = 99%

223
217
253

R + G + B ~ 90%. #DFD9FD is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 217 + 253 = 693 (100%)
R 223 of 693 ~ 32.18%
G 217 of 693 ~ 31.31%
B 253 of 693 ~ 36.51%

%32.18
%31.31
%36.51

CMYK color model

#DFD9FD color CMYK value is (12,14,0,1).

  • cyan value is 11.86%
  • magenta value is 14.23%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(12,14,0,1)
C12M14Y0K1 
(12%,14%,0%,1%)
(0.12/0.14/0.00/0.01)	

CMYK percentages

%11.86
%14.23
%0
%0.78

Codes

Color #DFD9FD in popluar color models

DFD9FD
RGB223217253
HSL250°90.00%92.16%
HSB/HSV250°14.23%99.22%
CMYK11.86%14.23%0.00%
0.78%

Color #DFD9FD in popluar number systems.

HEXDFD9FD
Decimal223217253
Binary110111111101100111111101
Octal337331375

Shades and tints

Shades of #DFD9FD

#DFD9FD
(223,217,253)
#CBC6E6
(203,198,230)
#B7B3CF
(183,179,207)
#A3A0B8
(163,160,184)
#8F8DA1
(143,141,161)
#7B7A8A
(123,122,138)
#676773
(103,103,115)
#53545C
(83,84,92)
#3F4145
(63,65,69)
#2B2E2E
(43,46,46)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #DFD9FD

#DFD9FD
(223,217,253)
#E1DCFD
(225,220,253)
#E3DFFD
(227,223,253)
#E5E2FD
(229,226,253)
#E7E5FD
(231,229,253)
#E9E8FD
(233,232,253)
#EBEBFD
(235,235,253)
#EDEEFD
(237,238,253)
#EFF1FD
(239,241,253)
#F1F4FD
(241,244,253)
#F3F7FD
(243,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD9FD; }

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

This text font color is #DFD9FD.


Background Color

.myBgColor { background-color: #DFD9FD; }

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

This div background color is #DFD9FD.


Border color

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

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

This div border color is #DFD9FD.


Opacity

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

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

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

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

This text has shadow with #DFD9FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD9FD on black background.


Color preview on white background

This text has color #DFD9FD on white background.



Black color preview on #DFD9FD background

This text has black color on #DFD9FD background.


White color preview on #DFD9FD background

This text has white color on #DFD9FD background.