COLOR #DEECE0

HEX: #DEECE0
RGB: (222,236,224)

Color info

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

RGB color model

#DEECE0 color RGB value is (222,236,224).

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

RGB channels and saturation

R 222 of 255 = 87%
G 236 of 255 = 93%
B 224 of 255 = 88%

222
236
224

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

Portions of RGB colors in percentages

R + G + B =
222 + 236 + 224 = 682 (100%)
R 222 of 682 ~ 32.55%
G 236 of 682 ~ 34.6%
B 224 of 682 ~ 32.84%

%32.55
%34.6
%32.84

CMYK color model

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

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 5.08%
  • key color value is 7.45%
CMYK:
(6,0,5,7)
C6M0Y5K7 
(6%,0%,5%,7%)
(0.06/0.00/0.05/0.07)	

CMYK percentages

%5.93
%0
%5.08
%7.45

Codes

Color #DEECE0 in popluar color models

DEECE0
RGB222236224
HSL129°26.92%89.80%
HSB/HSV129°5.93%92.55%
CMYK5.93%0.00%5.08%
7.45%

Color #DEECE0 in popluar number systems.

HEXDEECE0
Decimal222236224
Binary110111101110110011100000
Octal336354340

Shades and tints

Shades of #DEECE0

#DEECE0
(222,236,224)
#CAD7CC
(202,215,204)
#B6C2B8
(182,194,184)
#A2ADA4
(162,173,164)
#8E9890
(142,152,144)
#7A837C
(122,131,124)
#666E68
(102,110,104)
#525954
(82,89,84)
#3E4440
(62,68,64)
#2A2F2C
(42,47,44)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #DEECE0

#DEECE0
(222,236,224)
#E1EDE2
(225,237,226)
#E4EEE4
(228,238,228)
#E7EFE6
(231,239,230)
#EAF0E8
(234,240,232)
#EDF1EA
(237,241,234)
#F0F2EC
(240,242,236)
#F3F3EE
(243,243,238)
#F6F4F0
(246,244,240)
#F9F5F2
(249,245,242)
#FCF6F4
(252,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEECE0; }

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

This text font color is #DEECE0.


Background Color

.myBgColor { background-color: #DEECE0; }

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

This div background color is #DEECE0.


Border color

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

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

This div border color is #DEECE0.


Opacity

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

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

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

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

This text has shadow with #DEECE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEECE0 on black background.


Color preview on white background

This text has color #DEECE0 on white background.



Black color preview on #DEECE0 background

This text has black color on #DEECE0 background.


White color preview on #DEECE0 background

This text has white color on #DEECE0 background.