COLOR #DFD3E1

HEX: #DFD3E1
RGB: (223,211,225)

Color info

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

RGB color model

#DFD3E1 color RGB value is (223,211,225).

  • red value is 223;
  • green value is 211;
  • blue value is 225.
RGB:
(223,211,225)
(87%,83%,88%)

RGB channels and saturation

R 223 of 255 = 87%
G 211 of 255 = 83%
B 225 of 255 = 88%

223
211
225

R + G + B ~ 86%. #DFD3E1 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 211 + 225 = 659 (100%)
R 223 of 659 ~ 33.84%
G 211 of 659 ~ 32.02%
B 225 of 659 ~ 34.14%

%33.84
%32.02
%34.14

CMYK color model

#DFD3E1 color CMYK value is (1,6,0,12).

  • cyan value is 0.89%
  • magenta value is 6.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(1,6,0,12)
C1M6Y0K12 
(1%,6%,0%,12%)
(0.01/0.06/0.00/0.12)	

CMYK percentages

%0.89
%6.22
%0
%11.76

Codes

Color #DFD3E1 in popluar color models

DFD3E1
RGB223211225
HSL291°18.92%85.49%
HSB/HSV291°6.22%88.24%
CMYK0.89%6.22%0.00%
11.76%

Color #DFD3E1 in popluar number systems.

HEXDFD3E1
Decimal223211225
Binary110111111101001111100001
Octal337323341

Shades and tints

Shades of #DFD3E1

#DFD3E1
(223,211,225)
#CBC0CD
(203,192,205)
#B7ADB9
(183,173,185)
#A39AA5
(163,154,165)
#8F8791
(143,135,145)
#7B747D
(123,116,125)
#676169
(103,97,105)
#534E55
(83,78,85)
#3F3B41
(63,59,65)
#2B282D
(43,40,45)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #DFD3E1

#DFD3E1
(223,211,225)
#E1D7E3
(225,215,227)
#E3DBE5
(227,219,229)
#E5DFE7
(229,223,231)
#E7E3E9
(231,227,233)
#E9E7EB
(233,231,235)
#EBEBED
(235,235,237)
#EDEFEF
(237,239,239)
#EFF3F1
(239,243,241)
#F1F7F3
(241,247,243)
#F3FBF5
(243,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFD3E1 color. Also use rgb(223,211,225) instead hex code.

Text Font Color

.myTextColor { color: #DFD3E1; }

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

This text font color is #DFD3E1.


Background Color

.myBgColor { background-color: #DFD3E1; }

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

This div background color is #DFD3E1.


Border color

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

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

This div border color is #DFD3E1.


Opacity

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

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

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

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

This text has shadow with #DFD3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD3E1 on black background.


Color preview on white background

This text has color #DFD3E1 on white background.



Black color preview on #DFD3E1 background

This text has black color on #DFD3E1 background.


White color preview on #DFD3E1 background

This text has white color on #DFD3E1 background.