COLOR #DDEEE1

HEX: #DDEEE1
RGB: (221,238,225)

Color info

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

RGB color model

#DDEEE1 color RGB value is (221,238,225).

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

RGB channels and saturation

R 221 of 255 = 87%
G 238 of 255 = 93%
B 225 of 255 = 88%

221
238
225

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

Portions of RGB colors in percentages

R + G + B =
221 + 238 + 225 = 684 (100%)
R 221 of 684 ~ 32.31%
G 238 of 684 ~ 34.8%
B 225 of 684 ~ 32.89%

%32.31
%34.8
%32.89

CMYK color model

#DDEEE1 color CMYK value is (7,0,5,7).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 5.46%
  • key color value is 6.67%
CMYK:
(7,0,5,7)
C7M0Y5K7 
(7%,0%,5%,7%)
(0.07/0.00/0.05/0.07)	

CMYK percentages

%7.14
%0
%5.46
%6.67

Codes

Color #DDEEE1 in popluar color models

DDEEE1
RGB221238225
HSL134°33.33%90.00%
HSB/HSV134°7.14%93.33%
CMYK7.14%0.00%5.46%
6.67%

Color #DDEEE1 in popluar number systems.

HEXDDEEE1
Decimal221238225
Binary110111011110111011100001
Octal335356341

Shades and tints

Shades of #DDEEE1

#DDEEE1
(221,238,225)
#C9D9CD
(201,217,205)
#B5C4B9
(181,196,185)
#A1AFA5
(161,175,165)
#8D9A91
(141,154,145)
#79857D
(121,133,125)
#657069
(101,112,105)
#515B55
(81,91,85)
#3D4641
(61,70,65)
#29312D
(41,49,45)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #DDEEE1

#DDEEE1
(221,238,225)
#E0EFE3
(224,239,227)
#E3F0E5
(227,240,229)
#E6F1E7
(230,241,231)
#E9F2E9
(233,242,233)
#ECF3EB
(236,243,235)
#EFF4ED
(239,244,237)
#F2F5EF
(242,245,239)
#F5F6F1
(245,246,241)
#F8F7F3
(248,247,243)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEEE1; }

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

This text font color is #DDEEE1.


Background Color

.myBgColor { background-color: #DDEEE1; }

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

This div background color is #DDEEE1.


Border color

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

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

This div border color is #DDEEE1.


Opacity

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

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

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

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

This text has shadow with #DDEEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEEE1 on black background.


Color preview on white background

This text has color #DDEEE1 on white background.



Black color preview on #DDEEE1 background

This text has black color on #DDEEE1 background.


White color preview on #DDEEE1 background

This text has white color on #DDEEE1 background.