COLOR #DEE3DC

HEX: #DEE3DC
RGB: (222,227,220)

Color info

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

RGB color model

#DEE3DC color RGB value is (222,227,220).

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

RGB channels and saturation

R 222 of 255 = 87%
G 227 of 255 = 89%
B 220 of 255 = 86%

222
227
220

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

Portions of RGB colors in percentages

R + G + B =
222 + 227 + 220 = 669 (100%)
R 222 of 669 ~ 33.18%
G 227 of 669 ~ 33.93%
B 220 of 669 ~ 32.88%

%33.18
%33.93
%32.88

CMYK color model

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

  • cyan value is 2.20%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 10.98%
CMYK:
(2,0,3,11)
C2M0Y3K11 
(2%,0%,3%,11%)
(0.02/0.00/0.03/0.11)	

CMYK percentages

%2.2
%0
%3.08
%10.98

Codes

Color #DEE3DC in popluar color models

DEE3DC
RGB222227220
HSL103°11.11%87.65%
HSB/HSV103°3.08%89.02%
CMYK2.20%0.00%3.08%
10.98%

Color #DEE3DC in popluar number systems.

HEXDEE3DC
Decimal222227220
Binary110111101110001111011100
Octal336343334

Shades and tints

Shades of #DEE3DC

#DEE3DC
(222,227,220)
#CACFC8
(202,207,200)
#B6BBB4
(182,187,180)
#A2A7A0
(162,167,160)
#8E938C
(142,147,140)
#7A7F78
(122,127,120)
#666B64
(102,107,100)
#525750
(82,87,80)
#3E433C
(62,67,60)
#2A2F28
(42,47,40)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #DEE3DC

#DEE3DC
(222,227,220)
#E1E5DF
(225,229,223)
#E4E7E2
(228,231,226)
#E7E9E5
(231,233,229)
#EAEBE8
(234,235,232)
#EDEDEB
(237,237,235)
#F0EFEE
(240,239,238)
#F3F1F1
(243,241,241)
#F6F3F4
(246,243,244)
#F9F5F7
(249,245,247)
#FCF7FA
(252,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE3DC; }

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

This text font color is #DEE3DC.


Background Color

.myBgColor { background-color: #DEE3DC; }

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

This div background color is #DEE3DC.


Border color

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

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

This div border color is #DEE3DC.


Opacity

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

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

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

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

This text has shadow with #DEE3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE3DC on black background.


Color preview on white background

This text has color #DEE3DC on white background.



Black color preview on #DEE3DC background

This text has black color on #DEE3DC background.


White color preview on #DEE3DC background

This text has white color on #DEE3DC background.