COLOR #DDEAF9

HEX: #DDEAF9
RGB: (221,234,249)

Color info

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

RGB color model

#DDEAF9 color RGB value is (221,234,249).

  • red value is 221;
  • green value is 234;
  • blue value is 249.
RGB:
(221,234,249)
(87%,92%,98%)

RGB channels and saturation

R 221 of 255 = 87%
G 234 of 255 = 92%
B 249 of 255 = 98%

221
234
249

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

Portions of RGB colors in percentages

R + G + B =
221 + 234 + 249 = 704 (100%)
R 221 of 704 ~ 31.39%
G 234 of 704 ~ 33.24%
B 249 of 704 ~ 35.37%

%31.39
%33.24
%35.37

CMYK color model

#DDEAF9 color CMYK value is (11,6,0,2).

  • cyan value is 11.24%
  • magenta value is 6.02%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(11,6,0,2)
C11M6Y0K2 
(11%,6%,0%,2%)
(0.11/0.06/0.00/0.02)	

CMYK percentages

%11.24
%6.02
%0
%2.35

Codes

Color #DDEAF9 in popluar color models

DDEAF9
RGB221234249
HSL212°70.00%92.16%
HSB/HSV212°11.24%97.65%
CMYK11.24%6.02%0.00%
2.35%

Color #DDEAF9 in popluar number systems.

HEXDDEAF9
Decimal221234249
Binary110111011110101011111001
Octal335352371

Shades and tints

Shades of #DDEAF9

#DDEAF9
(221,234,249)
#C9D5E3
(201,213,227)
#B5C0CD
(181,192,205)
#A1ABB7
(161,171,183)
#8D96A1
(141,150,161)
#79818B
(121,129,139)
#656C75
(101,108,117)
#51575F
(81,87,95)
#3D4249
(61,66,73)
#292D33
(41,45,51)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #DDEAF9

#DDEAF9
(221,234,249)
#E0EBF9
(224,235,249)
#E3ECF9
(227,236,249)
#E6EDF9
(230,237,249)
#E9EEF9
(233,238,249)
#ECEFF9
(236,239,249)
#EFF0F9
(239,240,249)
#F2F1F9
(242,241,249)
#F5F2F9
(245,242,249)
#F8F3F9
(248,243,249)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDEAF9 color. Also use rgb(221,234,249) instead hex code.

Text Font Color

.myTextColor { color: #DDEAF9; }

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

This text font color is #DDEAF9.


Background Color

.myBgColor { background-color: #DDEAF9; }

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

This div background color is #DDEAF9.


Border color

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

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

This div border color is #DDEAF9.


Opacity

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

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

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

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

This text has shadow with #DDEAF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEAF9 on black background.


Color preview on white background

This text has color #DDEAF9 on white background.



Black color preview on #DDEAF9 background

This text has black color on #DDEAF9 background.


White color preview on #DDEAF9 background

This text has white color on #DDEAF9 background.