COLOR #DFD4ED

HEX: #DFD4ED
RGB: (223,212,237)

Color info

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

RGB color model

#DFD4ED color RGB value is (223,212,237).

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

RGB channels and saturation

R 223 of 255 = 87%
G 212 of 255 = 83%
B 237 of 255 = 93%

223
212
237

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

Portions of RGB colors in percentages

R + G + B =
223 + 212 + 237 = 672 (100%)
R 223 of 672 ~ 33.18%
G 212 of 672 ~ 31.55%
B 237 of 672 ~ 35.27%

%33.18
%31.55
%35.27

CMYK color model

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

  • cyan value is 5.91%
  • magenta value is 10.55%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(6,11,0,7)
C6M11Y0K7 
(6%,11%,0%,7%)
(0.06/0.11/0.00/0.07)	

CMYK percentages

%5.91
%10.55
%0
%7.06

Codes

Color #DFD4ED in popluar color models

DFD4ED
RGB223212237
HSL266°40.98%88.04%
HSB/HSV266°10.55%92.94%
CMYK5.91%10.55%0.00%
7.06%

Color #DFD4ED in popluar number systems.

HEXDFD4ED
Decimal223212237
Binary110111111101010011101101
Octal337324355

Shades and tints

Shades of #DFD4ED

#DFD4ED
(223,212,237)
#CBC1D8
(203,193,216)
#B7AEC3
(183,174,195)
#A39BAE
(163,155,174)
#8F8899
(143,136,153)
#7B7584
(123,117,132)
#67626F
(103,98,111)
#534F5A
(83,79,90)
#3F3C45
(63,60,69)
#2B2930
(43,41,48)
#17161B
(23,22,27)
#000000
(0,0,0)

Tints of #DFD4ED

#DFD4ED
(223,212,237)
#E1D7EE
(225,215,238)
#E3DAEF
(227,218,239)
#E5DDF0
(229,221,240)
#E7E0F1
(231,224,241)
#E9E3F2
(233,227,242)
#EBE6F3
(235,230,243)
#EDE9F4
(237,233,244)
#EFECF5
(239,236,245)
#F1EFF6
(241,239,246)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD4ED; }

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

This text font color is #DFD4ED.


Background Color

.myBgColor { background-color: #DFD4ED; }

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

This div background color is #DFD4ED.


Border color

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

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

This div border color is #DFD4ED.


Opacity

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

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

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

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

This text has shadow with #DFD4ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD4ED on black background.


Color preview on white background

This text has color #DFD4ED on white background.



Black color preview on #DFD4ED background

This text has black color on #DFD4ED background.


White color preview on #DFD4ED background

This text has white color on #DFD4ED background.