COLOR #DDE3F9

HEX: #DDE3F9 RGB: (221,227,249)

Color info

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

RGB color model

#DDE3F9 color RGB value is (221,227,249).

RGB: (221,227,249) (87%, 89%, 98%)

RGB channels and saturation

R 221 of 255 = 87%
G 227 of 255 = 89%
B 249 of 255 = 98%

221
227
249

R + G + B ~ 91%. #DDE3F9 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 227 + 249 = 697 (100%)
R 221 of 697 ~ 31.71%
G 227 of 697 ~ 32.57%
B 249 of 697 ~ 35.72'%

%31.71
%32.57
%35.72

CMYK color model

#DDE3F9 color CMYK value is (11,9,0,2).

  • cyan value is 11.24%
  • magenta value is 8.84%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (11,9,0,2)
C11M9Y0K2 (11%, 9%, 0%, 2%)
(0.11 / 0.09 / 0.00 / 0.02)

CMYK percentages

%11.24
%8.84
%0
%2.35

Codes

Color #DDE3F9 in popluar color models

DD E3 F9
RGB 221 227 249
HSL 227° 70.00% 92.16%
HSB/HSV 227° 11.24% 97.65%
CMYK 11.24% 8.84% 0.00%
2.35%

Color #DDE3F9 in popluar number systems.

HEX DD E3 F9
Decimal 221 227 249
Binary 11011101 11100011 11111001
Octal 335 343 371

Shades and tints

Shades of #DDE3F9

#DDE3F9
(221,227,249)
#C9CFE3
(201,207,227)
#B5BBCD
(181,187,205)
#A1A7B7
(161,167,183)
#8D93A1
(141,147,161)
#797F8B
(121,127,139)
#656B75
(101,107,117)
#51575F
(81,87,95)
#3D4349
(61,67,73)
#292F33
(41,47,51)
#151B1D
(21,27,29)
#000000
(0,0,0)

Tints of #DDE3F9

#DDE3F9
(221,227,249)
#E0E5F9
(224,229,249)
#E3E7F9
(227,231,249)
#E6E9F9
(230,233,249)
#E9EBF9
(233,235,249)
#ECEDF9
(236,237,249)
#EFEFF9
(239,239,249)
#F2F1F9
(242,241,249)
#F5F3F9
(245,243,249)
#F8F5F9
(248,245,249)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE3F9; }

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

This text font color is #DDE3F9.

Background Color

.myBgColor { background-color: #DDE3F9; }

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

This div background color is #DDE3F9.

Border color

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

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

This div border color is #DDE3F9.

Opacity

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

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

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

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

This text has shadow with #DDE3F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE3F9.

Preview

Color preview on black background

This text has color #DDE3F9 on black background.


Color preview on white background

This text has color #DDE3F9 on white background.


Black color preview on #DDE3F9 background

This text has black color on #DDE3F9 background.


White color preview on #DDE3F9 background

This text has white color on #DDE3F9 background.


Related colors

Complementary color

Complementary color for #hex is #221C06.


I love getcolorcode.com

Triadic colors

1 #F9DDE3 and #E3F9DD with #DDE3F9 are triadic colors.

2 #F9E3DD and #E3DDF9 with #DDE3F9 are triadic colors.