COLOR #DFD4E3

HEX: #DFD4E3
RGB: (223,212,227)

Color info

#DFD4E3 contains red, green and blue colors in about the same proportion. Web safe color of #DFD4E3 is #CCCCCC (or #CCC).

RGB color model

#DFD4E3 color RGB value is (223,212,227).

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

RGB channels and saturation

R 223 of 255 = 87%
G 212 of 255 = 83%
B 227 of 255 = 89%

223
212
227

R + G + B ~ 86%. #DFD4E3 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 212 + 227 = 662 (100%)
R 223 of 662 ~ 33.69%
G 212 of 662 ~ 32.02%
B 227 of 662 ~ 34.29%

%33.69
%32.02
%34.29

CMYK color model

#DFD4E3 color CMYK value is (2,7,0,11).

  • cyan value is 1.76%
  • magenta value is 6.61%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(2,7,0,11)
C2M7Y0K11 
(2%,7%,0%,11%)
(0.02/0.07/0.00/0.11)	

CMYK percentages

%1.76
%6.61
%0
%10.98

Codes

Color #DFD4E3 in popluar color models

DFD4E3
RGB223212227
HSL284°21.13%86.08%
HSB/HSV284°6.61%89.02%
CMYK1.76%6.61%0.00%
10.98%

Color #DFD4E3 in popluar number systems.

HEXDFD4E3
Decimal223212227
Binary110111111101010011100011
Octal337324343

Shades and tints

Shades of #DFD4E3

#DFD4E3
(223,212,227)
#CBC1CF
(203,193,207)
#B7AEBB
(183,174,187)
#A39BA7
(163,155,167)
#8F8893
(143,136,147)
#7B757F
(123,117,127)
#67626B
(103,98,107)
#534F57
(83,79,87)
#3F3C43
(63,60,67)
#2B292F
(43,41,47)
#17161B
(23,22,27)
#000000
(0,0,0)

Tints of #DFD4E3

#DFD4E3
(223,212,227)
#E1D7E5
(225,215,229)
#E3DAE7
(227,218,231)
#E5DDE9
(229,221,233)
#E7E0EB
(231,224,235)
#E9E3ED
(233,227,237)
#EBE6EF
(235,230,239)
#EDE9F1
(237,233,241)
#EFECF3
(239,236,243)
#F1EFF5
(241,239,245)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD4E3; }

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

This text font color is #DFD4E3.


Background Color

.myBgColor { background-color: #DFD4E3; }

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

This div background color is #DFD4E3.


Border color

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

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

This div border color is #DFD4E3.


Opacity

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

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

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

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

This text has shadow with #DFD4E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD4E3 on black background.


Color preview on white background

This text has color #DFD4E3 on white background.



Black color preview on #DFD4E3 background

This text has black color on #DFD4E3 background.


White color preview on #DFD4E3 background

This text has white color on #DFD4E3 background.