COLOR #DDE2FE

HEX: #DDE2FE
RGB: (221,226,254)

Color info

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

RGB color model

#DDE2FE color RGB value is (221,226,254).

  • red value is 221;
  • green value is 226;
  • blue value is 254.
RGB:
(221,226,254)
(87%,89%,100%)

RGB channels and saturation

R 221 of 255 = 87%
G 226 of 255 = 89%
B 254 of 255 = 100%

221
226
254

R + G + B ~ 92%. #DDE2FE is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 226 + 254 = 701 (100%)
R 221 of 701 ~ 31.53%
G 226 of 701 ~ 32.24%
B 254 of 701 ~ 36.23%

%31.53
%32.24
%36.23

CMYK color model

#DDE2FE color CMYK value is (13,11,0,0).

  • cyan value is 12.99%
  • magenta value is 11.02%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(13,11,0,0)
C13M11Y0K0 
(13%,11%,0%,0%)
(0.13/0.11/0.00/0.00)	

CMYK percentages

%12.99
%11.02
%0
%0.39

Codes

Color #DDE2FE in popluar color models

DDE2FE
RGB221226254
HSL231°94.29%93.14%
HSB/HSV231°12.99%99.61%
CMYK12.99%11.02%0.00%
0.39%

Color #DDE2FE in popluar number systems.

HEXDDE2FE
Decimal221226254
Binary110111011110001011111110
Octal335342376

Shades and tints

Shades of #DDE2FE

#DDE2FE
(221,226,254)
#C9CEE7
(201,206,231)
#B5BAD0
(181,186,208)
#A1A6B9
(161,166,185)
#8D92A2
(141,146,162)
#797E8B
(121,126,139)
#656A74
(101,106,116)
#51565D
(81,86,93)
#3D4246
(61,66,70)
#292E2F
(41,46,47)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #DDE2FE

#DDE2FE
(221,226,254)
#E0E4FE
(224,228,254)
#E3E6FE
(227,230,254)
#E6E8FE
(230,232,254)
#E9EAFE
(233,234,254)
#ECECFE
(236,236,254)
#EFEEFE
(239,238,254)
#F2F0FE
(242,240,254)
#F5F2FE
(245,242,254)
#F8F4FE
(248,244,254)
#FBF6FE
(251,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE2FE; }

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

This text font color is #DDE2FE.


Background Color

.myBgColor { background-color: #DDE2FE; }

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

This div background color is #DDE2FE.


Border color

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

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

This div border color is #DDE2FE.


Opacity

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

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

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

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

This text has shadow with #DDE2FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE2FE on black background.


Color preview on white background

This text has color #DDE2FE on white background.



Black color preview on #DDE2FE background

This text has black color on #DDE2FE background.


White color preview on #DDE2FE background

This text has white color on #DDE2FE background.