COLOR #DEEED9

HEX: #DEEED9 RGB: (222,238,217)

Color info

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

RGB color model

#DEEED9 color RGB value is (222,238,217).

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

RGB channels and saturation

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

222
238
217

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

Portions of RGB colors in percentages

R + G + B = 222 + 238 + 217 = 677 (100%)
R 222 of 677 ~ 32.79%
G 238 of 677 ~ 35.16%
B 217 of 677 ~ 32.05'%

%32.79
%35.16
%32.05

CMYK color model

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

  • cyan value is 6.72%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • 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
%8.82
%6.67

Codes

Color #DEEED9 in popluar color models

DE EE D9
RGB 222 238 217
HSL 106° 38.18% 89.22%
HSB/HSV 106° 8.82% 93.33%
CMYK 6.72% 0.00% 8.82%
6.67%

Color #DEEED9 in popluar number systems.

HEX DE EE D9
Decimal 222 238 217
Binary 11011110 11101110 11011001
Octal 336 356 331

Shades and tints

Shades of #DEEED9

#DEEED9
(222,238,217)
#CAD9C6
(202,217,198)
#B6C4B3
(182,196,179)
#A2AFA0
(162,175,160)
#8E9A8D
(142,154,141)
#7A857A
(122,133,122)
#667067
(102,112,103)
#525B54
(82,91,84)
#3E4641
(62,70,65)
#2A312E
(42,49,46)
#161C1B
(22,28,27)
#000000
(0,0,0)

Tints of #DEEED9

#DEEED9
(222,238,217)
#E1EFDC
(225,239,220)
#E4F0DF
(228,240,223)
#E7F1E2
(231,241,226)
#EAF2E5
(234,242,229)
#EDF3E8
(237,243,232)
#F0F4EB
(240,244,235)
#F3F5EE
(243,245,238)
#F6F6F1
(246,246,241)
#F9F7F4
(249,247,244)
#FCF8F7
(252,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEEED9; }

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

This text font color is #DEEED9.

Background Color

.myBgColor { background-color: #DEEED9; }

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

This div background color is #DEEED9.

Border color

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

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

This div border color is #DEEED9.

Opacity

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

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

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

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

This text has shadow with #DEEED9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEEED9.

Preview

Color preview on black background

This text has color #DEEED9 on black background.


Color preview on white background

This text has color #DEEED9 on white background.


Black color preview on #DEEED9 background

This text has black color on #DEEED9 background.


White color preview on #DEEED9 background

This text has white color on #DEEED9 background.


Related colors

Complementary color

Complementary color for #hex is #211126.


I love getcolorcode.com

Triadic colors

1 #D9DEEE and #EED9DE with #DEEED9 are triadic colors.

2 #D9EEDE and #EEDED9 with #DEEED9 are triadic colors.