COLOR #DEECDD

HEX: #DEECDD
RGB: (222,236,221)

Color info

#DEECDD contains red, green and blue colors in about the same proportion. Web safe color of #DEECDD is #CCFFCC (or #CFC).

RGB color model

#DEECDD color RGB value is (222,236,221).

  • red value is 222;
  • green value is 236;
  • blue value is 221.
RGB:
(222,236,221)
(87%,93%,87%)

RGB channels and saturation

R 222 of 255 = 87%
G 236 of 255 = 93%
B 221 of 255 = 87%

222
236
221

R + G + B ~ 89%. #DEECDD is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 236 + 221 = 679 (100%)
R 222 of 679 ~ 32.7%
G 236 of 679 ~ 34.76%
B 221 of 679 ~ 32.55%

%32.7
%34.76
%32.55

CMYK color model

#DEECDD color CMYK value is (6,0,6,7).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 6.36%
  • key color value is 7.45%
CMYK:
(6,0,6,7)
C6M0Y6K7 
(6%,0%,6%,7%)
(0.06/0.00/0.06/0.07)	

CMYK percentages

%5.93
%0
%6.36
%7.45

Codes

Color #DEECDD in popluar color models

DEECDD
RGB222236221
HSL116°28.30%89.61%
HSB/HSV116°6.36%92.55%
CMYK5.93%0.00%6.36%
7.45%

Color #DEECDD in popluar number systems.

HEXDEECDD
Decimal222236221
Binary110111101110110011011101
Octal336354335

Shades and tints

Shades of #DEECDD

#DEECDD
(222,236,221)
#CAD7C9
(202,215,201)
#B6C2B5
(182,194,181)
#A2ADA1
(162,173,161)
#8E988D
(142,152,141)
#7A8379
(122,131,121)
#666E65
(102,110,101)
#525951
(82,89,81)
#3E443D
(62,68,61)
#2A2F29
(42,47,41)
#161A15
(22,26,21)
#000000
(0,0,0)

Tints of #DEECDD

#DEECDD
(222,236,221)
#E1EDE0
(225,237,224)
#E4EEE3
(228,238,227)
#E7EFE6
(231,239,230)
#EAF0E9
(234,240,233)
#EDF1EC
(237,241,236)
#F0F2EF
(240,242,239)
#F3F3F2
(243,243,242)
#F6F4F5
(246,244,245)
#F9F5F8
(249,245,248)
#FCF6FB
(252,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEECDD color. Also use rgb(222,236,221) instead hex code.

Text Font Color

.myTextColor { color: #DEECDD; }

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

This text font color is #DEECDD.


Background Color

.myBgColor { background-color: #DEECDD; }

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

This div background color is #DEECDD.


Border color

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

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

This div border color is #DEECDD.


Opacity

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

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

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

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

This text has shadow with #DEECDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEECDD on black background.


Color preview on white background

This text has color #DEECDD on white background.



Black color preview on #DEECDD background

This text has black color on #DEECDD background.


White color preview on #DEECDD background

This text has white color on #DEECDD background.