COLOR #DDECFD

HEX: #DDECFD
RGB: (221,236,253)

Color info

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

RGB color model

#DDECFD color RGB value is (221,236,253).

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

RGB channels and saturation

R 221 of 255 = 87%
G 236 of 255 = 93%
B 253 of 255 = 99%

221
236
253

R + G + B ~ 93%. #DDECFD is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 236 + 253 = 710 (100%)
R 221 of 710 ~ 31.13%
G 236 of 710 ~ 33.24%
B 253 of 710 ~ 35.63%

%31.13
%33.24
%35.63

CMYK color model

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

  • cyan value is 12.65%
  • magenta value is 6.72%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(13,7,0,1)
C13M7Y0K1 
(13%,7%,0%,1%)
(0.13/0.07/0.00/0.01)	

CMYK percentages

%12.65
%6.72
%0
%0.78

Codes

Color #DDECFD in popluar color models

DDECFD
RGB221236253
HSL212°88.89%92.94%
HSB/HSV212°12.65%99.22%
CMYK12.65%6.72%0.00%
0.78%

Color #DDECFD in popluar number systems.

HEXDDECFD
Decimal221236253
Binary110111011110110011111101
Octal335354375

Shades and tints

Shades of #DDECFD

#DDECFD
(221,236,253)
#C9D7E6
(201,215,230)
#B5C2CF
(181,194,207)
#A1ADB8
(161,173,184)
#8D98A1
(141,152,161)
#79838A
(121,131,138)
#656E73
(101,110,115)
#51595C
(81,89,92)
#3D4445
(61,68,69)
#292F2E
(41,47,46)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #DDECFD

#DDECFD
(221,236,253)
#E0EDFD
(224,237,253)
#E3EEFD
(227,238,253)
#E6EFFD
(230,239,253)
#E9F0FD
(233,240,253)
#ECF1FD
(236,241,253)
#EFF2FD
(239,242,253)
#F2F3FD
(242,243,253)
#F5F4FD
(245,244,253)
#F8F5FD
(248,245,253)
#FBF6FD
(251,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDECFD; }

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

This text font color is #DDECFD.


Background Color

.myBgColor { background-color: #DDECFD; }

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

This div background color is #DDECFD.


Border color

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

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

This div border color is #DDECFD.


Opacity

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

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

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

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

This text has shadow with #DDECFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDECFD on black background.


Color preview on white background

This text has color #DDECFD on white background.



Black color preview on #DDECFD background

This text has black color on #DDECFD background.


White color preview on #DDECFD background

This text has white color on #DDECFD background.