COLOR #DFD9ED

HEX: #DFD9ED RGB: (223,217,237)

Color info

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

RGB color model

#DFD9ED color RGB value is (223,217,237).

RGB: (223,217,237) (87%, 85%, 93%)

RGB channels and saturation

R 223 of 255 = 87%
G 217 of 255 = 85%
B 237 of 255 = 93%

223
217
237

R + G + B ~ 88%. #DFD9ED is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 217 + 237 = 677 (100%)
R 223 of 677 ~ 32.94%
G 217 of 677 ~ 32.05%
B 237 of 677 ~ 35.01'%

%32.94
%32.05
%35.01

CMYK color model

#DFD9ED color CMYK value is (6,8,0,7).

  • cyan value is 5.91%
  • magenta value is 8.44%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (6,8,0,7)
C6M8Y0K7 (6%, 8%, 0%, 7%)
(0.06 / 0.08 / 0.00 / 0.07)

CMYK percentages

%5.91
%8.44
%0
%7.06

Codes

Color #DFD9ED in popluar color models

DF D9 ED
RGB 223 217 237
HSL 258° 35.71% 89.02%
HSB/HSV 258° 8.44% 92.94%
CMYK 5.91% 8.44% 0.00%
7.06%

Color #DFD9ED in popluar number systems.

HEX DF D9 ED
Decimal 223 217 237
Binary 11011111 11011001 11101101
Octal 337 331 355

Shades and tints

Shades of #DFD9ED

#DFD9ED
(223,217,237)
#CBC6D8
(203,198,216)
#B7B3C3
(183,179,195)
#A3A0AE
(163,160,174)
#8F8D99
(143,141,153)
#7B7A84
(123,122,132)
#67676F
(103,103,111)
#53545A
(83,84,90)
#3F4145
(63,65,69)
#2B2E30
(43,46,48)
#171B1B
(23,27,27)
#000000
(0,0,0)

Tints of #DFD9ED

#DFD9ED
(223,217,237)
#E1DCEE
(225,220,238)
#E3DFEF
(227,223,239)
#E5E2F0
(229,226,240)
#E7E5F1
(231,229,241)
#E9E8F2
(233,232,242)
#EBEBF3
(235,235,243)
#EDEEF4
(237,238,244)
#EFF1F5
(239,241,245)
#F1F4F6
(241,244,246)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD9ED; }

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

This text font color is #DFD9ED.

Background Color

.myBgColor { background-color: #DFD9ED; }

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

This div background color is #DFD9ED.

Border color

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

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

This div border color is #DFD9ED.

Opacity

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

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

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

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

This text has shadow with #DFD9ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFD9ED.

Preview

Color preview on black background

This text has color #DFD9ED on black background.


Color preview on white background

This text has color #DFD9ED on white background.


Black color preview on #DFD9ED background

This text has black color on #DFD9ED background.


White color preview on #DFD9ED background

This text has white color on #DFD9ED background.


Related colors

Complementary color

Complementary color for #hex is #202612.


I love getcolorcode.com

Triadic colors

1 #EDDFD9 and #D9EDDF with #DFD9ED are triadic colors.

2 #EDD9DF and #D9DFED with #DFD9ED are triadic colors.