COLOR #DEEED8

HEX: #DEEED8 RGB: (222,238,216)

Color info

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

RGB color model

#DEEED8 color RGB value is (222,238,216).

RGB: (222,238,216) (87%, 93%, 85%)

RGB channels and saturation

R 222 of 255 = 87%
G 238 of 255 = 93%
B 216 of 255 = 85%

222
238
216

R + G + B ~ 88%. #DEEED8 is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 238 + 216 = 676 (100%)
R 222 of 676 ~ 32.84%
G 238 of 676 ~ 35.21%
B 216 of 676 ~ 31.95'%

%32.84
%35.21
%31.95

CMYK color model

#DEEED8 color CMYK value is (7,0,9,7).

  • cyan value is 6.72%
  • magenta value is 0.00%
  • yellow value is 9.24%
  • key color value is 6.67%

CMYK: (7,0,9,7)
C7M0Y9K7 (7%, 0%, 9%, 7%)
(0.07 / 0.00 / 0.09 / 0.07)

CMYK percentages

%6.72
%0
%9.24
%6.67

Codes

Color #DEEED8 in popluar color models

DE EE D8
RGB 222 238 216
HSL 104° 39.29% 89.02%
HSB/HSV 104° 9.24% 93.33%
CMYK 6.72% 0.00% 9.24%
6.67%

Color #DEEED8 in popluar number systems.

HEX DE EE D8
Decimal 222 238 216
Binary 11011110 11101110 11011000
Octal 336 356 330

Shades and tints

Shades of #DEEED8

#DEEED8
(222,238,216)
#CAD9C5
(202,217,197)
#B6C4B2
(182,196,178)
#A2AF9F
(162,175,159)
#8E9A8C
(142,154,140)
#7A8579
(122,133,121)
#667066
(102,112,102)
#525B53
(82,91,83)
#3E4640
(62,70,64)
#2A312D
(42,49,45)
#161C1A
(22,28,26)
#000000
(0,0,0)

Tints of #DEEED8

#DEEED8
(222,238,216)
#E1EFDB
(225,239,219)
#E4F0DE
(228,240,222)
#E7F1E1
(231,241,225)
#EAF2E4
(234,242,228)
#EDF3E7
(237,243,231)
#F0F4EA
(240,244,234)
#F3F5ED
(243,245,237)
#F6F6F0
(246,246,240)
#F9F7F3
(249,247,243)
#FCF8F6
(252,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEEED8; }

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

This text font color is #DEEED8.

Background Color

.myBgColor { background-color: #DEEED8; }

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

This div background color is #DEEED8.

Border color

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

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

This div border color is #DEEED8.

Opacity

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

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

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

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

This text has shadow with #DEEED8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEEED8.

Preview

Color preview on black background

This text has color #DEEED8 on black background.


Color preview on white background

This text has color #DEEED8 on white background.


Black color preview on #DEEED8 background

This text has black color on #DEEED8 background.


White color preview on #DEEED8 background

This text has white color on #DEEED8 background.


Related colors

Complementary color

Complementary color for #hex is #211127.


I love getcolorcode.com

Triadic colors

1 #D8DEEE and #EED8DE with #DEEED8 are triadic colors.

2 #D8EEDE and #EEDED8 with #DEEED8 are triadic colors.