COLOR #DDECEF

HEX: #DDECEF
RGB: (221,236,239)

Color info

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

RGB color model

#DDECEF color RGB value is (221,236,239).

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

RGB channels and saturation

R 221 of 255 = 87%
G 236 of 255 = 93%
B 239 of 255 = 94%

221
236
239

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

Portions of RGB colors in percentages

R + G + B =
221 + 236 + 239 = 696 (100%)
R 221 of 696 ~ 31.75%
G 236 of 696 ~ 33.91%
B 239 of 696 ~ 34.34%

%31.75
%33.91
%34.34

CMYK color model

#DDECEF color CMYK value is (8,1,0,6).

  • cyan value is 7.53%
  • magenta value is 1.26%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(8,1,0,6)
C8M1Y0K6 
(8%,1%,0%,6%)
(0.08/0.01/0.00/0.06)	

CMYK percentages

%7.53
%1.26
%0
%6.27

Codes

Color #DDECEF in popluar color models

DDECEF
RGB221236239
HSL190°36.00%90.20%
HSB/HSV190°7.53%93.73%
CMYK7.53%1.26%0.00%
6.27%

Color #DDECEF in popluar number systems.

HEXDDECEF
Decimal221236239
Binary110111011110110011101111
Octal335354357

Shades and tints

Shades of #DDECEF

#DDECEF
(221,236,239)
#C9D7DA
(201,215,218)
#B5C2C5
(181,194,197)
#A1ADB0
(161,173,176)
#8D989B
(141,152,155)
#798386
(121,131,134)
#656E71
(101,110,113)
#51595C
(81,89,92)
#3D4447
(61,68,71)
#292F32
(41,47,50)
#151A1D
(21,26,29)
#000000
(0,0,0)

Tints of #DDECEF

#DDECEF
(221,236,239)
#E0EDF0
(224,237,240)
#E3EEF1
(227,238,241)
#E6EFF2
(230,239,242)
#E9F0F3
(233,240,243)
#ECF1F4
(236,241,244)
#EFF2F5
(239,242,245)
#F2F3F6
(242,243,246)
#F5F4F7
(245,244,247)
#F8F5F8
(248,245,248)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDECEF; }

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

This text font color is #DDECEF.


Background Color

.myBgColor { background-color: #DDECEF; }

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

This div background color is #DDECEF.


Border color

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

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

This div border color is #DDECEF.


Opacity

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

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

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

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

This text has shadow with #DDECEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDECEF on black background.


Color preview on white background

This text has color #DDECEF on white background.



Black color preview on #DDECEF background

This text has black color on #DDECEF background.


White color preview on #DDECEF background

This text has white color on #DDECEF background.