COLOR #DDF6EC

HEX: #DDF6EC RGB: (221,246,236)

Color info

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

RGB color model

#DDF6EC color RGB value is (221,246,236).

RGB: (221,246,236) (87%, 96%, 93%)

RGB channels and saturation

R 221 of 255 = 87%
G 246 of 255 = 96%
B 236 of 255 = 93%

221
246
236

R + G + B ~ 92%. #DDF6EC is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 246 + 236 = 703 (100%)
R 221 of 703 ~ 31.44%
G 246 of 703 ~ 34.99%
B 236 of 703 ~ 33.57'%

%31.44
%34.99
%33.57

CMYK color model

#DDF6EC color CMYK value is (10,0,4,4).

  • cyan value is 10.16%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 3.53%

CMYK: (10,0,4,4)
C10M0Y4K4 (10%, 0%, 4%, 4%)
(0.10 / 0.00 / 0.04 / 0.04)

CMYK percentages

%10.16
%0
%4.07
%3.53

Codes

Color #DDF6EC in popluar color models

DD F6 EC
RGB 221 246 236
HSL 156° 58.14% 91.57%
HSB/HSV 156° 10.16% 96.47%
CMYK 10.16% 0.00% 4.07%
3.53%

Color #DDF6EC in popluar number systems.

HEX DD F6 EC
Decimal 221 246 236
Binary 11011101 11110110 11101100
Octal 335 366 354

Shades and tints

Shades of #DDF6EC

#DDF6EC
(221,246,236)
#C9E0D7
(201,224,215)
#B5CAC2
(181,202,194)
#A1B4AD
(161,180,173)
#8D9E98
(141,158,152)
#798883
(121,136,131)
#65726E
(101,114,110)
#515C59
(81,92,89)
#3D4644
(61,70,68)
#29302F
(41,48,47)
#151A1A
(21,26,26)
#000000
(0,0,0)

Tints of #DDF6EC

#DDF6EC
(221,246,236)
#E0F6ED
(224,246,237)
#E3F6EE
(227,246,238)
#E6F6EF
(230,246,239)
#E9F6F0
(233,246,240)
#ECF6F1
(236,246,241)
#EFF6F2
(239,246,242)
#F2F6F3
(242,246,243)
#F5F6F4
(245,246,244)
#F8F6F5
(248,246,245)
#FBF6F6
(251,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF6EC; }

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

This text font color is #DDF6EC.

Background Color

.myBgColor { background-color: #DDF6EC; }

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

This div background color is #DDF6EC.

Border color

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

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

This div border color is #DDF6EC.

Opacity

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

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

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

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

This text has shadow with #DDF6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF6EC.

Preview

Color preview on black background

This text has color #DDF6EC on black background.


Color preview on white background

This text has color #DDF6EC on white background.


Black color preview on #DDF6EC background

This text has black color on #DDF6EC background.


White color preview on #DDF6EC background

This text has white color on #DDF6EC background.


Related colors

Complementary color

Complementary color for #hex is #220913.


I love getcolorcode.com

Triadic colors

1 #ECDDF6 and #F6ECDD with #DDF6EC are triadic colors.

2 #ECF6DD and #F6DDEC with #DDF6EC are triadic colors.