COLOR #DEE5CC

HEX: #DEE5CC RGB: (222,229,204)

Color info

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

RGB color model

#DEE5CC color RGB value is (222,229,204).

RGB: (222,229,204) (87%, 90%, 80%)

RGB channels and saturation

R 222 of 255 = 87%
G 229 of 255 = 90%
B 204 of 255 = 80%

222
229
204

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

Portions of RGB colors in percentages

R + G + B = 222 + 229 + 204 = 655 (100%)
R 222 of 655 ~ 33.89%
G 229 of 655 ~ 34.96%
B 204 of 655 ~ 31.15'%

%33.89
%34.96
%31.15

CMYK color model

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

  • cyan value is 3.06%
  • magenta value is 0.00%
  • yellow value is 10.92%
  • key color value is 10.20%

CMYK: (3,0,11,10)
C3M0Y11K10 (3%, 0%, 11%, 10%)
(0.03 / 0.00 / 0.11 / 0.10)

CMYK percentages

%3.06
%0
%10.92
%10.2

Codes

Color #DEE5CC in popluar color models

DE E5 CC
RGB 222 229 204
HSL 77° 32.47% 84.90%
HSB/HSV 77° 10.92% 89.80%
CMYK 3.06% 0.00% 10.92%
10.20%

Color #DEE5CC in popluar number systems.

HEX DE E5 CC
Decimal 222 229 204
Binary 11011110 11100101 11001100
Octal 336 345 314

Shades and tints

Shades of #DEE5CC

#DEE5CC
(222,229,204)
#CAD1BA
(202,209,186)
#B6BDA8
(182,189,168)
#A2A996
(162,169,150)
#8E9584
(142,149,132)
#7A8172
(122,129,114)
#666D60
(102,109,96)
#52594E
(82,89,78)
#3E453C
(62,69,60)
#2A312A
(42,49,42)
#161D18
(22,29,24)
#000000
(0,0,0)

Tints of #DEE5CC

#DEE5CC
(222,229,204)
#E1E7D0
(225,231,208)
#E4E9D4
(228,233,212)
#E7EBD8
(231,235,216)
#EAEDDC
(234,237,220)
#EDEFE0
(237,239,224)
#F0F1E4
(240,241,228)
#F3F3E8
(243,243,232)
#F6F5EC
(246,245,236)
#F9F7F0
(249,247,240)
#FCF9F4
(252,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE5CC; }

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

This text font color is #DEE5CC.

Background Color

.myBgColor { background-color: #DEE5CC; }

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

This div background color is #DEE5CC.

Border color

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

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

This div border color is #DEE5CC.

Opacity

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

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

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

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

This text has shadow with #DEE5CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE5CC.

Preview

Color preview on black background

This text has color #DEE5CC on black background.


Color preview on white background

This text has color #DEE5CC on white background.


Black color preview on #DEE5CC background

This text has black color on #DEE5CC background.


White color preview on #DEE5CC background

This text has white color on #DEE5CC background.


Related colors

Complementary color

Complementary color for #hex is #211A33.


I love getcolorcode.com

Triadic colors

1 #CCDEE5 and #E5CCDE with #DEE5CC are triadic colors.

2 #CCE5DE and #E5DECC with #DEE5CC are triadic colors.