COLOR #DEEECE

HEX: #DEEECE
RGB: (222,238,206)

Color info

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

RGB color model

#DEEECE color RGB value is (222,238,206).

  • red value is 222;
  • green value is 238;
  • blue value is 206.
RGB:
(222,238,206)
(87%,93%,81%)

RGB channels and saturation

R 222 of 255 = 87%
G 238 of 255 = 93%
B 206 of 255 = 81%

222
238
206

R + G + B ~ 87%. #DEEECE is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 238 + 206 = 666 (100%)
R 222 of 666 ~ 33.33%
G 238 of 666 ~ 35.74%
B 206 of 666 ~ 30.93%

%33.33
%35.74
%30.93

CMYK color model

#DEEECE color CMYK value is (7,0,13,7).

  • cyan value is 6.72%
  • magenta value is 0.00%
  • yellow value is 13.45%
  • key color value is 6.67%
CMYK:
(7,0,13,7)
C7M0Y13K7 
(7%,0%,13%,7%)
(0.07/0.00/0.13/0.07)	

CMYK percentages

%6.72
%0
%13.45
%6.67

Codes

Color #DEEECE in popluar color models

DEEECE
RGB222238206
HSL90°48.48%87.06%
HSB/HSV90°13.45%93.33%
CMYK6.72%0.00%13.45%
6.67%

Color #DEEECE in popluar number systems.

HEXDEEECE
Decimal222238206
Binary110111101110111011001110
Octal336356316

Shades and tints

Shades of #DEEECE

#DEEECE
(222,238,206)
#CAD9BC
(202,217,188)
#B6C4AA
(182,196,170)
#A2AF98
(162,175,152)
#8E9A86
(142,154,134)
#7A8574
(122,133,116)
#667062
(102,112,98)
#525B50
(82,91,80)
#3E463E
(62,70,62)
#2A312C
(42,49,44)
#161C1A
(22,28,26)
#000000
(0,0,0)

Tints of #DEEECE

#DEEECE
(222,238,206)
#E1EFD2
(225,239,210)
#E4F0D6
(228,240,214)
#E7F1DA
(231,241,218)
#EAF2DE
(234,242,222)
#EDF3E2
(237,243,226)
#F0F4E6
(240,244,230)
#F3F5EA
(243,245,234)
#F6F6EE
(246,246,238)
#F9F7F2
(249,247,242)
#FCF8F6
(252,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEEECE; }

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

This text font color is #DEEECE.


Background Color

.myBgColor { background-color: #DEEECE; }

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

This div background color is #DEEECE.


Border color

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

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

This div border color is #DEEECE.


Opacity

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

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

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

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

This text has shadow with #DEEECE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEEECE on black background.


Color preview on white background

This text has color #DEEECE on white background.



Black color preview on #DEEECE background

This text has black color on #DEEECE background.


White color preview on #DEEECE background

This text has white color on #DEEECE background.