COLOR #DDE0F7

HEX: #DDE0F7 RGB: (221,224,247)

Color info

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

RGB color model

#DDE0F7 color RGB value is (221,224,247).

RGB: (221,224,247) (87%, 88%, 97%)

RGB channels and saturation

R 221 of 255 = 87%
G 224 of 255 = 88%
B 247 of 255 = 97%

221
224
247

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

Portions of RGB colors in percentages

R + G + B = 221 + 224 + 247 = 692 (100%)
R 221 of 692 ~ 31.94%
G 224 of 692 ~ 32.37%
B 247 of 692 ~ 35.69'%

%31.94
%32.37
%35.69

CMYK color model

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

  • cyan value is 10.53%
  • magenta value is 9.31%
  • 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
%9.31
%0
%3.14

Codes

Color #DDE0F7 in popluar color models

DD E0 F7
RGB 221 224 247
HSL 233° 61.90% 91.76%
HSB/HSV 233° 10.53% 96.86%
CMYK 10.53% 9.31% 0.00%
3.14%

Color #DDE0F7 in popluar number systems.

HEX DD E0 F7
Decimal 221 224 247
Binary 11011101 11100000 11110111
Octal 335 340 367

Shades and tints

Shades of #DDE0F7

#DDE0F7
(221,224,247)
#C9CCE1
(201,204,225)
#B5B8CB
(181,184,203)
#A1A4B5
(161,164,181)
#8D909F
(141,144,159)
#797C89
(121,124,137)
#656873
(101,104,115)
#51545D
(81,84,93)
#3D4047
(61,64,71)
#292C31
(41,44,49)
#15181B
(21,24,27)
#000000
(0,0,0)

Tints of #DDE0F7

#DDE0F7
(221,224,247)
#E0E2F7
(224,226,247)
#E3E4F7
(227,228,247)
#E6E6F7
(230,230,247)
#E9E8F7
(233,232,247)
#ECEAF7
(236,234,247)
#EFECF7
(239,236,247)
#F2EEF7
(242,238,247)
#F5F0F7
(245,240,247)
#F8F2F7
(248,242,247)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE0F7; }

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

This text font color is #DDE0F7.

Background Color

.myBgColor { background-color: #DDE0F7; }

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

This div background color is #DDE0F7.

Border color

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

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

This div border color is #DDE0F7.

Opacity

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

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

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

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

This text has shadow with #DDE0F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE0F7.

Preview

Color preview on black background

This text has color #DDE0F7 on black background.


Color preview on white background

This text has color #DDE0F7 on white background.


Black color preview on #DDE0F7 background

This text has black color on #DDE0F7 background.


White color preview on #DDE0F7 background

This text has white color on #DDE0F7 background.


Related colors

Complementary color

Complementary color for #hex is #221F08.


I love getcolorcode.com

Triadic colors

1 #F7DDE0 and #E0F7DD with #DDE0F7 are triadic colors.

2 #F7E0DD and #E0DDF7 with #DDE0F7 are triadic colors.