COLOR #DEEFD9

HEX: #DEEFD9 RGB: (222,239,217)

Color info

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

RGB color model

#DEEFD9 color RGB value is (222,239,217).

RGB: (222,239,217) (87%, 94%, 85%)

RGB channels and saturation

R 222 of 255 = 87%
G 239 of 255 = 94%
B 217 of 255 = 85%

222
239
217

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

Portions of RGB colors in percentages

R + G + B = 222 + 239 + 217 = 678 (100%)
R 222 of 678 ~ 32.74%
G 239 of 678 ~ 35.25%
B 217 of 678 ~ 32.01'%

%32.74
%35.25
%32.01

CMYK color model

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

  • cyan value is 7.11%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • key color value is 6.27%

CMYK: (7,0,9,6)
C7M0Y9K6 (7%, 0%, 9%, 6%)
(0.07 / 0.00 / 0.09 / 0.06)

CMYK percentages

%7.11
%0
%9.21
%6.27

Codes

Color #DEEFD9 in popluar color models

DE EF D9
RGB 222 239 217
HSL 106° 40.74% 89.41%
HSB/HSV 106° 9.21% 93.73%
CMYK 7.11% 0.00% 9.21%
6.27%

Color #DEEFD9 in popluar number systems.

HEX DE EF D9
Decimal 222 239 217
Binary 11011110 11101111 11011001
Octal 336 357 331

Shades and tints

Shades of #DEEFD9

#DEEFD9
(222,239,217)
#CADAC6
(202,218,198)
#B6C5B3
(182,197,179)
#A2B0A0
(162,176,160)
#8E9B8D
(142,155,141)
#7A867A
(122,134,122)
#667167
(102,113,103)
#525C54
(82,92,84)
#3E4741
(62,71,65)
#2A322E
(42,50,46)
#161D1B
(22,29,27)
#000000
(0,0,0)

Tints of #DEEFD9

#DEEFD9
(222,239,217)
#E1F0DC
(225,240,220)
#E4F1DF
(228,241,223)
#E7F2E2
(231,242,226)
#EAF3E5
(234,243,229)
#EDF4E8
(237,244,232)
#F0F5EB
(240,245,235)
#F3F6EE
(243,246,238)
#F6F7F1
(246,247,241)
#F9F8F4
(249,248,244)
#FCF9F7
(252,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEEFD9; }

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

This text font color is #DEEFD9.

Background Color

.myBgColor { background-color: #DEEFD9; }

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

This div background color is #DEEFD9.

Border color

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

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

This div border color is #DEEFD9.

Opacity

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

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

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

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

This text has shadow with #DEEFD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEEFD9.

Preview

Color preview on black background

This text has color #DEEFD9 on black background.


Color preview on white background

This text has color #DEEFD9 on white background.


Black color preview on #DEEFD9 background

This text has black color on #DEEFD9 background.


White color preview on #DEEFD9 background

This text has white color on #DEEFD9 background.


Related colors

Complementary color

Complementary color for #hex is #211026.


I love getcolorcode.com

Triadic colors

1 #D9DEEF and #EFD9DE with #DEEFD9 are triadic colors.

2 #D9EFDE and #EFDED9 with #DEEFD9 are triadic colors.