COLOR #DDECEE

HEX: #DDECEE
RGB: (221,236,238)

Color info

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

RGB color model

#DDECEE color RGB value is (221,236,238).

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

RGB channels and saturation

R 221 of 255 = 87%
G 236 of 255 = 93%
B 238 of 255 = 93%

221
236
238

R + G + B ~ 91%. #DDECEE is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 236 + 238 = 695 (100%)
R 221 of 695 ~ 31.8%
G 236 of 695 ~ 33.96%
B 238 of 695 ~ 34.24%

%31.8
%33.96
%34.24

CMYK color model

#DDECEE color CMYK value is (7,1,0,7).

  • cyan value is 7.14%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(7,1,0,7)
C7M1Y0K7 
(7%,1%,0%,7%)
(0.07/0.01/0.00/0.07)	

CMYK percentages

%7.14
%0.84
%0
%6.67

Codes

Color #DDECEE in popluar color models

DDECEE
RGB221236238
HSL187°33.33%90.00%
HSB/HSV187°7.14%93.33%
CMYK7.14%0.84%0.00%
6.67%

Color #DDECEE in popluar number systems.

HEXDDECEE
Decimal221236238
Binary110111011110110011101110
Octal335354356

Shades and tints

Shades of #DDECEE

#DDECEE
(221,236,238)
#C9D7D9
(201,215,217)
#B5C2C4
(181,194,196)
#A1ADAF
(161,173,175)
#8D989A
(141,152,154)
#798385
(121,131,133)
#656E70
(101,110,112)
#51595B
(81,89,91)
#3D4446
(61,68,70)
#292F31
(41,47,49)
#151A1C
(21,26,28)
#000000
(0,0,0)

Tints of #DDECEE

#DDECEE
(221,236,238)
#E0EDEF
(224,237,239)
#E3EEF0
(227,238,240)
#E6EFF1
(230,239,241)
#E9F0F2
(233,240,242)
#ECF1F3
(236,241,243)
#EFF2F4
(239,242,244)
#F2F3F5
(242,243,245)
#F5F4F6
(245,244,246)
#F8F5F7
(248,245,247)
#FBF6F8
(251,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDECEE; }

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

This text font color is #DDECEE.


Background Color

.myBgColor { background-color: #DDECEE; }

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

This div background color is #DDECEE.


Border color

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

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

This div border color is #DDECEE.


Opacity

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

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

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

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

This text has shadow with #DDECEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDECEE on black background.


Color preview on white background

This text has color #DDECEE on white background.



Black color preview on #DDECEE background

This text has black color on #DDECEE background.


White color preview on #DDECEE background

This text has white color on #DDECEE background.