COLOR #DEE2DE

HEX: #DEE2DE
RGB: (222,226,222)

Color info

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

RGB color model

#DEE2DE color RGB value is (222,226,222).

  • red value is 222;
  • green value is 226;
  • blue value is 222.
RGB:
(222,226,222)
(87%,89%,87%)

RGB channels and saturation

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

222
226
222

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

Portions of RGB colors in percentages

R + G + B =
222 + 226 + 222 = 670 (100%)
R 222 of 670 ~ 33.13%
G 226 of 670 ~ 33.73%
B 222 of 670 ~ 33.13%

%33.13
%33.73
%33.13

CMYK color model

#DEE2DE color CMYK value is (2,0,2,11).

  • cyan value is 1.77%
  • magenta value is 0.00%
  • yellow value is 1.77%
  • key color value is 11.37%
CMYK:
(2,0,2,11)
C2M0Y2K11 
(2%,0%,2%,11%)
(0.02/0.00/0.02/0.11)	

CMYK percentages

%1.77
%0
%1.77
%11.37

Codes

Color #DEE2DE in popluar color models

DEE2DE
RGB222226222
HSL120°6.45%87.84%
HSB/HSV120°1.77%88.63%
CMYK1.77%0.00%1.77%
11.37%

Color #DEE2DE in popluar number systems.

HEXDEE2DE
Decimal222226222
Binary110111101110001011011110
Octal336342336

Shades and tints

Shades of #DEE2DE

#DEE2DE
(222,226,222)
#CACECA
(202,206,202)
#B6BAB6
(182,186,182)
#A2A6A2
(162,166,162)
#8E928E
(142,146,142)
#7A7E7A
(122,126,122)
#666A66
(102,106,102)
#525652
(82,86,82)
#3E423E
(62,66,62)
#2A2E2A
(42,46,42)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #DEE2DE

#DEE2DE
(222,226,222)
#E1E4E1
(225,228,225)
#E4E6E4
(228,230,228)
#E7E8E7
(231,232,231)
#EAEAEA
(234,234,234)
#EDECED
(237,236,237)
#F0EEF0
(240,238,240)
#F3F0F3
(243,240,243)
#F6F2F6
(246,242,246)
#F9F4F9
(249,244,249)
#FCF6FC
(252,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE2DE; }

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

This text font color is #DEE2DE.


Background Color

.myBgColor { background-color: #DEE2DE; }

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

This div background color is #DEE2DE.


Border color

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

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

This div border color is #DEE2DE.


Opacity

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

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

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

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

This text has shadow with #DEE2DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE2DE on black background.


Color preview on white background

This text has color #DEE2DE on white background.



Black color preview on #DEE2DE background

This text has black color on #DEE2DE background.


White color preview on #DEE2DE background

This text has white color on #DEE2DE background.