COLOR #DDE0F2

HEX: #DDE0F2
RGB: (221,224,242)

Color info

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

RGB color model

#DDE0F2 color RGB value is (221,224,242).

  • red value is 221;
  • green value is 224;
  • blue value is 242.
RGB:
(221,224,242)
(87%,88%,95%)

RGB channels and saturation

R 221 of 255 = 87%
G 224 of 255 = 88%
B 242 of 255 = 95%

221
224
242

R + G + B ~ 90%. #DDE0F2 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 224 + 242 = 687 (100%)
R 221 of 687 ~ 32.17%
G 224 of 687 ~ 32.61%
B 242 of 687 ~ 35.23%

%32.17
%32.61
%35.23

CMYK color model

#DDE0F2 color CMYK value is (9,7,0,5).

  • cyan value is 8.68%
  • magenta value is 7.44%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(9,7,0,5)
C9M7Y0K5 
(9%,7%,0%,5%)
(0.09/0.07/0.00/0.05)	

CMYK percentages

%8.68
%7.44
%0
%5.1

Codes

Color #DDE0F2 in popluar color models

DDE0F2
RGB221224242
HSL231°44.68%90.78%
HSB/HSV231°8.68%94.90%
CMYK8.68%7.44%0.00%
5.10%

Color #DDE0F2 in popluar number systems.

HEXDDE0F2
Decimal221224242
Binary110111011110000011110010
Octal335340362

Shades and tints

Shades of #DDE0F2

#DDE0F2
(221,224,242)
#C9CCDC
(201,204,220)
#B5B8C6
(181,184,198)
#A1A4B0
(161,164,176)
#8D909A
(141,144,154)
#797C84
(121,124,132)
#65686E
(101,104,110)
#515458
(81,84,88)
#3D4042
(61,64,66)
#292C2C
(41,44,44)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #DDE0F2

#DDE0F2
(221,224,242)
#E0E2F3
(224,226,243)
#E3E4F4
(227,228,244)
#E6E6F5
(230,230,245)
#E9E8F6
(233,232,246)
#ECEAF7
(236,234,247)
#EFECF8
(239,236,248)
#F2EEF9
(242,238,249)
#F5F0FA
(245,240,250)
#F8F2FB
(248,242,251)
#FBF4FC
(251,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE0F2; }

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

This text font color is #DDE0F2.


Background Color

.myBgColor { background-color: #DDE0F2; }

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

This div background color is #DDE0F2.


Border color

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

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

This div border color is #DDE0F2.


Opacity

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

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

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

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

This text has shadow with #DDE0F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE0F2 on black background.


Color preview on white background

This text has color #DDE0F2 on white background.



Black color preview on #DDE0F2 background

This text has black color on #DDE0F2 background.


White color preview on #DDE0F2 background

This text has white color on #DDE0F2 background.