COLOR #DDEDEF

HEX: #DDEDEF RGB: (221,237,239)

Color info

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

RGB color model

#DDEDEF color RGB value is (221,237,239).

RGB: (221,237,239) (87%, 93%, 94%)

RGB channels and saturation

R 221 of 255 = 87%
G 237 of 255 = 93%
B 239 of 255 = 94%

221
237
239

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

Portions of RGB colors in percentages

R + G + B = 221 + 237 + 239 = 697 (100%)
R 221 of 697 ~ 31.71%
G 237 of 697 ~ 34%
B 239 of 697 ~ 34.29'%

%31.71
%34
%34.29

CMYK color model

#DDEDEF color CMYK value is (8,1,0,6).

  • cyan value is 7.53%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (8,1,0,6)
C8M1Y0K6 (8%, 1%, 0%, 6%)
(0.08 / 0.01 / 0.00 / 0.06)

CMYK percentages

%7.53
%0.84
%0
%6.27

Codes

Color #DDEDEF in popluar color models

DD ED EF
RGB 221 237 239
HSL 187° 36.00% 90.20%
HSB/HSV 187° 7.53% 93.73%
CMYK 7.53% 0.84% 0.00%
6.27%

Color #DDEDEF in popluar number systems.

HEX DD ED EF
Decimal 221 237 239
Binary 11011101 11101101 11101111
Octal 335 355 357

Shades and tints

Shades of #DDEDEF

#DDEDEF
(221,237,239)
#C9D8DA
(201,216,218)
#B5C3C5
(181,195,197)
#A1AEB0
(161,174,176)
#8D999B
(141,153,155)
#798486
(121,132,134)
#656F71
(101,111,113)
#515A5C
(81,90,92)
#3D4547
(61,69,71)
#293032
(41,48,50)
#151B1D
(21,27,29)
#000000
(0,0,0)

Tints of #DDEDEF

#DDEDEF
(221,237,239)
#E0EEF0
(224,238,240)
#E3EFF1
(227,239,241)
#E6F0F2
(230,240,242)
#E9F1F3
(233,241,243)
#ECF2F4
(236,242,244)
#EFF3F5
(239,243,245)
#F2F4F6
(242,244,246)
#F5F5F7
(245,245,247)
#F8F6F8
(248,246,248)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEDEF; }

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

This text font color is #DDEDEF.

Background Color

.myBgColor { background-color: #DDEDEF; }

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

This div background color is #DDEDEF.

Border color

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

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

This div border color is #DDEDEF.

Opacity

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

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

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

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

This text has shadow with #DDEDEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEDEF.

Preview

Color preview on black background

This text has color #DDEDEF on black background.


Color preview on white background

This text has color #DDEDEF on white background.


Black color preview on #DDEDEF background

This text has black color on #DDEDEF background.


White color preview on #DDEDEF background

This text has white color on #DDEDEF background.


Related colors

Complementary color

Complementary color for #hex is #221210.


I love getcolorcode.com

Triadic colors

1 #EFDDED and #EDEFDD with #DDEDEF are triadic colors.

2 #EFEDDD and #EDDDEF with #DDEDEF are triadic colors.