COLOR #DDE8FE

HEX: #DDE8FE
RGB: (221,232,254)

Color info

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

RGB color model

#DDE8FE color RGB value is (221,232,254).

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

RGB channels and saturation

R 221 of 255 = 87%
G 232 of 255 = 91%
B 254 of 255 = 100%

221
232
254

R + G + B ~ 93%. #DDE8FE is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 232 + 254 = 707 (100%)
R 221 of 707 ~ 31.26%
G 232 of 707 ~ 32.81%
B 254 of 707 ~ 35.93%

%31.26
%32.81
%35.93

CMYK color model

#DDE8FE color CMYK value is (13,9,0,0).

  • cyan value is 12.99%
  • magenta value is 8.66%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(13,9,0,0)
C13M9Y0K0 
(13%,9%,0%,0%)
(0.13/0.09/0.00/0.00)	

CMYK percentages

%12.99
%8.66
%0
%0.39

Codes

Color #DDE8FE in popluar color models

DDE8FE
RGB221232254
HSL220°94.29%93.14%
HSB/HSV220°12.99%99.61%
CMYK12.99%8.66%0.00%
0.39%

Color #DDE8FE in popluar number systems.

HEXDDE8FE
Decimal221232254
Binary110111011110100011111110
Octal335350376

Shades and tints

Shades of #DDE8FE

#DDE8FE
(221,232,254)
#C9D3E7
(201,211,231)
#B5BED0
(181,190,208)
#A1A9B9
(161,169,185)
#8D94A2
(141,148,162)
#797F8B
(121,127,139)
#656A74
(101,106,116)
#51555D
(81,85,93)
#3D4046
(61,64,70)
#292B2F
(41,43,47)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #DDE8FE

#DDE8FE
(221,232,254)
#E0EAFE
(224,234,254)
#E3ECFE
(227,236,254)
#E6EEFE
(230,238,254)
#E9F0FE
(233,240,254)
#ECF2FE
(236,242,254)
#EFF4FE
(239,244,254)
#F2F6FE
(242,246,254)
#F5F8FE
(245,248,254)
#F8FAFE
(248,250,254)
#FBFCFE
(251,252,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE8FE; }

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

This text font color is #DDE8FE.


Background Color

.myBgColor { background-color: #DDE8FE; }

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

This div background color is #DDE8FE.


Border color

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

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

This div border color is #DDE8FE.


Opacity

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

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

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

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

This text has shadow with #DDE8FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE8FE on black background.


Color preview on white background

This text has color #DDE8FE on white background.



Black color preview on #DDE8FE background

This text has black color on #DDE8FE background.


White color preview on #DDE8FE background

This text has white color on #DDE8FE background.