COLOR #DFD5E3

HEX: #DFD5E3
RGB: (223,213,227)

Color info

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

RGB color model

#DFD5E3 color RGB value is (223,213,227).

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

RGB channels and saturation

R 223 of 255 = 87%
G 213 of 255 = 84%
B 227 of 255 = 89%

223
213
227

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

Portions of RGB colors in percentages

R + G + B =
223 + 213 + 227 = 663 (100%)
R 223 of 663 ~ 33.63%
G 213 of 663 ~ 32.13%
B 227 of 663 ~ 34.24%

%33.63
%32.13
%34.24

CMYK color model

#DFD5E3 color CMYK value is (2,6,0,11).

  • cyan value is 1.76%
  • magenta value is 6.17%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(2,6,0,11)
C2M6Y0K11 
(2%,6%,0%,11%)
(0.02/0.06/0.00/0.11)	

CMYK percentages

%1.76
%6.17
%0
%10.98

Codes

Color #DFD5E3 in popluar color models

DFD5E3
RGB223213227
HSL283°20.00%86.27%
HSB/HSV283°6.17%89.02%
CMYK1.76%6.17%0.00%
10.98%

Color #DFD5E3 in popluar number systems.

HEXDFD5E3
Decimal223213227
Binary110111111101010111100011
Octal337325343

Shades and tints

Shades of #DFD5E3

#DFD5E3
(223,213,227)
#CBC2CF
(203,194,207)
#B7AFBB
(183,175,187)
#A39CA7
(163,156,167)
#8F8993
(143,137,147)
#7B767F
(123,118,127)
#67636B
(103,99,107)
#535057
(83,80,87)
#3F3D43
(63,61,67)
#2B2A2F
(43,42,47)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #DFD5E3

#DFD5E3
(223,213,227)
#E1D8E5
(225,216,229)
#E3DBE7
(227,219,231)
#E5DEE9
(229,222,233)
#E7E1EB
(231,225,235)
#E9E4ED
(233,228,237)
#EBE7EF
(235,231,239)
#EDEAF1
(237,234,241)
#EFEDF3
(239,237,243)
#F1F0F5
(241,240,245)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD5E3; }

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

This text font color is #DFD5E3.


Background Color

.myBgColor { background-color: #DFD5E3; }

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

This div background color is #DFD5E3.


Border color

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

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

This div border color is #DFD5E3.


Opacity

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

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

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

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

This text has shadow with #DFD5E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD5E3 on black background.


Color preview on white background

This text has color #DFD5E3 on white background.



Black color preview on #DFD5E3 background

This text has black color on #DFD5E3 background.


White color preview on #DFD5E3 background

This text has white color on #DFD5E3 background.