COLOR #DEE6DD

HEX: #DEE6DD
RGB: (222,230,221)

Color info

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

RGB color model

#DEE6DD color RGB value is (222,230,221).

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

RGB channels and saturation

R 222 of 255 = 87%
G 230 of 255 = 90%
B 221 of 255 = 87%

222
230
221

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

Portions of RGB colors in percentages

R + G + B =
222 + 230 + 221 = 673 (100%)
R 222 of 673 ~ 32.99%
G 230 of 673 ~ 34.18%
B 221 of 673 ~ 32.84%

%32.99
%34.18
%32.84

CMYK color model

#DEE6DD color CMYK value is (3,0,4,10).

  • cyan value is 3.48%
  • magenta value is 0.00%
  • yellow value is 3.91%
  • key color value is 9.80%
CMYK:
(3,0,4,10)
C3M0Y4K10 
(3%,0%,4%,10%)
(0.03/0.00/0.04/0.10)	

CMYK percentages

%3.48
%0
%3.91
%9.8

Codes

Color #DEE6DD in popluar color models

DEE6DD
RGB222230221
HSL113°15.25%88.43%
HSB/HSV113°3.91%90.20%
CMYK3.48%0.00%3.91%
9.80%

Color #DEE6DD in popluar number systems.

HEXDEE6DD
Decimal222230221
Binary110111101110011011011101
Octal336346335

Shades and tints

Shades of #DEE6DD

#DEE6DD
(222,230,221)
#CAD2C9
(202,210,201)
#B6BEB5
(182,190,181)
#A2AAA1
(162,170,161)
#8E968D
(142,150,141)
#7A8279
(122,130,121)
#666E65
(102,110,101)
#525A51
(82,90,81)
#3E463D
(62,70,61)
#2A3229
(42,50,41)
#161E15
(22,30,21)
#000000
(0,0,0)

Tints of #DEE6DD

#DEE6DD
(222,230,221)
#E1E8E0
(225,232,224)
#E4EAE3
(228,234,227)
#E7ECE6
(231,236,230)
#EAEEE9
(234,238,233)
#EDF0EC
(237,240,236)
#F0F2EF
(240,242,239)
#F3F4F2
(243,244,242)
#F6F6F5
(246,246,245)
#F9F8F8
(249,248,248)
#FCFAFB
(252,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE6DD; }

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

This text font color is #DEE6DD.


Background Color

.myBgColor { background-color: #DEE6DD; }

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

This div background color is #DEE6DD.


Border color

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

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

This div border color is #DEE6DD.


Opacity

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

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

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

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

This text has shadow with #DEE6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE6DD on black background.


Color preview on white background

This text has color #DEE6DD on white background.



Black color preview on #DEE6DD background

This text has black color on #DEE6DD background.


White color preview on #DEE6DD background

This text has white color on #DEE6DD background.