COLOR #DFD3EA

HEX: #DFD3EA
RGB: (223,211,234)

Color info

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

RGB color model

#DFD3EA color RGB value is (223,211,234).

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

RGB channels and saturation

R 223 of 255 = 87%
G 211 of 255 = 83%
B 234 of 255 = 92%

223
211
234

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

Portions of RGB colors in percentages

R + G + B =
223 + 211 + 234 = 668 (100%)
R 223 of 668 ~ 33.38%
G 211 of 668 ~ 31.59%
B 234 of 668 ~ 35.03%

%33.38
%31.59
%35.03

CMYK color model

#DFD3EA color CMYK value is (5,10,0,8).

  • cyan value is 4.70%
  • magenta value is 9.83%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(5,10,0,8)
C5M10Y0K8 
(5%,10%,0%,8%)
(0.05/0.10/0.00/0.08)	

CMYK percentages

%4.7
%9.83
%0
%8.24

Codes

Color #DFD3EA in popluar color models

DFD3EA
RGB223211234
HSL271°35.38%87.25%
HSB/HSV271°9.83%91.76%
CMYK4.70%9.83%0.00%
8.24%

Color #DFD3EA in popluar number systems.

HEXDFD3EA
Decimal223211234
Binary110111111101001111101010
Octal337323352

Shades and tints

Shades of #DFD3EA

#DFD3EA
(223,211,234)
#CBC0D5
(203,192,213)
#B7ADC0
(183,173,192)
#A39AAB
(163,154,171)
#8F8796
(143,135,150)
#7B7481
(123,116,129)
#67616C
(103,97,108)
#534E57
(83,78,87)
#3F3B42
(63,59,66)
#2B282D
(43,40,45)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #DFD3EA

#DFD3EA
(223,211,234)
#E1D7EB
(225,215,235)
#E3DBEC
(227,219,236)
#E5DFED
(229,223,237)
#E7E3EE
(231,227,238)
#E9E7EF
(233,231,239)
#EBEBF0
(235,235,240)
#EDEFF1
(237,239,241)
#EFF3F2
(239,243,242)
#F1F7F3
(241,247,243)
#F3FBF4
(243,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD3EA; }

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

This text font color is #DFD3EA.


Background Color

.myBgColor { background-color: #DFD3EA; }

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

This div background color is #DFD3EA.


Border color

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

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

This div border color is #DFD3EA.


Opacity

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

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

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

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

This text has shadow with #DFD3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD3EA on black background.


Color preview on white background

This text has color #DFD3EA on white background.



Black color preview on #DFD3EA background

This text has black color on #DFD3EA background.


White color preview on #DFD3EA background

This text has white color on #DFD3EA background.