COLOR #DEE0CC

HEX: #DEE0CC RGB: (222,224,204)

Color info

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

RGB color model

#DEE0CC color RGB value is (222,224,204).

RGB: (222,224,204) (87%, 88%, 80%)

RGB channels and saturation

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

222
224
204

R + G + B ~ 85%. #DEE0CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 224 + 204 = 650 (100%)
R 222 of 650 ~ 34.15%
G 224 of 650 ~ 34.46%
B 204 of 650 ~ 31.38'%

%34.15
%34.46
%31.38

CMYK color model

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

  • cyan value is 0.89%
  • magenta value is 0.00%
  • yellow value is 8.93%
  • key color value is 12.16%

CMYK: (1,0,9,12)
C1M0Y9K12 (1%, 0%, 9%, 12%)
(0.01 / 0.00 / 0.09 / 0.12)

CMYK percentages

%0.89
%0
%8.93
%12.16

Codes

Color #DEE0CC in popluar color models

DE E0 CC
RGB 222 224 204
HSL 66° 24.39% 83.92%
HSB/HSV 66° 8.93% 87.84%
CMYK 0.89% 0.00% 8.93%
12.16%

Color #DEE0CC in popluar number systems.

HEX DE E0 CC
Decimal 222 224 204
Binary 11011110 11100000 11001100
Octal 336 340 314

Shades and tints

Shades of #DEE0CC

#DEE0CC
(222,224,204)
#CACCBA
(202,204,186)
#B6B8A8
(182,184,168)
#A2A496
(162,164,150)
#8E9084
(142,144,132)
#7A7C72
(122,124,114)
#666860
(102,104,96)
#52544E
(82,84,78)
#3E403C
(62,64,60)
#2A2C2A
(42,44,42)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #DEE0CC

#DEE0CC
(222,224,204)
#E1E2D0
(225,226,208)
#E4E4D4
(228,228,212)
#E7E6D8
(231,230,216)
#EAE8DC
(234,232,220)
#EDEAE0
(237,234,224)
#F0ECE4
(240,236,228)
#F3EEE8
(243,238,232)
#F6F0EC
(246,240,236)
#F9F2F0
(249,242,240)
#FCF4F4
(252,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE0CC; }

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

This text font color is #DEE0CC.

Background Color

.myBgColor { background-color: #DEE0CC; }

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

This div background color is #DEE0CC.

Border color

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

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

This div border color is #DEE0CC.

Opacity

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

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

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

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

This text has shadow with #DEE0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE0CC.

Preview

Color preview on black background

This text has color #DEE0CC on black background.


Color preview on white background

This text has color #DEE0CC on white background.


Black color preview on #DEE0CC background

This text has black color on #DEE0CC background.


White color preview on #DEE0CC background

This text has white color on #DEE0CC background.


Related colors

Complementary color

Complementary color for #hex is #211F33.


I love getcolorcode.com

Triadic colors

1 #CCDEE0 and #E0CCDE with #DEE0CC are triadic colors.

2 #CCE0DE and #E0DECC with #DEE0CC are triadic colors.