COLOR #DFD4EA

HEX: #DFD4EA
RGB: (223,212,234)

Color info

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

RGB color model

#DFD4EA color RGB value is (223,212,234).

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

RGB channels and saturation

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

223
212
234

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

Portions of RGB colors in percentages

R + G + B =
223 + 212 + 234 = 669 (100%)
R 223 of 669 ~ 33.33%
G 212 of 669 ~ 31.69%
B 234 of 669 ~ 34.98%

%33.33
%31.69
%34.98

CMYK color model

#DFD4EA color CMYK value is (5,9,0,8).

  • cyan value is 4.70%
  • magenta value is 9.40%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(5,9,0,8)
C5M9Y0K8 
(5%,9%,0%,8%)
(0.05/0.09/0.00/0.08)	

CMYK percentages

%4.7
%9.4
%0
%8.24

Codes

Color #DFD4EA in popluar color models

DFD4EA
RGB223212234
HSL270°34.38%87.45%
HSB/HSV270°9.40%91.76%
CMYK4.70%9.40%0.00%
8.24%

Color #DFD4EA in popluar number systems.

HEXDFD4EA
Decimal223212234
Binary110111111101010011101010
Octal337324352

Shades and tints

Shades of #DFD4EA

#DFD4EA
(223,212,234)
#CBC1D5
(203,193,213)
#B7AEC0
(183,174,192)
#A39BAB
(163,155,171)
#8F8896
(143,136,150)
#7B7581
(123,117,129)
#67626C
(103,98,108)
#534F57
(83,79,87)
#3F3C42
(63,60,66)
#2B292D
(43,41,45)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #DFD4EA

#DFD4EA
(223,212,234)
#E1D7EB
(225,215,235)
#E3DAEC
(227,218,236)
#E5DDED
(229,221,237)
#E7E0EE
(231,224,238)
#E9E3EF
(233,227,239)
#EBE6F0
(235,230,240)
#EDE9F1
(237,233,241)
#EFECF2
(239,236,242)
#F1EFF3
(241,239,243)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD4EA; }

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

This text font color is #DFD4EA.


Background Color

.myBgColor { background-color: #DFD4EA; }

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

This div background color is #DFD4EA.


Border color

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

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

This div border color is #DFD4EA.


Opacity

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

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

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

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

This text has shadow with #DFD4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD4EA on black background.


Color preview on white background

This text has color #DFD4EA on white background.



Black color preview on #DFD4EA background

This text has black color on #DFD4EA background.


White color preview on #DFD4EA background

This text has white color on #DFD4EA background.