COLOR #DFD7E6

HEX: #DFD7E6 RGB: (223,215,230)

Color info

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

RGB color model

#DFD7E6 color RGB value is (223,215,230).

RGB: (223,215,230) (87%, 84%, 90%)

RGB channels and saturation

R 223 of 255 = 87%
G 215 of 255 = 84%
B 230 of 255 = 90%

223
215
230

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

Portions of RGB colors in percentages

R + G + B = 223 + 215 + 230 = 668 (100%)
R 223 of 668 ~ 33.38%
G 215 of 668 ~ 32.19%
B 230 of 668 ~ 34.43'%

%33.38
%32.19
%34.43

CMYK color model

#DFD7E6 color CMYK value is (3,7,0,10).

  • cyan value is 3.04%
  • magenta value is 6.52%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (3,7,0,10)
C3M7Y0K10 (3%, 7%, 0%, 10%)
(0.03 / 0.07 / 0.00 / 0.10)

CMYK percentages

%3.04
%6.52
%0
%9.8

Codes

Color #DFD7E6 in popluar color models

DF D7 E6
RGB 223 215 230
HSL 272° 23.08% 87.25%
HSB/HSV 272° 6.52% 90.20%
CMYK 3.04% 6.52% 0.00%
9.80%

Color #DFD7E6 in popluar number systems.

HEX DF D7 E6
Decimal 223 215 230
Binary 11011111 11010111 11100110
Octal 337 327 346

Shades and tints

Shades of #DFD7E6

#DFD7E6
(223,215,230)
#CBC4D2
(203,196,210)
#B7B1BE
(183,177,190)
#A39EAA
(163,158,170)
#8F8B96
(143,139,150)
#7B7882
(123,120,130)
#67656E
(103,101,110)
#53525A
(83,82,90)
#3F3F46
(63,63,70)
#2B2C32
(43,44,50)
#17191E
(23,25,30)
#000000
(0,0,0)

Tints of #DFD7E6

#DFD7E6
(223,215,230)
#E1DAE8
(225,218,232)
#E3DDEA
(227,221,234)
#E5E0EC
(229,224,236)
#E7E3EE
(231,227,238)
#E9E6F0
(233,230,240)
#EBE9F2
(235,233,242)
#EDECF4
(237,236,244)
#EFEFF6
(239,239,246)
#F1F2F8
(241,242,248)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFD7E6 color. Also use rgb(223,215,230) instead hex code.

Text Font Color

.myTextColor { color: #DFD7E6; }

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

This text font color is #DFD7E6.

Background Color

.myBgColor { background-color: #DFD7E6; }

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

This div background color is #DFD7E6.

Border color

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

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

This div border color is #DFD7E6.

Opacity

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

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

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

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

This text has shadow with #DFD7E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFD7E6.

Preview

Color preview on black background

This text has color #DFD7E6 on black background.


Color preview on white background

This text has color #DFD7E6 on white background.


Black color preview on #DFD7E6 background

This text has black color on #DFD7E6 background.


White color preview on #DFD7E6 background

This text has white color on #DFD7E6 background.


Related colors

Complementary color

Complementary color for #hex is #202819.


I love getcolorcode.com

Triadic colors

1 #E6DFD7 and #D7E6DF with #DFD7E6 are triadic colors.

2 #E6D7DF and #D7DFE6 with #DFD7E6 are triadic colors.