COLOR #DFD9EB

HEX: #DFD9EB RGB: (223,217,235)

Color info

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

RGB color model

#DFD9EB color RGB value is (223,217,235).

RGB: (223,217,235) (87%, 85%, 92%)

RGB channels and saturation

R 223 of 255 = 87%
G 217 of 255 = 85%
B 235 of 255 = 92%

223
217
235

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

Portions of RGB colors in percentages

R + G + B = 223 + 217 + 235 = 675 (100%)
R 223 of 675 ~ 33.04%
G 217 of 675 ~ 32.15%
B 235 of 675 ~ 34.81'%

%33.04
%32.15
%34.81

CMYK color model

#DFD9EB color CMYK value is (5,8,0,8).

  • cyan value is 5.11%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (5,8,0,8)
C5M8Y0K8 (5%, 8%, 0%, 8%)
(0.05 / 0.08 / 0.00 / 0.08)

CMYK percentages

%5.11
%7.66
%0
%7.84

Codes

Color #DFD9EB in popluar color models

DF D9 EB
RGB 223 217 235
HSL 260° 31.03% 88.63%
HSB/HSV 260° 7.66% 92.16%
CMYK 5.11% 7.66% 0.00%
7.84%

Color #DFD9EB in popluar number systems.

HEX DF D9 EB
Decimal 223 217 235
Binary 11011111 11011001 11101011
Octal 337 331 353

Shades and tints

Shades of #DFD9EB

#DFD9EB
(223,217,235)
#CBC6D6
(203,198,214)
#B7B3C1
(183,179,193)
#A3A0AC
(163,160,172)
#8F8D97
(143,141,151)
#7B7A82
(123,122,130)
#67676D
(103,103,109)
#535458
(83,84,88)
#3F4143
(63,65,67)
#2B2E2E
(43,46,46)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #DFD9EB

#DFD9EB
(223,217,235)
#E1DCEC
(225,220,236)
#E3DFED
(227,223,237)
#E5E2EE
(229,226,238)
#E7E5EF
(231,229,239)
#E9E8F0
(233,232,240)
#EBEBF1
(235,235,241)
#EDEEF2
(237,238,242)
#EFF1F3
(239,241,243)
#F1F4F4
(241,244,244)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD9EB; }

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

This text font color is #DFD9EB.

Background Color

.myBgColor { background-color: #DFD9EB; }

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

This div background color is #DFD9EB.

Border color

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

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

This div border color is #DFD9EB.

Opacity

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

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

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

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

This text has shadow with #DFD9EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFD9EB.

Preview

Color preview on black background

This text has color #DFD9EB on black background.


Color preview on white background

This text has color #DFD9EB on white background.


Black color preview on #DFD9EB background

This text has black color on #DFD9EB background.


White color preview on #DFD9EB background

This text has white color on #DFD9EB background.


Related colors

Complementary color

Complementary color for #hex is #202614.


I love getcolorcode.com

Triadic colors

1 #EBDFD9 and #D9EBDF with #DFD9EB are triadic colors.

2 #EBD9DF and #D9DFEB with #DFD9EB are triadic colors.