COLOR #DDEDF4

HEX: #DDEDF4 RGB: (221,237,244)

Color info

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

RGB color model

#DDEDF4 color RGB value is (221,237,244).

RGB: (221,237,244) (87%, 93%, 96%)

RGB channels and saturation

R 221 of 255 = 87%
G 237 of 255 = 93%
B 244 of 255 = 96%

221
237
244

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

Portions of RGB colors in percentages

R + G + B = 221 + 237 + 244 = 702 (100%)
R 221 of 702 ~ 31.48%
G 237 of 702 ~ 33.76%
B 244 of 702 ~ 34.76'%

%31.48
%33.76
%34.76

CMYK color model

#DDEDF4 color CMYK value is (9,3,0,4).

  • cyan value is 9.43%
  • magenta value is 2.87%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (9,3,0,4)
C9M3Y0K4 (9%, 3%, 0%, 4%)
(0.09 / 0.03 / 0.00 / 0.04)

CMYK percentages

%9.43
%2.87
%0
%4.31

Codes

Color #DDEDF4 in popluar color models

DD ED F4
RGB 221 237 244
HSL 198° 51.11% 91.18%
HSB/HSV 198° 9.43% 95.69%
CMYK 9.43% 2.87% 0.00%
4.31%

Color #DDEDF4 in popluar number systems.

HEX DD ED F4
Decimal 221 237 244
Binary 11011101 11101101 11110100
Octal 335 355 364

Shades and tints

Shades of #DDEDF4

#DDEDF4
(221,237,244)
#C9D8DE
(201,216,222)
#B5C3C8
(181,195,200)
#A1AEB2
(161,174,178)
#8D999C
(141,153,156)
#798486
(121,132,134)
#656F70
(101,111,112)
#515A5A
(81,90,90)
#3D4544
(61,69,68)
#29302E
(41,48,46)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #DDEDF4

#DDEDF4
(221,237,244)
#E0EEF5
(224,238,245)
#E3EFF6
(227,239,246)
#E6F0F7
(230,240,247)
#E9F1F8
(233,241,248)
#ECF2F9
(236,242,249)
#EFF3FA
(239,243,250)
#F2F4FB
(242,244,251)
#F5F5FC
(245,245,252)
#F8F6FD
(248,246,253)
#FBF7FE
(251,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEDF4; }

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

This text font color is #DDEDF4.

Background Color

.myBgColor { background-color: #DDEDF4; }

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

This div background color is #DDEDF4.

Border color

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

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

This div border color is #DDEDF4.

Opacity

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

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

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

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

This text has shadow with #DDEDF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEDF4.

Preview

Color preview on black background

This text has color #DDEDF4 on black background.


Color preview on white background

This text has color #DDEDF4 on white background.


Black color preview on #DDEDF4 background

This text has black color on #DDEDF4 background.


White color preview on #DDEDF4 background

This text has white color on #DDEDF4 background.


Related colors

Complementary color

Complementary color for #hex is #22120B.


I love getcolorcode.com

Triadic colors

1 #F4DDED and #EDF4DD with #DDEDF4 are triadic colors.

2 #F4EDDD and #EDDDF4 with #DDEDF4 are triadic colors.