COLOR #DFDAE4

HEX: #DFDAE4
RGB: (223,218,228)

Color info

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

RGB color model

#DFDAE4 color RGB value is (223,218,228).

  • red value is 223;
  • green value is 218;
  • blue value is 228.
RGB:
(223,218,228)
(87%,85%,89%)

RGB channels and saturation

R 223 of 255 = 87%
G 218 of 255 = 85%
B 228 of 255 = 89%

223
218
228

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

Portions of RGB colors in percentages

R + G + B =
223 + 218 + 228 = 669 (100%)
R 223 of 669 ~ 33.33%
G 218 of 669 ~ 32.59%
B 228 of 669 ~ 34.08%

%33.33
%32.59
%34.08

CMYK color model

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

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

CMYK percentages

%2.19
%4.39
%0
%10.59

Codes

Color #DFDAE4 in popluar color models

DFDAE4
RGB223218228
HSL270°15.63%87.45%
HSB/HSV270°4.39%89.41%
CMYK2.19%4.39%0.00%
10.59%

Color #DFDAE4 in popluar number systems.

HEXDFDAE4
Decimal223218228
Binary110111111101101011100100
Octal337332344

Shades and tints

Shades of #DFDAE4

#DFDAE4
(223,218,228)
#CBC7D0
(203,199,208)
#B7B4BC
(183,180,188)
#A3A1A8
(163,161,168)
#8F8E94
(143,142,148)
#7B7B80
(123,123,128)
#67686C
(103,104,108)
#535558
(83,85,88)
#3F4244
(63,66,68)
#2B2F30
(43,47,48)
#171C1C
(23,28,28)
#000000
(0,0,0)

Tints of #DFDAE4

#DFDAE4
(223,218,228)
#E1DDE6
(225,221,230)
#E3E0E8
(227,224,232)
#E5E3EA
(229,227,234)
#E7E6EC
(231,230,236)
#E9E9EE
(233,233,238)
#EBECF0
(235,236,240)
#EDEFF2
(237,239,242)
#EFF2F4
(239,242,244)
#F1F5F6
(241,245,246)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDAE4; }

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

This text font color is #DFDAE4.


Background Color

.myBgColor { background-color: #DFDAE4; }

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

This div background color is #DFDAE4.


Border color

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

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

This div border color is #DFDAE4.


Opacity

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

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

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

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

This text has shadow with #DFDAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDAE4 on black background.


Color preview on white background

This text has color #DFDAE4 on white background.



Black color preview on #DFDAE4 background

This text has black color on #DFDAE4 background.


White color preview on #DFDAE4 background

This text has white color on #DFDAE4 background.