COLOR #DEE2CE

HEX: #DEE2CE RGB: (222,226,206)

Color info

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

RGB color model

#DEE2CE color RGB value is (222,226,206).

RGB: (222,226,206) (87%, 89%, 81%)

RGB channels and saturation

R 222 of 255 = 87%
G 226 of 255 = 89%
B 206 of 255 = 81%

222
226
206

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

Portions of RGB colors in percentages

R + G + B = 222 + 226 + 206 = 654 (100%)
R 222 of 654 ~ 33.94%
G 226 of 654 ~ 34.56%
B 206 of 654 ~ 31.5'%

%33.94
%34.56
%31.5

CMYK color model

#DEE2CE color CMYK value is (2,0,9,11).

  • cyan value is 1.77%
  • magenta value is 0.00%
  • yellow value is 8.85%
  • key color value is 11.37%
CMYK: (2,0,9,11) C2M0Y9K11 (2%,0%,9%,11%) (0.02/0.00/0.09/0.11) 

CMYK percentages

%1.77
%0
%8.85
%11.37

Codes

Color #DEE2CE in popluar color models

DE E2 CE
RGB 222 226 206
HSL 72° 25.64% 84.71%
HSB/HSV 72° 8.85% 88.63%
CMYK 1.77% 0.00% 8.85%
11.37%

Color #DEE2CE in popluar number systems.

HEX DE E2 CE
Decimal 222 226 206
Binary 11011110 11100010 11001110
Octal 336 342 316

Shades and tints

Shades of #DEE2CE

#DEE2CE
(222,226,206)
#CACEBC
(202,206,188)
#B6BAAA
(182,186,170)
#A2A698
(162,166,152)
#8E9286
(142,146,134)
#7A7E74
(122,126,116)
#666A62
(102,106,98)
#525650
(82,86,80)
#3E423E
(62,66,62)
#2A2E2C
(42,46,44)
#161A1A
(22,26,26)
#000000
(0,0,0)

Tints of #DEE2CE

#DEE2CE
(222,226,206)
#E1E4D2
(225,228,210)
#E4E6D6
(228,230,214)
#E7E8DA
(231,232,218)
#EAEADE
(234,234,222)
#EDECE2
(237,236,226)
#F0EEE6
(240,238,230)
#F3F0EA
(243,240,234)
#F6F2EE
(246,242,238)
#F9F4F2
(249,244,242)
#FCF6F6
(252,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE2CE; }

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

This text font color is #DEE2CE.

Background Color

.myBgColor { background-color: #DEE2CE; }

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

This div background color is #DEE2CE.

Border color

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

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

This div border color is #DEE2CE.

Opacity

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

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

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

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

This text has shadow with #DEE2CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE2CE.

Preview

Color preview on black background

This text has color #DEE2CE on black background.


Color preview on white background

This text has color #DEE2CE on white background.


Black color preview on #DEE2CE background

This text has black color on #DEE2CE background.


White color preview on #DEE2CE background

This text has white color on #DEE2CE background.


Related colors

Complementary color

Complementary color for #hex is #211D31.


I love getcolorcode.com

Triadic colors

1 #CEDEE2 and #E2CEDE with #DEE2CE are triadic colors.

2 #CEE2DE and #E2DECE with #DEE2CE are triadic colors.