COLOR #DEE3E0

HEX: #DEE3E0
RGB: (222,227,224)

Color info

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

RGB color model

#DEE3E0 color RGB value is (222,227,224).

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

RGB channels and saturation

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

222
227
224

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

Portions of RGB colors in percentages

R + G + B =
222 + 227 + 224 = 673 (100%)
R 222 of 673 ~ 32.99%
G 227 of 673 ~ 33.73%
B 224 of 673 ~ 33.28%

%32.99
%33.73
%33.28

CMYK color model

#DEE3E0 color CMYK value is (2,0,1,11).

  • cyan value is 2.20%
  • magenta value is 0.00%
  • yellow value is 1.32%
  • key color value is 10.98%
CMYK:
(2,0,1,11)
C2M0Y1K11 
(2%,0%,1%,11%)
(0.02/0.00/0.01/0.11)	

CMYK percentages

%2.2
%0
%1.32
%10.98

Codes

Color #DEE3E0 in popluar color models

DEE3E0
RGB222227224
HSL144°8.20%88.04%
HSB/HSV144°2.20%89.02%
CMYK2.20%0.00%1.32%
10.98%

Color #DEE3E0 in popluar number systems.

HEXDEE3E0
Decimal222227224
Binary110111101110001111100000
Octal336343340

Shades and tints

Shades of #DEE3E0

#DEE3E0
(222,227,224)
#CACFCC
(202,207,204)
#B6BBB8
(182,187,184)
#A2A7A4
(162,167,164)
#8E9390
(142,147,144)
#7A7F7C
(122,127,124)
#666B68
(102,107,104)
#525754
(82,87,84)
#3E4340
(62,67,64)
#2A2F2C
(42,47,44)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #DEE3E0

#DEE3E0
(222,227,224)
#E1E5E2
(225,229,226)
#E4E7E4
(228,231,228)
#E7E9E6
(231,233,230)
#EAEBE8
(234,235,232)
#EDEDEA
(237,237,234)
#F0EFEC
(240,239,236)
#F3F1EE
(243,241,238)
#F6F3F0
(246,243,240)
#F9F5F2
(249,245,242)
#FCF7F4
(252,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE3E0; }

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

This text font color is #DEE3E0.


Background Color

.myBgColor { background-color: #DEE3E0; }

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

This div background color is #DEE3E0.


Border color

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

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

This div border color is #DEE3E0.


Opacity

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

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

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

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

This text has shadow with #DEE3E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE3E0 on black background.


Color preview on white background

This text has color #DEE3E0 on white background.



Black color preview on #DEE3E0 background

This text has black color on #DEE3E0 background.


White color preview on #DEE3E0 background

This text has white color on #DEE3E0 background.