COLOR #DEDEE1

HEX: #DEDEE1 RGB: (222,222,225)

Color info

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

RGB color model

#DEDEE1 color RGB value is (222,222,225).

RGB: (222,222,225) (87%, 87%, 88%)

RGB channels and saturation

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

222
222
225

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

Portions of RGB colors in percentages

R + G + B = 222 + 222 + 225 = 669 (100%)
R 222 of 669 ~ 33.18%
G 222 of 669 ~ 33.18%
B 225 of 669 ~ 33.63'%

%33.18
%33.18
%33.63

CMYK color model

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

  • cyan value is 1.33%
  • 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

%1.33
%1.33
%0
%11.76

Codes

Color #DEDEE1 in popluar color models

DE DE E1
RGB 222 222 225
HSL 240° 4.76% 87.65%
HSB/HSV 240° 1.33% 88.24%
CMYK 1.33% 1.33% 0.00%
11.76%

Color #DEDEE1 in popluar number systems.

HEX DE DE E1
Decimal 222 222 225
Binary 11011110 11011110 11100001
Octal 336 336 341

Shades and tints

Shades of #DEDEE1

#DEDEE1
(222,222,225)
#CACACD
(202,202,205)
#B6B6B9
(182,182,185)
#A2A2A5
(162,162,165)
#8E8E91
(142,142,145)
#7A7A7D
(122,122,125)
#666669
(102,102,105)
#525255
(82,82,85)
#3E3E41
(62,62,65)
#2A2A2D
(42,42,45)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #DEDEE1

#DEDEE1
(222,222,225)
#E1E1E3
(225,225,227)
#E4E4E5
(228,228,229)
#E7E7E7
(231,231,231)
#EAEAE9
(234,234,233)
#EDEDEB
(237,237,235)
#F0F0ED
(240,240,237)
#F3F3EF
(243,243,239)
#F6F6F1
(246,246,241)
#F9F9F3
(249,249,243)
#FCFCF5
(252,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEDEE1; }

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

This text font color is #DEDEE1.

Background Color

.myBgColor { background-color: #DEDEE1; }

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

This div background color is #DEDEE1.

Border color

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

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

This div border color is #DEDEE1.

Opacity

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

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

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

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

This text has shadow with #DEDEE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEDEE1.

Preview

Color preview on black background

This text has color #DEDEE1 on black background.


Color preview on white background

This text has color #DEDEE1 on white background.


Black color preview on #DEDEE1 background

This text has black color on #DEDEE1 background.


White color preview on #DEDEE1 background

This text has white color on #DEDEE1 background.


Related colors

Complementary color

Complementary color for #hex is #21211E.


I love getcolorcode.com