COLOR #DFD0E7

HEX: #DFD0E7
RGB: (223,208,231)

Color info

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

RGB color model

#DFD0E7 color RGB value is (223,208,231).

  • red value is 223;
  • green value is 208;
  • blue value is 231.
RGB:
(223,208,231)
(87%,82%,91%)

RGB channels and saturation

R 223 of 255 = 87%
G 208 of 255 = 82%
B 231 of 255 = 91%

223
208
231

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

Portions of RGB colors in percentages

R + G + B =
223 + 208 + 231 = 662 (100%)
R 223 of 662 ~ 33.69%
G 208 of 662 ~ 31.42%
B 231 of 662 ~ 34.89%

%33.69
%31.42
%34.89

CMYK color model

#DFD0E7 color CMYK value is (3,10,0,9).

  • cyan value is 3.46%
  • magenta value is 9.96%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(3,10,0,9)
C3M10Y0K9 
(3%,10%,0%,9%)
(0.03/0.10/0.00/0.09)	

CMYK percentages

%3.46
%9.96
%0
%9.41

Codes

Color #DFD0E7 in popluar color models

DFD0E7
RGB223208231
HSL279°32.39%86.08%
HSB/HSV279°9.96%90.59%
CMYK3.46%9.96%0.00%
9.41%

Color #DFD0E7 in popluar number systems.

HEXDFD0E7
Decimal223208231
Binary110111111101000011100111
Octal337320347

Shades and tints

Shades of #DFD0E7

#DFD0E7
(223,208,231)
#CBBED2
(203,190,210)
#B7ACBD
(183,172,189)
#A39AA8
(163,154,168)
#8F8893
(143,136,147)
#7B767E
(123,118,126)
#676469
(103,100,105)
#535254
(83,82,84)
#3F403F
(63,64,63)
#2B2E2A
(43,46,42)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #DFD0E7

#DFD0E7
(223,208,231)
#E1D4E9
(225,212,233)
#E3D8EB
(227,216,235)
#E5DCED
(229,220,237)
#E7E0EF
(231,224,239)
#E9E4F1
(233,228,241)
#EBE8F3
(235,232,243)
#EDECF5
(237,236,245)
#EFF0F7
(239,240,247)
#F1F4F9
(241,244,249)
#F3F8FB
(243,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFD0E7 color. Also use rgb(223,208,231) instead hex code.

Text Font Color

.myTextColor { color: #DFD0E7; }

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

This text font color is #DFD0E7.


Background Color

.myBgColor { background-color: #DFD0E7; }

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

This div background color is #DFD0E7.


Border color

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

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

This div border color is #DFD0E7.


Opacity

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

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

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

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

This text has shadow with #DFD0E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD0E7 on black background.


Color preview on white background

This text has color #DFD0E7 on white background.



Black color preview on #DFD0E7 background

This text has black color on #DFD0E7 background.


White color preview on #DFD0E7 background

This text has white color on #DFD0E7 background.