COLOR #DDECF0

HEX: #DDECF0 RGB: (221,236,240)

Color info

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

RGB color model

#DDECF0 color RGB value is (221,236,240).

RGB: (221,236,240) (87%, 93%, 94%)

RGB channels and saturation

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

221
236
240

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

Portions of RGB colors in percentages

R + G + B = 221 + 236 + 240 = 697 (100%)
R 221 of 697 ~ 31.71%
G 236 of 697 ~ 33.86%
B 240 of 697 ~ 34.43'%

%31.71
%33.86
%34.43

CMYK color model

#DDECF0 color CMYK value is (8,2,0,6).

  • cyan value is 7.92%
  • magenta value is 1.67%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (8,2,0,6)
C8M2Y0K6 (8%, 2%, 0%, 6%)
(0.08 / 0.02 / 0.00 / 0.06)

CMYK percentages

%7.92
%1.67
%0
%5.88

Codes

Color #DDECF0 in popluar color models

DD EC F0
RGB 221 236 240
HSL 193° 38.78% 90.39%
HSB/HSV 193° 7.92% 94.12%
CMYK 7.92% 1.67% 0.00%
5.88%

Color #DDECF0 in popluar number systems.

HEX DD EC F0
Decimal 221 236 240
Binary 11011101 11101100 11110000
Octal 335 354 360

Shades and tints

Shades of #DDECF0

#DDECF0
(221,236,240)
#C9D7DB
(201,215,219)
#B5C2C6
(181,194,198)
#A1ADB1
(161,173,177)
#8D989C
(141,152,156)
#798387
(121,131,135)
#656E72
(101,110,114)
#51595D
(81,89,93)
#3D4448
(61,68,72)
#292F33
(41,47,51)
#151A1E
(21,26,30)
#000000
(0,0,0)

Tints of #DDECF0

#DDECF0
(221,236,240)
#E0EDF1
(224,237,241)
#E3EEF2
(227,238,242)
#E6EFF3
(230,239,243)
#E9F0F4
(233,240,244)
#ECF1F5
(236,241,245)
#EFF2F6
(239,242,246)
#F2F3F7
(242,243,247)
#F5F4F8
(245,244,248)
#F8F5F9
(248,245,249)
#FBF6FA
(251,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDECF0; }

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

This text font color is #DDECF0.

Background Color

.myBgColor { background-color: #DDECF0; }

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

This div background color is #DDECF0.

Border color

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

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

This div border color is #DDECF0.

Opacity

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

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

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

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

This text has shadow with #DDECF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDECF0.

Preview

Color preview on black background

This text has color #DDECF0 on black background.


Color preview on white background

This text has color #DDECF0 on white background.


Black color preview on #DDECF0 background

This text has black color on #DDECF0 background.


White color preview on #DDECF0 background

This text has white color on #DDECF0 background.


Related colors

Complementary color

Complementary color for #hex is #22130F.


I love getcolorcode.com

Triadic colors

1 #F0DDEC and #ECF0DD with #DDECF0 are triadic colors.

2 #F0ECDD and #ECDDF0 with #DDECF0 are triadic colors.