COLOR #DFD4EF

HEX: #DFD4EF
RGB: (223,212,239)

Color info

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

RGB color model

#DFD4EF color RGB value is (223,212,239).

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

RGB channels and saturation

R 223 of 255 = 87%
G 212 of 255 = 83%
B 239 of 255 = 94%

223
212
239

R + G + B ~ 88%. #DFD4EF is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 212 + 239 = 674 (100%)
R 223 of 674 ~ 33.09%
G 212 of 674 ~ 31.45%
B 239 of 674 ~ 35.46%

%33.09
%31.45
%35.46

CMYK color model

#DFD4EF color CMYK value is (7,11,0,6).

  • cyan value is 6.69%
  • magenta value is 11.30%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(7,11,0,6)
C7M11Y0K6 
(7%,11%,0%,6%)
(0.07/0.11/0.00/0.06)	

CMYK percentages

%6.69
%11.3
%0
%6.27

Codes

Color #DFD4EF in popluar color models

DFD4EF
RGB223212239
HSL264°45.76%88.43%
HSB/HSV264°11.30%93.73%
CMYK6.69%11.30%0.00%
6.27%

Color #DFD4EF in popluar number systems.

HEXDFD4EF
Decimal223212239
Binary110111111101010011101111
Octal337324357

Shades and tints

Shades of #DFD4EF

#DFD4EF
(223,212,239)
#CBC1DA
(203,193,218)
#B7AEC5
(183,174,197)
#A39BB0
(163,155,176)
#8F889B
(143,136,155)
#7B7586
(123,117,134)
#676271
(103,98,113)
#534F5C
(83,79,92)
#3F3C47
(63,60,71)
#2B2932
(43,41,50)
#17161D
(23,22,29)
#000000
(0,0,0)

Tints of #DFD4EF

#DFD4EF
(223,212,239)
#E1D7F0
(225,215,240)
#E3DAF1
(227,218,241)
#E5DDF2
(229,221,242)
#E7E0F3
(231,224,243)
#E9E3F4
(233,227,244)
#EBE6F5
(235,230,245)
#EDE9F6
(237,233,246)
#EFECF7
(239,236,247)
#F1EFF8
(241,239,248)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD4EF; }

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

This text font color is #DFD4EF.


Background Color

.myBgColor { background-color: #DFD4EF; }

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

This div background color is #DFD4EF.


Border color

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

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

This div border color is #DFD4EF.


Opacity

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

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

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

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

This text has shadow with #DFD4EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD4EF on black background.


Color preview on white background

This text has color #DFD4EF on white background.



Black color preview on #DFD4EF background

This text has black color on #DFD4EF background.


White color preview on #DFD4EF background

This text has white color on #DFD4EF background.