COLOR #DEE1DD

HEX: #DEE1DD
RGB: (222,225,221)

Color info

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

RGB color model

#DEE1DD color RGB value is (222,225,221).

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

RGB channels and saturation

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

222
225
221

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

Portions of RGB colors in percentages

R + G + B =
222 + 225 + 221 = 668 (100%)
R 222 of 668 ~ 33.23%
G 225 of 668 ~ 33.68%
B 221 of 668 ~ 33.08%

%33.23
%33.68
%33.08

CMYK color model

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

  • cyan value is 1.33%
  • magenta value is 0.00%
  • yellow value is 1.78%
  • 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
%1.78
%11.76

Codes

Color #DEE1DD in popluar color models

DEE1DD
RGB222225221
HSL105°6.25%87.45%
HSB/HSV105°1.78%88.24%
CMYK1.33%0.00%1.78%
11.76%

Color #DEE1DD in popluar number systems.

HEXDEE1DD
Decimal222225221
Binary110111101110000111011101
Octal336341335

Shades and tints

Shades of #DEE1DD

#DEE1DD
(222,225,221)
#CACDC9
(202,205,201)
#B6B9B5
(182,185,181)
#A2A5A1
(162,165,161)
#8E918D
(142,145,141)
#7A7D79
(122,125,121)
#666965
(102,105,101)
#525551
(82,85,81)
#3E413D
(62,65,61)
#2A2D29
(42,45,41)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #DEE1DD

#DEE1DD
(222,225,221)
#E1E3E0
(225,227,224)
#E4E5E3
(228,229,227)
#E7E7E6
(231,231,230)
#EAE9E9
(234,233,233)
#EDEBEC
(237,235,236)
#F0EDEF
(240,237,239)
#F3EFF2
(243,239,242)
#F6F1F5
(246,241,245)
#F9F3F8
(249,243,248)
#FCF5FB
(252,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE1DD; }

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

This text font color is #DEE1DD.


Background Color

.myBgColor { background-color: #DEE1DD; }

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

This div background color is #DEE1DD.


Border color

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

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

This div border color is #DEE1DD.


Opacity

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

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

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

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

This text has shadow with #DEE1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE1DD on black background.


Color preview on white background

This text has color #DEE1DD on white background.



Black color preview on #DEE1DD background

This text has black color on #DEE1DD background.


White color preview on #DEE1DD background

This text has white color on #DEE1DD background.