COLOR #DDECEB

HEX: #DDECEB
RGB: (221,236,235)

Color info

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

RGB color model

#DDECEB color RGB value is (221,236,235).

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

RGB channels and saturation

R 221 of 255 = 87%
G 236 of 255 = 93%
B 235 of 255 = 92%

221
236
235

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

Portions of RGB colors in percentages

R + G + B =
221 + 236 + 235 = 692 (100%)
R 221 of 692 ~ 31.94%
G 236 of 692 ~ 34.1%
B 235 of 692 ~ 33.96%

%31.94
%34.1
%33.96

CMYK color model

#DDECEB color CMYK value is (6,0,0,7).

  • cyan value is 6.36%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 7.45%
CMYK:
(6,0,0,7)
C6M0Y0K7 
(6%,0%,0%,7%)
(0.06/0.00/0.00/0.07)	

CMYK percentages

%6.36
%0
%0.42
%7.45

Codes

Color #DDECEB in popluar color models

DDECEB
RGB221236235
HSL176°28.30%89.61%
HSB/HSV176°6.36%92.55%
CMYK6.36%0.00%0.42%
7.45%

Color #DDECEB in popluar number systems.

HEXDDECEB
Decimal221236235
Binary110111011110110011101011
Octal335354353

Shades and tints

Shades of #DDECEB

#DDECEB
(221,236,235)
#C9D7D6
(201,215,214)
#B5C2C1
(181,194,193)
#A1ADAC
(161,173,172)
#8D9897
(141,152,151)
#798382
(121,131,130)
#656E6D
(101,110,109)
#515958
(81,89,88)
#3D4443
(61,68,67)
#292F2E
(41,47,46)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #DDECEB

#DDECEB
(221,236,235)
#E0EDEC
(224,237,236)
#E3EEED
(227,238,237)
#E6EFEE
(230,239,238)
#E9F0EF
(233,240,239)
#ECF1F0
(236,241,240)
#EFF2F1
(239,242,241)
#F2F3F2
(242,243,242)
#F5F4F3
(245,244,243)
#F8F5F4
(248,245,244)
#FBF6F5
(251,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDECEB; }

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

This text font color is #DDECEB.


Background Color

.myBgColor { background-color: #DDECEB; }

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

This div background color is #DDECEB.


Border color

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

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

This div border color is #DDECEB.


Opacity

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

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

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

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

This text has shadow with #DDECEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDECEB on black background.


Color preview on white background

This text has color #DDECEB on white background.



Black color preview on #DDECEB background

This text has black color on #DDECEB background.


White color preview on #DDECEB background

This text has white color on #DDECEB background.