COLOR #DDEFE7

HEX: #DDEFE7 RGB: (221,239,231)

Color info

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

RGB color model

#DDEFE7 color RGB value is (221,239,231).

RGB: (221,239,231) (87%, 94%, 91%)

RGB channels and saturation

R 221 of 255 = 87%
G 239 of 255 = 94%
B 231 of 255 = 91%

221
239
231

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

Portions of RGB colors in percentages

R + G + B = 221 + 239 + 231 = 691 (100%)
R 221 of 691 ~ 31.98%
G 239 of 691 ~ 34.59%
B 231 of 691 ~ 33.43'%

%31.98
%34.59
%33.43

CMYK color model

#DDEFE7 color CMYK value is (8,0,3,6).

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

CMYK: (8,0,3,6)
C8M0Y3K6 (8%, 0%, 3%, 6%)
(0.08 / 0.00 / 0.03 / 0.06)

CMYK percentages

%7.53
%0
%3.35
%6.27

Codes

Color #DDEFE7 in popluar color models

DD EF E7
RGB 221 239 231
HSL 153° 36.00% 90.20%
HSB/HSV 153° 7.53% 93.73%
CMYK 7.53% 0.00% 3.35%
6.27%

Color #DDEFE7 in popluar number systems.

HEX DD EF E7
Decimal 221 239 231
Binary 11011101 11101111 11100111
Octal 335 357 347

Shades and tints

Shades of #DDEFE7

#DDEFE7
(221,239,231)
#C9DAD2
(201,218,210)
#B5C5BD
(181,197,189)
#A1B0A8
(161,176,168)
#8D9B93
(141,155,147)
#79867E
(121,134,126)
#657169
(101,113,105)
#515C54
(81,92,84)
#3D473F
(61,71,63)
#29322A
(41,50,42)
#151D15
(21,29,21)
#000000
(0,0,0)

Tints of #DDEFE7

#DDEFE7
(221,239,231)
#E0F0E9
(224,240,233)
#E3F1EB
(227,241,235)
#E6F2ED
(230,242,237)
#E9F3EF
(233,243,239)
#ECF4F1
(236,244,241)
#EFF5F3
(239,245,243)
#F2F6F5
(242,246,245)
#F5F7F7
(245,247,247)
#F8F8F9
(248,248,249)
#FBF9FB
(251,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEFE7; }

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

This text font color is #DDEFE7.

Background Color

.myBgColor { background-color: #DDEFE7; }

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

This div background color is #DDEFE7.

Border color

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

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

This div border color is #DDEFE7.

Opacity

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

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

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

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

This text has shadow with #DDEFE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEFE7.

Preview

Color preview on black background

This text has color #DDEFE7 on black background.


Color preview on white background

This text has color #DDEFE7 on white background.


Black color preview on #DDEFE7 background

This text has black color on #DDEFE7 background.


White color preview on #DDEFE7 background

This text has white color on #DDEFE7 background.


Related colors

Complementary color

Complementary color for #hex is #221018.


I love getcolorcode.com

Triadic colors

1 #E7DDEF and #EFE7DD with #DDEFE7 are triadic colors.

2 #E7EFDD and #EFDDE7 with #DDEFE7 are triadic colors.