COLOR #DEEEE4

HEX: #DEEEE4 RGB: (222,238,228)

Color info

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

RGB color model

#DEEEE4 color RGB value is (222,238,228).

RGB: (222,238,228) (87%, 93%, 89%)

RGB channels and saturation

R 222 of 255 = 87%
G 238 of 255 = 93%
B 228 of 255 = 89%

222
238
228

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

Portions of RGB colors in percentages

R + G + B = 222 + 238 + 228 = 688 (100%)
R 222 of 688 ~ 32.27%
G 238 of 688 ~ 34.59%
B 228 of 688 ~ 33.14'%

%32.27
%34.59
%33.14

CMYK color model

#DEEEE4 color CMYK value is (7,0,4,7).

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

CMYK: (7,0,4,7)
C7M0Y4K7 (7%, 0%, 4%, 7%)
(0.07 / 0.00 / 0.04 / 0.07)

CMYK percentages

%6.72
%0
%4.2
%6.67

Codes

Color #DEEEE4 in popluar color models

DE EE E4
RGB 222 238 228
HSL 143° 32.00% 90.20%
HSB/HSV 143° 6.72% 93.33%
CMYK 6.72% 0.00% 4.20%
6.67%

Color #DEEEE4 in popluar number systems.

HEX DE EE E4
Decimal 222 238 228
Binary 11011110 11101110 11100100
Octal 336 356 344

Shades and tints

Shades of #DEEEE4

#DEEEE4
(222,238,228)
#CAD9D0
(202,217,208)
#B6C4BC
(182,196,188)
#A2AFA8
(162,175,168)
#8E9A94
(142,154,148)
#7A8580
(122,133,128)
#66706C
(102,112,108)
#525B58
(82,91,88)
#3E4644
(62,70,68)
#2A3130
(42,49,48)
#161C1C
(22,28,28)
#000000
(0,0,0)

Tints of #DEEEE4

#DEEEE4
(222,238,228)
#E1EFE6
(225,239,230)
#E4F0E8
(228,240,232)
#E7F1EA
(231,241,234)
#EAF2EC
(234,242,236)
#EDF3EE
(237,243,238)
#F0F4F0
(240,244,240)
#F3F5F2
(243,245,242)
#F6F6F4
(246,246,244)
#F9F7F6
(249,247,246)
#FCF8F8
(252,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEEEE4; }

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

This text font color is #DEEEE4.

Background Color

.myBgColor { background-color: #DEEEE4; }

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

This div background color is #DEEEE4.

Border color

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

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

This div border color is #DEEEE4.

Opacity

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

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

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

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

This text has shadow with #DEEEE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEEEE4.

Preview

Color preview on black background

This text has color #DEEEE4 on black background.


Color preview on white background

This text has color #DEEEE4 on white background.


Black color preview on #DEEEE4 background

This text has black color on #DEEEE4 background.


White color preview on #DEEEE4 background

This text has white color on #DEEEE4 background.


Related colors

Complementary color

Complementary color for #hex is #21111B.


I love getcolorcode.com

Triadic colors

1 #E4DEEE and #EEE4DE with #DEEEE4 are triadic colors.

2 #E4EEDE and #EEDEE4 with #DEEEE4 are triadic colors.