COLOR #DFDEE1

HEX: #DFDEE1
RGB: (223,222,225)

Color info

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

RGB color model

#DFDEE1 color RGB value is (223,222,225).

  • red value is 223;
  • green value is 222;
  • blue value is 225.
RGB:
(223,222,225)
(87%,87%,88%)

RGB channels and saturation

R 223 of 255 = 87%
G 222 of 255 = 87%
B 225 of 255 = 88%

223
222
225

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

Portions of RGB colors in percentages

R + G + B =
223 + 222 + 225 = 670 (100%)
R 223 of 670 ~ 33.28%
G 222 of 670 ~ 33.13%
B 225 of 670 ~ 33.58%

%33.28
%33.13
%33.58

CMYK color model

#DFDEE1 color CMYK value is (1,1,0,12).

  • cyan value is 0.89%
  • magenta value is 1.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(1,1,0,12)
C1M1Y0K12 
(1%,1%,0%,12%)
(0.01/0.01/0.00/0.12)	

CMYK percentages

%0.89
%1.33
%0
%11.76

Codes

Color #DFDEE1 in popluar color models

DFDEE1
RGB223222225
HSL260°4.76%87.65%
HSB/HSV260°1.33%88.24%
CMYK0.89%1.33%0.00%
11.76%

Color #DFDEE1 in popluar number systems.

HEXDFDEE1
Decimal223222225
Binary110111111101111011100001
Octal337336341

Shades and tints

Shades of #DFDEE1

#DFDEE1
(223,222,225)
#CBCACD
(203,202,205)
#B7B6B9
(183,182,185)
#A3A2A5
(163,162,165)
#8F8E91
(143,142,145)
#7B7A7D
(123,122,125)
#676669
(103,102,105)
#535255
(83,82,85)
#3F3E41
(63,62,65)
#2B2A2D
(43,42,45)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #DFDEE1

#DFDEE1
(223,222,225)
#E1E1E3
(225,225,227)
#E3E4E5
(227,228,229)
#E5E7E7
(229,231,231)
#E7EAE9
(231,234,233)
#E9EDEB
(233,237,235)
#EBF0ED
(235,240,237)
#EDF3EF
(237,243,239)
#EFF6F1
(239,246,241)
#F1F9F3
(241,249,243)
#F3FCF5
(243,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFDEE1 color. Also use rgb(223,222,225) instead hex code.

Text Font Color

.myTextColor { color: #DFDEE1; }

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

This text font color is #DFDEE1.


Background Color

.myBgColor { background-color: #DFDEE1; }

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

This div background color is #DFDEE1.


Border color

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

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

This div border color is #DFDEE1.


Opacity

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

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

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

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

This text has shadow with #DFDEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDEE1 on black background.


Color preview on white background

This text has color #DFDEE1 on white background.



Black color preview on #DFDEE1 background

This text has black color on #DFDEE1 background.


White color preview on #DFDEE1 background

This text has white color on #DFDEE1 background.