COLOR #DEE5CE

HEX: #DEE5CE
RGB: (222,229,206)

Color info

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

RGB color model

#DEE5CE color RGB value is (222,229,206).

  • red value is 222;
  • green value is 229;
  • blue value is 206.
RGB:
(222,229,206)
(87%,90%,81%)

RGB channels and saturation

R 222 of 255 = 87%
G 229 of 255 = 90%
B 206 of 255 = 81%

222
229
206

R + G + B ~ 86%. #DEE5CE is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 229 + 206 = 657 (100%)
R 222 of 657 ~ 33.79%
G 229 of 657 ~ 34.86%
B 206 of 657 ~ 31.35%

%33.79
%34.86
%31.35

CMYK color model

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

  • cyan value is 3.06%
  • magenta value is 0.00%
  • yellow value is 10.04%
  • key color value is 10.20%
CMYK:
(3,0,10,10)
C3M0Y10K10 
(3%,0%,10%,10%)
(0.03/0.00/0.10/0.10)	

CMYK percentages

%3.06
%0
%10.04
%10.2

Codes

Color #DEE5CE in popluar color models

DEE5CE
RGB222229206
HSL78°30.67%85.29%
HSB/HSV78°10.04%89.80%
CMYK3.06%0.00%10.04%
10.20%

Color #DEE5CE in popluar number systems.

HEXDEE5CE
Decimal222229206
Binary110111101110010111001110
Octal336345316

Shades and tints

Shades of #DEE5CE

#DEE5CE
(222,229,206)
#CAD1BC
(202,209,188)
#B6BDAA
(182,189,170)
#A2A998
(162,169,152)
#8E9586
(142,149,134)
#7A8174
(122,129,116)
#666D62
(102,109,98)
#525950
(82,89,80)
#3E453E
(62,69,62)
#2A312C
(42,49,44)
#161D1A
(22,29,26)
#000000
(0,0,0)

Tints of #DEE5CE

#DEE5CE
(222,229,206)
#E1E7D2
(225,231,210)
#E4E9D6
(228,233,214)
#E7EBDA
(231,235,218)
#EAEDDE
(234,237,222)
#EDEFE2
(237,239,226)
#F0F1E6
(240,241,230)
#F3F3EA
(243,243,234)
#F6F5EE
(246,245,238)
#F9F7F2
(249,247,242)
#FCF9F6
(252,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE5CE; }

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

This text font color is #DEE5CE.


Background Color

.myBgColor { background-color: #DEE5CE; }

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

This div background color is #DEE5CE.


Border color

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

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

This div border color is #DEE5CE.


Opacity

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

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

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

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

This text has shadow with #DEE5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE5CE on black background.


Color preview on white background

This text has color #DEE5CE on white background.



Black color preview on #DEE5CE background

This text has black color on #DEE5CE background.


White color preview on #DEE5CE background

This text has white color on #DEE5CE background.