COLOR #DFD8E5

HEX: #DFD8E5 RGB: (223,216,229)

Color info

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

RGB color model

#DFD8E5 color RGB value is (223,216,229).

RGB: (223,216,229) (87%, 85%, 90%)

RGB channels and saturation

R 223 of 255 = 87%
G 216 of 255 = 85%
B 229 of 255 = 90%

223
216
229

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

Portions of RGB colors in percentages

R + G + B = 223 + 216 + 229 = 668 (100%)
R 223 of 668 ~ 33.38%
G 216 of 668 ~ 32.34%
B 229 of 668 ~ 34.28'%

%33.38
%32.34
%34.28

CMYK color model

#DFD8E5 color CMYK value is (3,6,0,10).

  • cyan value is 2.62%
  • magenta value is 5.68%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (3,6,0,10)
C3M6Y0K10 (3%, 6%, 0%, 10%)
(0.03 / 0.06 / 0.00 / 0.10)

CMYK percentages

%2.62
%5.68
%0
%10.2

Codes

Color #DFD8E5 in popluar color models

DF D8 E5
RGB 223 216 229
HSL 272° 20.00% 87.25%
HSB/HSV 272° 5.68% 89.80%
CMYK 2.62% 5.68% 0.00%
10.20%

Color #DFD8E5 in popluar number systems.

HEX DF D8 E5
Decimal 223 216 229
Binary 11011111 11011000 11100101
Octal 337 330 345

Shades and tints

Shades of #DFD8E5

#DFD8E5
(223,216,229)
#CBC5D1
(203,197,209)
#B7B2BD
(183,178,189)
#A39FA9
(163,159,169)
#8F8C95
(143,140,149)
#7B7981
(123,121,129)
#67666D
(103,102,109)
#535359
(83,83,89)
#3F4045
(63,64,69)
#2B2D31
(43,45,49)
#171A1D
(23,26,29)
#000000
(0,0,0)

Tints of #DFD8E5

#DFD8E5
(223,216,229)
#E1DBE7
(225,219,231)
#E3DEE9
(227,222,233)
#E5E1EB
(229,225,235)
#E7E4ED
(231,228,237)
#E9E7EF
(233,231,239)
#EBEAF1
(235,234,241)
#EDEDF3
(237,237,243)
#EFF0F5
(239,240,245)
#F1F3F7
(241,243,247)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFD8E5 color. Also use rgb(223,216,229) instead hex code.

Text Font Color

.myTextColor { color: #DFD8E5; }

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

This text font color is #DFD8E5.

Background Color

.myBgColor { background-color: #DFD8E5; }

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

This div background color is #DFD8E5.

Border color

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

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

This div border color is #DFD8E5.

Opacity

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

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

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

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

This text has shadow with #DFD8E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFD8E5.

Preview

Color preview on black background

This text has color #DFD8E5 on black background.


Color preview on white background

This text has color #DFD8E5 on white background.


Black color preview on #DFD8E5 background

This text has black color on #DFD8E5 background.


White color preview on #DFD8E5 background

This text has white color on #DFD8E5 background.


Related colors

Complementary color

Complementary color for #hex is #20271A.


I love getcolorcode.com

Triadic colors

1 #E5DFD8 and #D8E5DF with #DFD8E5 are triadic colors.

2 #E5D8DF and #D8DFE5 with #DFD8E5 are triadic colors.