COLOR #DDE6F7

HEX: #DDE6F7
RGB: (221,230,247)

Color info

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

RGB color model

#DDE6F7 color RGB value is (221,230,247).

  • red value is 221;
  • green value is 230;
  • blue value is 247.
RGB:
(221,230,247)
(87%,90%,97%)

RGB channels and saturation

R 221 of 255 = 87%
G 230 of 255 = 90%
B 247 of 255 = 97%

221
230
247

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

Portions of RGB colors in percentages

R + G + B =
221 + 230 + 247 = 698 (100%)
R 221 of 698 ~ 31.66%
G 230 of 698 ~ 32.95%
B 247 of 698 ~ 35.39%

%31.66
%32.95
%35.39

CMYK color model

#DDE6F7 color CMYK value is (11,7,0,3).

  • cyan value is 10.53%
  • magenta value is 6.88%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(11,7,0,3)
C11M7Y0K3 
(11%,7%,0%,3%)
(0.11/0.07/0.00/0.03)	

CMYK percentages

%10.53
%6.88
%0
%3.14

Codes

Color #DDE6F7 in popluar color models

DDE6F7
RGB221230247
HSL219°61.90%91.76%
HSB/HSV219°10.53%96.86%
CMYK10.53%6.88%0.00%
3.14%

Color #DDE6F7 in popluar number systems.

HEXDDE6F7
Decimal221230247
Binary110111011110011011110111
Octal335346367

Shades and tints

Shades of #DDE6F7

#DDE6F7
(221,230,247)
#C9D2E1
(201,210,225)
#B5BECB
(181,190,203)
#A1AAB5
(161,170,181)
#8D969F
(141,150,159)
#798289
(121,130,137)
#656E73
(101,110,115)
#515A5D
(81,90,93)
#3D4647
(61,70,71)
#293231
(41,50,49)
#151E1B
(21,30,27)
#000000
(0,0,0)

Tints of #DDE6F7

#DDE6F7
(221,230,247)
#E0E8F7
(224,232,247)
#E3EAF7
(227,234,247)
#E6ECF7
(230,236,247)
#E9EEF7
(233,238,247)
#ECF0F7
(236,240,247)
#EFF2F7
(239,242,247)
#F2F4F7
(242,244,247)
#F5F6F7
(245,246,247)
#F8F8F7
(248,248,247)
#FBFAF7
(251,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE6F7; }

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

This text font color is #DDE6F7.


Background Color

.myBgColor { background-color: #DDE6F7; }

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

This div background color is #DDE6F7.


Border color

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

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

This div border color is #DDE6F7.


Opacity

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

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

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

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

This text has shadow with #DDE6F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE6F7 on black background.


Color preview on white background

This text has color #DDE6F7 on white background.



Black color preview on #DDE6F7 background

This text has black color on #DDE6F7 background.


White color preview on #DDE6F7 background

This text has white color on #DDE6F7 background.