COLOR #DDEDF9

HEX: #DDEDF9 RGB: (221,237,249)

Color info

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

RGB color model

#DDEDF9 color RGB value is (221,237,249).

RGB: (221,237,249) (87%, 93%, 98%)

RGB channels and saturation

R 221 of 255 = 87%
G 237 of 255 = 93%
B 249 of 255 = 98%

221
237
249

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

Portions of RGB colors in percentages

R + G + B = 221 + 237 + 249 = 707 (100%)
R 221 of 707 ~ 31.26%
G 237 of 707 ~ 33.52%
B 249 of 707 ~ 35.22'%

%31.26
%33.52
%35.22

CMYK color model

#DDEDF9 color CMYK value is (11,5,0,2).

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

CMYK: (11,5,0,2)
C11M5Y0K2 (11%, 5%, 0%, 2%)
(0.11 / 0.05 / 0.00 / 0.02)

CMYK percentages

%11.24
%4.82
%0
%2.35

Codes

Color #DDEDF9 in popluar color models

DD ED F9
RGB 221 237 249
HSL 206° 70.00% 92.16%
HSB/HSV 206° 11.24% 97.65%
CMYK 11.24% 4.82% 0.00%
2.35%

Color #DDEDF9 in popluar number systems.

HEX DD ED F9
Decimal 221 237 249
Binary 11011101 11101101 11111001
Octal 335 355 371

Shades and tints

Shades of #DDEDF9

#DDEDF9
(221,237,249)
#C9D8E3
(201,216,227)
#B5C3CD
(181,195,205)
#A1AEB7
(161,174,183)
#8D99A1
(141,153,161)
#79848B
(121,132,139)
#656F75
(101,111,117)
#515A5F
(81,90,95)
#3D4549
(61,69,73)
#293033
(41,48,51)
#151B1D
(21,27,29)
#000000
(0,0,0)

Tints of #DDEDF9

#DDEDF9
(221,237,249)
#E0EEF9
(224,238,249)
#E3EFF9
(227,239,249)
#E6F0F9
(230,240,249)
#E9F1F9
(233,241,249)
#ECF2F9
(236,242,249)
#EFF3F9
(239,243,249)
#F2F4F9
(242,244,249)
#F5F5F9
(245,245,249)
#F8F6F9
(248,246,249)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEDF9; }

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

This text font color is #DDEDF9.

Background Color

.myBgColor { background-color: #DDEDF9; }

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

This div background color is #DDEDF9.

Border color

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

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

This div border color is #DDEDF9.

Opacity

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

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

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

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

This text has shadow with #DDEDF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEDF9.

Preview

Color preview on black background

This text has color #DDEDF9 on black background.


Color preview on white background

This text has color #DDEDF9 on white background.


Black color preview on #DDEDF9 background

This text has black color on #DDEDF9 background.


White color preview on #DDEDF9 background

This text has white color on #DDEDF9 background.


Related colors

Complementary color

Complementary color for #hex is #221206.


I love getcolorcode.com

Triadic colors

1 #F9DDED and #EDF9DD with #DDEDF9 are triadic colors.

2 #F9EDDD and #EDDDF9 with #DDEDF9 are triadic colors.