COLOR #DDEEE5

HEX: #DDEEE5
RGB: (221,238,229)

Color info

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

RGB color model

#DDEEE5 color RGB value is (221,238,229).

  • red value is 221;
  • green value is 238;
  • blue value is 229.
RGB:
(221,238,229)
(87%,93%,90%)

RGB channels and saturation

R 221 of 255 = 87%
G 238 of 255 = 93%
B 229 of 255 = 90%

221
238
229

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

Portions of RGB colors in percentages

R + G + B =
221 + 238 + 229 = 688 (100%)
R 221 of 688 ~ 32.12%
G 238 of 688 ~ 34.59%
B 229 of 688 ~ 33.28%

%32.12
%34.59
%33.28

CMYK color model

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

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 3.78%
  • 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

%7.14
%0
%3.78
%6.67

Codes

Color #DDEEE5 in popluar color models

DDEEE5
RGB221238229
HSL148°33.33%90.00%
HSB/HSV148°7.14%93.33%
CMYK7.14%0.00%3.78%
6.67%

Color #DDEEE5 in popluar number systems.

HEXDDEEE5
Decimal221238229
Binary110111011110111011100101
Octal335356345

Shades and tints

Shades of #DDEEE5

#DDEEE5
(221,238,229)
#C9D9D1
(201,217,209)
#B5C4BD
(181,196,189)
#A1AFA9
(161,175,169)
#8D9A95
(141,154,149)
#798581
(121,133,129)
#65706D
(101,112,109)
#515B59
(81,91,89)
#3D4645
(61,70,69)
#293131
(41,49,49)
#151C1D
(21,28,29)
#000000
(0,0,0)

Tints of #DDEEE5

#DDEEE5
(221,238,229)
#E0EFE7
(224,239,231)
#E3F0E9
(227,240,233)
#E6F1EB
(230,241,235)
#E9F2ED
(233,242,237)
#ECF3EF
(236,243,239)
#EFF4F1
(239,244,241)
#F2F5F3
(242,245,243)
#F5F6F5
(245,246,245)
#F8F7F7
(248,247,247)
#FBF8F9
(251,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDEEE5 color. Also use rgb(221,238,229) instead hex code.

Text Font Color

.myTextColor { color: #DDEEE5; }

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

This text font color is #DDEEE5.


Background Color

.myBgColor { background-color: #DDEEE5; }

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

This div background color is #DDEEE5.


Border color

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

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

This div border color is #DDEEE5.


Opacity

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

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

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

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

This text has shadow with #DDEEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEEE5 on black background.


Color preview on white background

This text has color #DDEEE5 on white background.



Black color preview on #DDEEE5 background

This text has black color on #DDEEE5 background.


White color preview on #DDEEE5 background

This text has white color on #DDEEE5 background.