COLOR #DDEFE6

HEX: #DDEFE6 RGB: (221,239,230)

Color info

#DDEFE6 contains red, green and blue colors in about the same proportion. Web safe color of #DDEFE6 is #CCFFCC (or #CFC).

RGB color model

#DDEFE6 color RGB value is (221,239,230).

RGB: (221,239,230) (87%, 94%, 90%)

RGB channels and saturation

R 221 of 255 = 87%
G 239 of 255 = 94%
B 230 of 255 = 90%

221
239
230

R + G + B ~ 90%. #DDEFE6 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 239 + 230 = 690 (100%)
R 221 of 690 ~ 32.03%
G 239 of 690 ~ 34.64%
B 230 of 690 ~ 33.33'%

%32.03
%34.64
%33.33

CMYK color model

#DDEFE6 color CMYK value is (8,0,4,6).

  • cyan value is 7.53%
  • magenta value is 0.00%
  • yellow value is 3.77%
  • key color value is 6.27%
CMYK: (8,0,4,6) C8M0Y4K6 (8%,0%,4%,6%) (0.08/0.00/0.04/0.06) 

CMYK percentages

%7.53
%0
%3.77
%6.27

Codes

Color #DDEFE6 in popluar color models

DD EF E6
RGB 221 239 230
HSL 150° 36.00% 90.20%
HSB/HSV 150° 7.53% 93.73%
CMYK 7.53% 0.00% 3.77%
6.27%

Color #DDEFE6 in popluar number systems.

HEX DD EF E6
Decimal 221 239 230
Binary 11011101 11101111 11100110
Octal 335 357 346

Shades and tints

Shades of #DDEFE6

#DDEFE6
(221,239,230)
#C9DAD2
(201,218,210)
#B5C5BE
(181,197,190)
#A1B0AA
(161,176,170)
#8D9B96
(141,155,150)
#798682
(121,134,130)
#65716E
(101,113,110)
#515C5A
(81,92,90)
#3D4746
(61,71,70)
#293232
(41,50,50)
#151D1E
(21,29,30)
#000000
(0,0,0)

Tints of #DDEFE6

#DDEFE6
(221,239,230)
#E0F0E8
(224,240,232)
#E3F1EA
(227,241,234)
#E6F2EC
(230,242,236)
#E9F3EE
(233,243,238)
#ECF4F0
(236,244,240)
#EFF5F2
(239,245,242)
#F2F6F4
(242,246,244)
#F5F7F6
(245,247,246)
#F8F8F8
(248,248,248)
#FBF9FA
(251,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEFE6; }

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

This text font color is #DDEFE6.

Background Color

.myBgColor { background-color: #DDEFE6; }

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

This div background color is #DDEFE6.

Border color

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

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

This div border color is #DDEFE6.

Opacity

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

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

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

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

This text has shadow with #DDEFE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEFE6.

Preview

Color preview on black background

This text has color #DDEFE6 on black background.


Color preview on white background

This text has color #DDEFE6 on white background.


Black color preview on #DDEFE6 background

This text has black color on #DDEFE6 background.


White color preview on #DDEFE6 background

This text has white color on #DDEFE6 background.


Related colors

Complementary color

Complementary color for #hex is #221019.


I love getcolorcode.com

Triadic colors

1 #E6DDEF and #EFE6DD with #DDEFE6 are triadic colors.

2 #E6EFDD and #EFDDE6 with #DDEFE6 are triadic colors.