COLOR #DEDFE7

HEX: #DEDFE7
RGB: (222,223,231)

Color info

#DEDFE7 contains red, green and blue colors in about the same proportion. Web safe color of #DEDFE7 is #CCCCFF (or #CCF).

RGB color model

#DEDFE7 color RGB value is (222,223,231).

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

RGB channels and saturation

R 222 of 255 = 87%
G 223 of 255 = 87%
B 231 of 255 = 91%

222
223
231

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

Portions of RGB colors in percentages

R + G + B =
222 + 223 + 231 = 676 (100%)
R 222 of 676 ~ 32.84%
G 223 of 676 ~ 32.99%
B 231 of 676 ~ 34.17%

%32.84
%32.99
%34.17

CMYK color model

#DEDFE7 color CMYK value is (4,3,0,9).

  • cyan value is 3.90%
  • magenta value is 3.46%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(4,3,0,9)
C4M3Y0K9 
(4%,3%,0%,9%)
(0.04/0.03/0.00/0.09)	

CMYK percentages

%3.9
%3.46
%0
%9.41

Codes

Color #DEDFE7 in popluar color models

DEDFE7
RGB222223231
HSL233°15.79%88.82%
HSB/HSV233°3.90%90.59%
CMYK3.90%3.46%0.00%
9.41%

Color #DEDFE7 in popluar number systems.

HEXDEDFE7
Decimal222223231
Binary110111101101111111100111
Octal336337347

Shades and tints

Shades of #DEDFE7

#DEDFE7
(222,223,231)
#CACBD2
(202,203,210)
#B6B7BD
(182,183,189)
#A2A3A8
(162,163,168)
#8E8F93
(142,143,147)
#7A7B7E
(122,123,126)
#666769
(102,103,105)
#525354
(82,83,84)
#3E3F3F
(62,63,63)
#2A2B2A
(42,43,42)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #DEDFE7

#DEDFE7
(222,223,231)
#E1E1E9
(225,225,233)
#E4E3EB
(228,227,235)
#E7E5ED
(231,229,237)
#EAE7EF
(234,231,239)
#EDE9F1
(237,233,241)
#F0EBF3
(240,235,243)
#F3EDF5
(243,237,245)
#F6EFF7
(246,239,247)
#F9F1F9
(249,241,249)
#FCF3FB
(252,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEDFE7; }

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

This text font color is #DEDFE7.


Background Color

.myBgColor { background-color: #DEDFE7; }

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

This div background color is #DEDFE7.


Border color

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

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

This div border color is #DEDFE7.


Opacity

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

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

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

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

This text has shadow with #DEDFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEDFE7 on black background.


Color preview on white background

This text has color #DEDFE7 on white background.



Black color preview on #DEDFE7 background

This text has black color on #DEDFE7 background.


White color preview on #DEDFE7 background

This text has white color on #DEDFE7 background.