COLOR #DEE0E0

HEX: #DEE0E0
RGB: (222,224,224)

Color info

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

RGB color model

#DEE0E0 color RGB value is (222,224,224).

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

RGB channels and saturation

R 222 of 255 = 87%
G 224 of 255 = 88%
B 224 of 255 = 88%

222
224
224

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

Portions of RGB colors in percentages

R + G + B =
222 + 224 + 224 = 670 (100%)
R 222 of 670 ~ 33.13%
G 224 of 670 ~ 33.43%
B 224 of 670 ~ 33.43%

%33.13
%33.43
%33.43

CMYK color model

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

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

CMYK percentages

%0.89
%0
%0
%12.16

Codes

Color #DEE0E0 in popluar color models

DEE0E0
RGB222224224
HSL180°3.12%87.45%
HSB/HSV180°0.89%87.84%
CMYK0.89%0.00%0.00%
12.16%

Color #DEE0E0 in popluar number systems.

HEXDEE0E0
Decimal222224224
Binary110111101110000011100000
Octal336340340

Shades and tints

Shades of #DEE0E0

#DEE0E0
(222,224,224)
#CACCCC
(202,204,204)
#B6B8B8
(182,184,184)
#A2A4A4
(162,164,164)
#8E9090
(142,144,144)
#7A7C7C
(122,124,124)
#666868
(102,104,104)
#525454
(82,84,84)
#3E4040
(62,64,64)
#2A2C2C
(42,44,44)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #DEE0E0

#DEE0E0
(222,224,224)
#E1E2E2
(225,226,226)
#E4E4E4
(228,228,228)
#E7E6E6
(231,230,230)
#EAE8E8
(234,232,232)
#EDEAEA
(237,234,234)
#F0ECEC
(240,236,236)
#F3EEEE
(243,238,238)
#F6F0F0
(246,240,240)
#F9F2F2
(249,242,242)
#FCF4F4
(252,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE0E0; }

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

This text font color is #DEE0E0.


Background Color

.myBgColor { background-color: #DEE0E0; }

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

This div background color is #DEE0E0.


Border color

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

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

This div border color is #DEE0E0.


Opacity

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

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

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

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

This text has shadow with #DEE0E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE0E0 on black background.


Color preview on white background

This text has color #DEE0E0 on white background.



Black color preview on #DEE0E0 background

This text has black color on #DEE0E0 background.


White color preview on #DEE0E0 background

This text has white color on #DEE0E0 background.