COLOR #DEDEE4

HEX: #DEDEE4 RGB: (222,222,228)

Color info

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

RGB color model

#DEDEE4 color RGB value is (222,222,228).

RGB: (222,222,228) (87%, 87%, 89%)

RGB channels and saturation

R 222 of 255 = 87%
G 222 of 255 = 87%
B 228 of 255 = 89%

222
222
228

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

Portions of RGB colors in percentages

R + G + B = 222 + 222 + 228 = 672 (100%)
R 222 of 672 ~ 33.04%
G 222 of 672 ~ 33.04%
B 228 of 672 ~ 33.93'%

%33.04
%33.04
%33.93

CMYK color model

#DEDEE4 color CMYK value is (3,3,0,11).

  • cyan value is 2.63%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (3,3,0,11)
C3M3Y0K11 (3%, 3%, 0%, 11%)
(0.03 / 0.03 / 0.00 / 0.11)

CMYK percentages

%2.63
%2.63
%0
%10.59

Codes

Color #DEDEE4 in popluar color models

DE DE E4
RGB 222 222 228
HSL 240° 10.00% 88.24%
HSB/HSV 240° 2.63% 89.41%
CMYK 2.63% 2.63% 0.00%
10.59%

Color #DEDEE4 in popluar number systems.

HEX DE DE E4
Decimal 222 222 228
Binary 11011110 11011110 11100100
Octal 336 336 344

Shades and tints

Shades of #DEDEE4

#DEDEE4
(222,222,228)
#CACAD0
(202,202,208)
#B6B6BC
(182,182,188)
#A2A2A8
(162,162,168)
#8E8E94
(142,142,148)
#7A7A80
(122,122,128)
#66666C
(102,102,108)
#525258
(82,82,88)
#3E3E44
(62,62,68)
#2A2A30
(42,42,48)
#16161C
(22,22,28)
#000000
(0,0,0)

Tints of #DEDEE4

#DEDEE4
(222,222,228)
#E1E1E6
(225,225,230)
#E4E4E8
(228,228,232)
#E7E7EA
(231,231,234)
#EAEAEC
(234,234,236)
#EDEDEE
(237,237,238)
#F0F0F0
(240,240,240)
#F3F3F2
(243,243,242)
#F6F6F4
(246,246,244)
#F9F9F6
(249,249,246)
#FCFCF8
(252,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEDEE4; }

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

This text font color is #DEDEE4.

Background Color

.myBgColor { background-color: #DEDEE4; }

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

This div background color is #DEDEE4.

Border color

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

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

This div border color is #DEDEE4.

Opacity

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

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

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

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

This text has shadow with #DEDEE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEDEE4.

Preview

Color preview on black background

This text has color #DEDEE4 on black background.


Color preview on white background

This text has color #DEDEE4 on white background.


Black color preview on #DEDEE4 background

This text has black color on #DEDEE4 background.


White color preview on #DEDEE4 background

This text has white color on #DEDEE4 background.


Related colors

Complementary color

Complementary color for #hex is #21211B.


I love getcolorcode.com