COLOR #DEEED2

HEX: #DEEED2
RGB: (222,238,210)

Color info

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

RGB color model

#DEEED2 color RGB value is (222,238,210).

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

RGB channels and saturation

R 222 of 255 = 87%
G 238 of 255 = 93%
B 210 of 255 = 82%

222
238
210

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

Portions of RGB colors in percentages

R + G + B =
222 + 238 + 210 = 670 (100%)
R 222 of 670 ~ 33.13%
G 238 of 670 ~ 35.52%
B 210 of 670 ~ 31.34%

%33.13
%35.52
%31.34

CMYK color model

#DEEED2 color CMYK value is (7,0,12,7).

  • cyan value is 6.72%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 6.67%
CMYK:
(7,0,12,7)
C7M0Y12K7 
(7%,0%,12%,7%)
(0.07/0.00/0.12/0.07)	

CMYK percentages

%6.72
%0
%11.76
%6.67

Codes

Color #DEEED2 in popluar color models

DEEED2
RGB222238210
HSL94°45.16%87.84%
HSB/HSV94°11.76%93.33%
CMYK6.72%0.00%11.76%
6.67%

Color #DEEED2 in popluar number systems.

HEXDEEED2
Decimal222238210
Binary110111101110111011010010
Octal336356322

Shades and tints

Shades of #DEEED2

#DEEED2
(222,238,210)
#CAD9BF
(202,217,191)
#B6C4AC
(182,196,172)
#A2AF99
(162,175,153)
#8E9A86
(142,154,134)
#7A8573
(122,133,115)
#667060
(102,112,96)
#525B4D
(82,91,77)
#3E463A
(62,70,58)
#2A3127
(42,49,39)
#161C14
(22,28,20)
#000000
(0,0,0)

Tints of #DEEED2

#DEEED2
(222,238,210)
#E1EFD6
(225,239,214)
#E4F0DA
(228,240,218)
#E7F1DE
(231,241,222)
#EAF2E2
(234,242,226)
#EDF3E6
(237,243,230)
#F0F4EA
(240,244,234)
#F3F5EE
(243,245,238)
#F6F6F2
(246,246,242)
#F9F7F6
(249,247,246)
#FCF8FA
(252,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEEED2; }

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

This text font color is #DEEED2.


Background Color

.myBgColor { background-color: #DEEED2; }

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

This div background color is #DEEED2.


Border color

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

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

This div border color is #DEEED2.


Opacity

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

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

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

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

This text has shadow with #DEEED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEEED2 on black background.


Color preview on white background

This text has color #DEEED2 on white background.



Black color preview on #DEEED2 background

This text has black color on #DEEED2 background.


White color preview on #DEEED2 background

This text has white color on #DEEED2 background.