COLOR #DEEEE7

HEX: #DEEEE7 RGB: (222,238,231)

Color info

#DEEEE7 contains red, green and blue colors in about the same proportion. Web safe color of #DEEEE7 is #CCFFFF (or #CFF).

RGB color model

#DEEEE7 color RGB value is (222,238,231).

RGB: (222,238,231) (87%, 93%, 91%)

RGB channels and saturation

R 222 of 255 = 87%
G 238 of 255 = 93%
B 231 of 255 = 91%

222
238
231

R + G + B ~ 90%. #DEEEE7 is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 238 + 231 = 691 (100%)
R 222 of 691 ~ 32.13%
G 238 of 691 ~ 34.44%
B 231 of 691 ~ 33.43'%

%32.13
%34.44
%33.43

CMYK color model

#DEEEE7 color CMYK value is (7,0,3,7).

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

CMYK: (7,0,3,7)
C7M0Y3K7 (7%, 0%, 3%, 7%)
(0.07 / 0.00 / 0.03 / 0.07)

CMYK percentages

%6.72
%0
%2.94
%6.67

Codes

Color #DEEEE7 in popluar color models

DE EE E7
RGB 222 238 231
HSL 154° 32.00% 90.20%
HSB/HSV 154° 6.72% 93.33%
CMYK 6.72% 0.00% 2.94%
6.67%

Color #DEEEE7 in popluar number systems.

HEX DE EE E7
Decimal 222 238 231
Binary 11011110 11101110 11100111
Octal 336 356 347

Shades and tints

Shades of #DEEEE7

#DEEEE7
(222,238,231)
#CAD9D2
(202,217,210)
#B6C4BD
(182,196,189)
#A2AFA8
(162,175,168)
#8E9A93
(142,154,147)
#7A857E
(122,133,126)
#667069
(102,112,105)
#525B54
(82,91,84)
#3E463F
(62,70,63)
#2A312A
(42,49,42)
#161C15
(22,28,21)
#000000
(0,0,0)

Tints of #DEEEE7

#DEEEE7
(222,238,231)
#E1EFE9
(225,239,233)
#E4F0EB
(228,240,235)
#E7F1ED
(231,241,237)
#EAF2EF
(234,242,239)
#EDF3F1
(237,243,241)
#F0F4F3
(240,244,243)
#F3F5F5
(243,245,245)
#F6F6F7
(246,246,247)
#F9F7F9
(249,247,249)
#FCF8FB
(252,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEEEE7; }

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

This text font color is #DEEEE7.

Background Color

.myBgColor { background-color: #DEEEE7; }

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

This div background color is #DEEEE7.

Border color

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

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

This div border color is #DEEEE7.

Opacity

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

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

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

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

This text has shadow with #DEEEE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEEEE7.

Preview

Color preview on black background

This text has color #DEEEE7 on black background.


Color preview on white background

This text has color #DEEEE7 on white background.


Black color preview on #DEEEE7 background

This text has black color on #DEEEE7 background.


White color preview on #DEEEE7 background

This text has white color on #DEEEE7 background.


Related colors

Complementary color

Complementary color for #hex is #211118.


I love getcolorcode.com

Triadic colors

1 #E7DEEE and #EEE7DE with #DEEEE7 are triadic colors.

2 #E7EEDE and #EEDEE7 with #DEEEE7 are triadic colors.