COLOR #DDE9FC

HEX: #DDE9FC
RGB: (221,233,252)

Color info

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

RGB color model

#DDE9FC color RGB value is (221,233,252).

  • red value is 221;
  • green value is 233;
  • blue value is 252.
RGB:
(221,233,252)
(87%,91%,99%)

RGB channels and saturation

R 221 of 255 = 87%
G 233 of 255 = 91%
B 252 of 255 = 99%

221
233
252

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

Portions of RGB colors in percentages

R + G + B =
221 + 233 + 252 = 706 (100%)
R 221 of 706 ~ 31.3%
G 233 of 706 ~ 33%
B 252 of 706 ~ 35.69%

%31.3
%33
%35.69

CMYK color model

#DDE9FC color CMYK value is (12,8,0,1).

  • cyan value is 12.30%
  • magenta value is 7.54%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(12,8,0,1)
C12M8Y0K1 
(12%,8%,0%,1%)
(0.12/0.08/0.00/0.01)	

CMYK percentages

%12.3
%7.54
%0
%1.18

Codes

Color #DDE9FC in popluar color models

DDE9FC
RGB221233252
HSL217°83.78%92.75%
HSB/HSV217°12.30%98.82%
CMYK12.30%7.54%0.00%
1.18%

Color #DDE9FC in popluar number systems.

HEXDDE9FC
Decimal221233252
Binary110111011110100111111100
Octal335351374

Shades and tints

Shades of #DDE9FC

#DDE9FC
(221,233,252)
#C9D4E6
(201,212,230)
#B5BFD0
(181,191,208)
#A1AABA
(161,170,186)
#8D95A4
(141,149,164)
#79808E
(121,128,142)
#656B78
(101,107,120)
#515662
(81,86,98)
#3D414C
(61,65,76)
#292C36
(41,44,54)
#151720
(21,23,32)
#000000
(0,0,0)

Tints of #DDE9FC

#DDE9FC
(221,233,252)
#E0EBFC
(224,235,252)
#E3EDFC
(227,237,252)
#E6EFFC
(230,239,252)
#E9F1FC
(233,241,252)
#ECF3FC
(236,243,252)
#EFF5FC
(239,245,252)
#F2F7FC
(242,247,252)
#F5F9FC
(245,249,252)
#F8FBFC
(248,251,252)
#FBFDFC
(251,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE9FC color. Also use rgb(221,233,252) instead hex code.

Text Font Color

.myTextColor { color: #DDE9FC; }

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

This text font color is #DDE9FC.


Background Color

.myBgColor { background-color: #DDE9FC; }

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

This div background color is #DDE9FC.


Border color

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

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

This div border color is #DDE9FC.


Opacity

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

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

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

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

This text has shadow with #DDE9FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE9FC on black background.


Color preview on white background

This text has color #DDE9FC on white background.



Black color preview on #DDE9FC background

This text has black color on #DDE9FC background.


White color preview on #DDE9FC background

This text has white color on #DDE9FC background.