COLOR #DDE2F7

HEX: #DDE2F7 RGB: (221,226,247)

Color info

#DDE2F7 contains red, green and blue colors in about the same proportion. Web safe color of #DDE2F7 is #CCCCFF (or #CCF).

RGB color model

#DDE2F7 color RGB value is (221,226,247).

RGB: (221,226,247) (87%, 89%, 97%)

RGB channels and saturation

R 221 of 255 = 87%
G 226 of 255 = 89%
B 247 of 255 = 97%

221
226
247

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

Portions of RGB colors in percentages

R + G + B = 221 + 226 + 247 = 694 (100%)
R 221 of 694 ~ 31.84%
G 226 of 694 ~ 32.56%
B 247 of 694 ~ 35.59'%

%31.84
%32.56
%35.59

CMYK color model

#DDE2F7 color CMYK value is (11,9,0,3).

  • cyan value is 10.53%
  • magenta value is 8.50%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (11,9,0,3)
C11M9Y0K3 (11%, 9%, 0%, 3%)
(0.11 / 0.09 / 0.00 / 0.03)

CMYK percentages

%10.53
%8.5
%0
%3.14

Codes

Color #DDE2F7 in popluar color models

DD E2 F7
RGB 221 226 247
HSL 228° 61.90% 91.76%
HSB/HSV 228° 10.53% 96.86%
CMYK 10.53% 8.50% 0.00%
3.14%

Color #DDE2F7 in popluar number systems.

HEX DD E2 F7
Decimal 221 226 247
Binary 11011101 11100010 11110111
Octal 335 342 367

Shades and tints

Shades of #DDE2F7

#DDE2F7
(221,226,247)
#C9CEE1
(201,206,225)
#B5BACB
(181,186,203)
#A1A6B5
(161,166,181)
#8D929F
(141,146,159)
#797E89
(121,126,137)
#656A73
(101,106,115)
#51565D
(81,86,93)
#3D4247
(61,66,71)
#292E31
(41,46,49)
#151A1B
(21,26,27)
#000000
(0,0,0)

Tints of #DDE2F7

#DDE2F7
(221,226,247)
#E0E4F7
(224,228,247)
#E3E6F7
(227,230,247)
#E6E8F7
(230,232,247)
#E9EAF7
(233,234,247)
#ECECF7
(236,236,247)
#EFEEF7
(239,238,247)
#F2F0F7
(242,240,247)
#F5F2F7
(245,242,247)
#F8F4F7
(248,244,247)
#FBF6F7
(251,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE2F7 color. Also use rgb(221,226,247) instead hex code.

Text Font Color

.myTextColor { color: #DDE2F7; }

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

This text font color is #DDE2F7.

Background Color

.myBgColor { background-color: #DDE2F7; }

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

This div background color is #DDE2F7.

Border color

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

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

This div border color is #DDE2F7.

Opacity

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

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

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

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

This text has shadow with #DDE2F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE2F7.

Preview

Color preview on black background

This text has color #DDE2F7 on black background.


Color preview on white background

This text has color #DDE2F7 on white background.


Black color preview on #DDE2F7 background

This text has black color on #DDE2F7 background.


White color preview on #DDE2F7 background

This text has white color on #DDE2F7 background.


Related colors

Complementary color

Complementary color for #hex is #221D08.


I love getcolorcode.com

Triadic colors

1 #F7DDE2 and #E2F7DD with #DDE2F7 are triadic colors.

2 #F7E2DD and #E2DDF7 with #DDE2F7 are triadic colors.