COLOR #DEE1DF

HEX: #DEE1DF
RGB: (222,225,223)

Color info

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

RGB color model

#DEE1DF color RGB value is (222,225,223).

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

RGB channels and saturation

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

222
225
223

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

Portions of RGB colors in percentages

R + G + B =
222 + 225 + 223 = 670 (100%)
R 222 of 670 ~ 33.13%
G 225 of 670 ~ 33.58%
B 223 of 670 ~ 33.28%

%33.13
%33.58
%33.28

CMYK color model

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

  • cyan value is 1.33%
  • magenta value is 0.00%
  • yellow value is 0.89%
  • key color value is 11.76%
CMYK:
(1,0,1,12)
C1M0Y1K12 
(1%,0%,1%,12%)
(0.01/0.00/0.01/0.12)	

CMYK percentages

%1.33
%0
%0.89
%11.76

Codes

Color #DEE1DF in popluar color models

DEE1DF
RGB222225223
HSL140°4.76%87.65%
HSB/HSV140°1.33%88.24%
CMYK1.33%0.00%0.89%
11.76%

Color #DEE1DF in popluar number systems.

HEXDEE1DF
Decimal222225223
Binary110111101110000111011111
Octal336341337

Shades and tints

Shades of #DEE1DF

#DEE1DF
(222,225,223)
#CACDCB
(202,205,203)
#B6B9B7
(182,185,183)
#A2A5A3
(162,165,163)
#8E918F
(142,145,143)
#7A7D7B
(122,125,123)
#666967
(102,105,103)
#525553
(82,85,83)
#3E413F
(62,65,63)
#2A2D2B
(42,45,43)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #DEE1DF

#DEE1DF
(222,225,223)
#E1E3E1
(225,227,225)
#E4E5E3
(228,229,227)
#E7E7E5
(231,231,229)
#EAE9E7
(234,233,231)
#EDEBE9
(237,235,233)
#F0EDEB
(240,237,235)
#F3EFED
(243,239,237)
#F6F1EF
(246,241,239)
#F9F3F1
(249,243,241)
#FCF5F3
(252,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE1DF; }

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

This text font color is #DEE1DF.


Background Color

.myBgColor { background-color: #DEE1DF; }

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

This div background color is #DEE1DF.


Border color

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

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

This div border color is #DEE1DF.


Opacity

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

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

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

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

This text has shadow with #DEE1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE1DF on black background.


Color preview on white background

This text has color #DEE1DF on white background.



Black color preview on #DEE1DF background

This text has black color on #DEE1DF background.


White color preview on #DEE1DF background

This text has white color on #DEE1DF background.