COLOR #DEDFE5

HEX: #DEDFE5
RGB: (222,223,229)

Color info

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

RGB color model

#DEDFE5 color RGB value is (222,223,229).

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

RGB channels and saturation

R 222 of 255 = 87%
G 223 of 255 = 87%
B 229 of 255 = 90%

222
223
229

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

Portions of RGB colors in percentages

R + G + B =
222 + 223 + 229 = 674 (100%)
R 222 of 674 ~ 32.94%
G 223 of 674 ~ 33.09%
B 229 of 674 ~ 33.98%

%32.94
%33.09
%33.98

CMYK color model

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

  • cyan value is 3.06%
  • magenta value is 2.62%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(3,3,0,10)
C3M3Y0K10 
(3%,3%,0%,10%)
(0.03/0.03/0.00/0.10)	

CMYK percentages

%3.06
%2.62
%0
%10.2

Codes

Color #DEDFE5 in popluar color models

DEDFE5
RGB222223229
HSL231°11.86%88.43%
HSB/HSV231°3.06%89.80%
CMYK3.06%2.62%0.00%
10.20%

Color #DEDFE5 in popluar number systems.

HEXDEDFE5
Decimal222223229
Binary110111101101111111100101
Octal336337345

Shades and tints

Shades of #DEDFE5

#DEDFE5
(222,223,229)
#CACBD1
(202,203,209)
#B6B7BD
(182,183,189)
#A2A3A9
(162,163,169)
#8E8F95
(142,143,149)
#7A7B81
(122,123,129)
#66676D
(102,103,109)
#525359
(82,83,89)
#3E3F45
(62,63,69)
#2A2B31
(42,43,49)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #DEDFE5

#DEDFE5
(222,223,229)
#E1E1E7
(225,225,231)
#E4E3E9
(228,227,233)
#E7E5EB
(231,229,235)
#EAE7ED
(234,231,237)
#EDE9EF
(237,233,239)
#F0EBF1
(240,235,241)
#F3EDF3
(243,237,243)
#F6EFF5
(246,239,245)
#F9F1F7
(249,241,247)
#FCF3F9
(252,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEDFE5; }

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

This text font color is #DEDFE5.


Background Color

.myBgColor { background-color: #DEDFE5; }

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

This div background color is #DEDFE5.


Border color

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

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

This div border color is #DEDFE5.


Opacity

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

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

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

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

This text has shadow with #DEDFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEDFE5 on black background.


Color preview on white background

This text has color #DEDFE5 on white background.



Black color preview on #DEDFE5 background

This text has black color on #DEDFE5 background.


White color preview on #DEDFE5 background

This text has white color on #DEDFE5 background.