COLOR #DFDAE6

HEX: #DFDAE6 RGB: (223,218,230)

Color info

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

RGB color model

#DFDAE6 color RGB value is (223,218,230).

RGB: (223,218,230) (87%, 85%, 90%)

RGB channels and saturation

R 223 of 255 = 87%
G 218 of 255 = 85%
B 230 of 255 = 90%

223
218
230

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

Portions of RGB colors in percentages

R + G + B = 223 + 218 + 230 = 671 (100%)
R 223 of 671 ~ 33.23%
G 218 of 671 ~ 32.49%
B 230 of 671 ~ 34.28'%

%33.23
%32.49
%34.28

CMYK color model

#DFDAE6 color CMYK value is (3,5,0,10).

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

CMYK: (3,5,0,10)
C3M5Y0K10 (3%, 5%, 0%, 10%)
(0.03 / 0.05 / 0.00 / 0.10)

CMYK percentages

%3.04
%5.22
%0
%9.8

Codes

Color #DFDAE6 in popluar color models

DF DA E6
RGB 223 218 230
HSL 265° 19.35% 87.84%
HSB/HSV 265° 5.22% 90.20%
CMYK 3.04% 5.22% 0.00%
9.80%

Color #DFDAE6 in popluar number systems.

HEX DF DA E6
Decimal 223 218 230
Binary 11011111 11011010 11100110
Octal 337 332 346

Shades and tints

Shades of #DFDAE6

#DFDAE6
(223,218,230)
#CBC7D2
(203,199,210)
#B7B4BE
(183,180,190)
#A3A1AA
(163,161,170)
#8F8E96
(143,142,150)
#7B7B82
(123,123,130)
#67686E
(103,104,110)
#53555A
(83,85,90)
#3F4246
(63,66,70)
#2B2F32
(43,47,50)
#171C1E
(23,28,30)
#000000
(0,0,0)

Tints of #DFDAE6

#DFDAE6
(223,218,230)
#E1DDE8
(225,221,232)
#E3E0EA
(227,224,234)
#E5E3EC
(229,227,236)
#E7E6EE
(231,230,238)
#E9E9F0
(233,233,240)
#EBECF2
(235,236,242)
#EDEFF4
(237,239,244)
#EFF2F6
(239,242,246)
#F1F5F8
(241,245,248)
#F3F8FA
(243,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDAE6; }

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

This text font color is #DFDAE6.

Background Color

.myBgColor { background-color: #DFDAE6; }

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

This div background color is #DFDAE6.

Border color

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

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

This div border color is #DFDAE6.

Opacity

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

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

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

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

This text has shadow with #DFDAE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFDAE6.

Preview

Color preview on black background

This text has color #DFDAE6 on black background.


Color preview on white background

This text has color #DFDAE6 on white background.


Black color preview on #DFDAE6 background

This text has black color on #DFDAE6 background.


White color preview on #DFDAE6 background

This text has white color on #DFDAE6 background.


Related colors

Complementary color

Complementary color for #hex is #202519.


I love getcolorcode.com

Triadic colors

1 #E6DFDA and #DAE6DF with #DFDAE6 are triadic colors.

2 #E6DADF and #DADFE6 with #DFDAE6 are triadic colors.