COLOR #DEE1DC

HEX: #DEE1DC
RGB: (222,225,220)

Color info

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

RGB color model

#DEE1DC color RGB value is (222,225,220).

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

RGB channels and saturation

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

222
225
220

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

Portions of RGB colors in percentages

R + G + B =
222 + 225 + 220 = 667 (100%)
R 222 of 667 ~ 33.28%
G 225 of 667 ~ 33.73%
B 220 of 667 ~ 32.98%

%33.28
%33.73
%32.98

CMYK color model

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

  • cyan value is 1.33%
  • magenta value is 0.00%
  • yellow value is 2.22%
  • key color value is 11.76%
CMYK:
(1,0,2,12)
C1M0Y2K12 
(1%,0%,2%,12%)
(0.01/0.00/0.02/0.12)	

CMYK percentages

%1.33
%0
%2.22
%11.76

Codes

Color #DEE1DC in popluar color models

DEE1DC
RGB222225220
HSL96°7.69%87.25%
HSB/HSV96°2.22%88.24%
CMYK1.33%0.00%2.22%
11.76%

Color #DEE1DC in popluar number systems.

HEXDEE1DC
Decimal222225220
Binary110111101110000111011100
Octal336341334

Shades and tints

Shades of #DEE1DC

#DEE1DC
(222,225,220)
#CACDC8
(202,205,200)
#B6B9B4
(182,185,180)
#A2A5A0
(162,165,160)
#8E918C
(142,145,140)
#7A7D78
(122,125,120)
#666964
(102,105,100)
#525550
(82,85,80)
#3E413C
(62,65,60)
#2A2D28
(42,45,40)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #DEE1DC

#DEE1DC
(222,225,220)
#E1E3DF
(225,227,223)
#E4E5E2
(228,229,226)
#E7E7E5
(231,231,229)
#EAE9E8
(234,233,232)
#EDEBEB
(237,235,235)
#F0EDEE
(240,237,238)
#F3EFF1
(243,239,241)
#F6F1F4
(246,241,244)
#F9F3F7
(249,243,247)
#FCF5FA
(252,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE1DC; }

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

This text font color is #DEE1DC.


Background Color

.myBgColor { background-color: #DEE1DC; }

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

This div background color is #DEE1DC.


Border color

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

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

This div border color is #DEE1DC.


Opacity

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

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

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

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

This text has shadow with #DEE1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE1DC on black background.


Color preview on white background

This text has color #DEE1DC on white background.



Black color preview on #DEE1DC background

This text has black color on #DEE1DC background.


White color preview on #DEE1DC background

This text has white color on #DEE1DC background.