COLOR #DDE7F0

HEX: #DDE7F0
RGB: (221,231,240)

Color info

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

RGB color model

#DDE7F0 color RGB value is (221,231,240).

  • red value is 221;
  • green value is 231;
  • blue value is 240.
RGB:
(221,231,240)
(87%,91%,94%)

RGB channels and saturation

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

221
231
240

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

Portions of RGB colors in percentages

R + G + B =
221 + 231 + 240 = 692 (100%)
R 221 of 692 ~ 31.94%
G 231 of 692 ~ 33.38%
B 240 of 692 ~ 34.68%

%31.94
%33.38
%34.68

CMYK color model

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

  • cyan value is 7.92%
  • magenta value is 3.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(8,4,0,6)
C8M4Y0K6 
(8%,4%,0%,6%)
(0.08/0.04/0.00/0.06)	

CMYK percentages

%7.92
%3.75
%0
%5.88

Codes

Color #DDE7F0 in popluar color models

DDE7F0
RGB221231240
HSL208°38.78%90.39%
HSB/HSV208°7.92%94.12%
CMYK7.92%3.75%0.00%
5.88%

Color #DDE7F0 in popluar number systems.

HEXDDE7F0
Decimal221231240
Binary110111011110011111110000
Octal335347360

Shades and tints

Shades of #DDE7F0

#DDE7F0
(221,231,240)
#C9D2DB
(201,210,219)
#B5BDC6
(181,189,198)
#A1A8B1
(161,168,177)
#8D939C
(141,147,156)
#797E87
(121,126,135)
#656972
(101,105,114)
#51545D
(81,84,93)
#3D3F48
(61,63,72)
#292A33
(41,42,51)
#15151E
(21,21,30)
#000000
(0,0,0)

Tints of #DDE7F0

#DDE7F0
(221,231,240)
#E0E9F1
(224,233,241)
#E3EBF2
(227,235,242)
#E6EDF3
(230,237,243)
#E9EFF4
(233,239,244)
#ECF1F5
(236,241,245)
#EFF3F6
(239,243,246)
#F2F5F7
(242,245,247)
#F5F7F8
(245,247,248)
#F8F9F9
(248,249,249)
#FBFBFA
(251,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE7F0; }

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

This text font color is #DDE7F0.


Background Color

.myBgColor { background-color: #DDE7F0; }

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

This div background color is #DDE7F0.


Border color

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

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

This div border color is #DDE7F0.


Opacity

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

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

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

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

This text has shadow with #DDE7F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE7F0 on black background.


Color preview on white background

This text has color #DDE7F0 on white background.



Black color preview on #DDE7F0 background

This text has black color on #DDE7F0 background.


White color preview on #DDE7F0 background

This text has white color on #DDE7F0 background.