COLOR #DFD6EC

HEX: #DFD6EC
RGB: (223,214,236)

Color info

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

RGB color model

#DFD6EC color RGB value is (223,214,236).

  • red value is 223;
  • green value is 214;
  • blue value is 236.
RGB:
(223,214,236)
(87%,84%,93%)

RGB channels and saturation

R 223 of 255 = 87%
G 214 of 255 = 84%
B 236 of 255 = 93%

223
214
236

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

Portions of RGB colors in percentages

R + G + B =
223 + 214 + 236 = 673 (100%)
R 223 of 673 ~ 33.14%
G 214 of 673 ~ 31.8%
B 236 of 673 ~ 35.07%

%33.14
%31.8
%35.07

CMYK color model

#DFD6EC color CMYK value is (6,9,0,7).

  • cyan value is 5.51%
  • magenta value is 9.32%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(6,9,0,7)
C6M9Y0K7 
(6%,9%,0%,7%)
(0.06/0.09/0.00/0.07)	

CMYK percentages

%5.51
%9.32
%0
%7.45

Codes

Color #DFD6EC in popluar color models

DFD6EC
RGB223214236
HSL265°36.67%88.24%
HSB/HSV265°9.32%92.55%
CMYK5.51%9.32%0.00%
7.45%

Color #DFD6EC in popluar number systems.

HEXDFD6EC
Decimal223214236
Binary110111111101011011101100
Octal337326354

Shades and tints

Shades of #DFD6EC

#DFD6EC
(223,214,236)
#CBC3D7
(203,195,215)
#B7B0C2
(183,176,194)
#A39DAD
(163,157,173)
#8F8A98
(143,138,152)
#7B7783
(123,119,131)
#67646E
(103,100,110)
#535159
(83,81,89)
#3F3E44
(63,62,68)
#2B2B2F
(43,43,47)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #DFD6EC

#DFD6EC
(223,214,236)
#E1D9ED
(225,217,237)
#E3DCEE
(227,220,238)
#E5DFEF
(229,223,239)
#E7E2F0
(231,226,240)
#E9E5F1
(233,229,241)
#EBE8F2
(235,232,242)
#EDEBF3
(237,235,243)
#EFEEF4
(239,238,244)
#F1F1F5
(241,241,245)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFD6EC color. Also use rgb(223,214,236) instead hex code.

Text Font Color

.myTextColor { color: #DFD6EC; }

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

This text font color is #DFD6EC.


Background Color

.myBgColor { background-color: #DFD6EC; }

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

This div background color is #DFD6EC.


Border color

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

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

This div border color is #DFD6EC.


Opacity

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

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

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

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

This text has shadow with #DFD6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD6EC on black background.


Color preview on white background

This text has color #DFD6EC on white background.



Black color preview on #DFD6EC background

This text has black color on #DFD6EC background.


White color preview on #DFD6EC background

This text has white color on #DFD6EC background.