COLOR #DFD9E3

HEX: #DFD9E3 RGB: (223,217,227)

Color info

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

RGB color model

#DFD9E3 color RGB value is (223,217,227).

RGB: (223,217,227) (87%, 85%, 89%)

RGB channels and saturation

R 223 of 255 = 87%
G 217 of 255 = 85%
B 227 of 255 = 89%

223
217
227

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

Portions of RGB colors in percentages

R + G + B = 223 + 217 + 227 = 667 (100%)
R 223 of 667 ~ 33.43%
G 217 of 667 ~ 32.53%
B 227 of 667 ~ 34.03'%

%33.43
%32.53
%34.03

CMYK color model

#DFD9E3 color CMYK value is (2,4,0,11).

  • cyan value is 1.76%
  • magenta value is 4.41%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK: (2,4,0,11) C2M4Y0K11 (2%,4%,0%,11%) (0.02/0.04/0.00/0.11) 

CMYK percentages

%1.76
%4.41
%0
%10.98

Codes

Color #DFD9E3 in popluar color models

DF D9 E3
RGB 223 217 227
HSL 276° 15.15% 87.06%
HSB/HSV 276° 4.41% 89.02%
CMYK 1.76% 4.41% 0.00%
10.98%

Color #DFD9E3 in popluar number systems.

HEX DF D9 E3
Decimal 223 217 227
Binary 11011111 11011001 11100011
Octal 337 331 343

Shades and tints

Shades of #DFD9E3

#DFD9E3
(223,217,227)
#CBC6CF
(203,198,207)
#B7B3BB
(183,179,187)
#A3A0A7
(163,160,167)
#8F8D93
(143,141,147)
#7B7A7F
(123,122,127)
#67676B
(103,103,107)
#535457
(83,84,87)
#3F4143
(63,65,67)
#2B2E2F
(43,46,47)
#171B1B
(23,27,27)
#000000
(0,0,0)

Tints of #DFD9E3

#DFD9E3
(223,217,227)
#E1DCE5
(225,220,229)
#E3DFE7
(227,223,231)
#E5E2E9
(229,226,233)
#E7E5EB
(231,229,235)
#E9E8ED
(233,232,237)
#EBEBEF
(235,235,239)
#EDEEF1
(237,238,241)
#EFF1F3
(239,241,243)
#F1F4F5
(241,244,245)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD9E3; }

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

This text font color is #DFD9E3.

Background Color

.myBgColor { background-color: #DFD9E3; }

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

This div background color is #DFD9E3.

Border color

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

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

This div border color is #DFD9E3.

Opacity

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

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

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

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

This text has shadow with #DFD9E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFD9E3.

Preview

Color preview on black background

This text has color #DFD9E3 on black background.


Color preview on white background

This text has color #DFD9E3 on white background.


Black color preview on #DFD9E3 background

This text has black color on #DFD9E3 background.


White color preview on #DFD9E3 background

This text has white color on #DFD9E3 background.


Related colors

Complementary color

Complementary color for #hex is #20261C.


I love getcolorcode.com

Triadic colors

1 #E3DFD9 and #D9E3DF with #DFD9E3 are triadic colors.

2 #E3D9DF and #D9DFE3 with #DFD9E3 are triadic colors.