COLOR #DDEFEC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

221
239
236

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

Portions of RGB colors in percentages

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

%31.75
%34.34
%33.91

CMYK color model

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

  • cyan value is 7.53%
  • magenta value is 0.00%
  • yellow value is 1.26%
  • key color value is 6.27%

CMYK: (8,0,1,6)
C8M0Y1K6 (8%, 0%, 1%, 6%)
(0.08 / 0.00 / 0.01 / 0.06)

CMYK percentages

%7.53
%0
%1.26
%6.27

Codes

Color #DDEFEC in popluar color models

DD EF EC
RGB 221 239 236
HSL 170° 36.00% 90.20%
HSB/HSV 170° 7.53% 93.73%
CMYK 7.53% 0.00% 1.26%
6.27%

Color #DDEFEC in popluar number systems.

HEX DD EF EC
Decimal 221 239 236
Binary 11011101 11101111 11101100
Octal 335 357 354

Shades and tints

Shades of #DDEFEC

#DDEFEC
(221,239,236)
#C9DAD7
(201,218,215)
#B5C5C2
(181,197,194)
#A1B0AD
(161,176,173)
#8D9B98
(141,155,152)
#798683
(121,134,131)
#65716E
(101,113,110)
#515C59
(81,92,89)
#3D4744
(61,71,68)
#29322F
(41,50,47)
#151D1A
(21,29,26)
#000000
(0,0,0)

Tints of #DDEFEC

#DDEFEC
(221,239,236)
#E0F0ED
(224,240,237)
#E3F1EE
(227,241,238)
#E6F2EF
(230,242,239)
#E9F3F0
(233,243,240)
#ECF4F1
(236,244,241)
#EFF5F2
(239,245,242)
#F2F6F3
(242,246,243)
#F5F7F4
(245,247,244)
#F8F8F5
(248,248,245)
#FBF9F6
(251,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEFEC; }

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

This text font color is #DDEFEC.

Background Color

.myBgColor { background-color: #DDEFEC; }

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

This div background color is #DDEFEC.

Border color

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

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

This div border color is #DDEFEC.

Opacity

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

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

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

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

This text has shadow with #DDEFEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEFEC.

Preview

Color preview on black background

This text has color #DDEFEC on black background.


Color preview on white background

This text has color #DDEFEC on white background.


Black color preview on #DDEFEC background

This text has black color on #DDEFEC background.


White color preview on #DDEFEC background

This text has white color on #DDEFEC background.


Related colors

Complementary color

Complementary color for #hex is #221013.


I love getcolorcode.com

Triadic colors

1 #ECDDEF and #EFECDD with #DDEFEC are triadic colors.

2 #ECEFDD and #EFDDEC with #DDEFEC are triadic colors.