COLOR #DDEDF1

HEX: #DDEDF1
RGB: (221,237,241)

Color info

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

RGB color model

#DDEDF1 color RGB value is (221,237,241).

  • red value is 221;
  • green value is 237;
  • blue value is 241.
RGB:
(221,237,241)
(87%,93%,95%)

RGB channels and saturation

R 221 of 255 = 87%
G 237 of 255 = 93%
B 241 of 255 = 95%

221
237
241

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

Portions of RGB colors in percentages

R + G + B =
221 + 237 + 241 = 699 (100%)
R 221 of 699 ~ 31.62%
G 237 of 699 ~ 33.91%
B 241 of 699 ~ 34.48%

%31.62
%33.91
%34.48

CMYK color model

#DDEDF1 color CMYK value is (8,2,0,5).

  • cyan value is 8.30%
  • magenta value is 1.66%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(8,2,0,5)
C8M2Y0K5 
(8%,2%,0%,5%)
(0.08/0.02/0.00/0.05)	

CMYK percentages

%8.3
%1.66
%0
%5.49

Codes

Color #DDEDF1 in popluar color models

DDEDF1
RGB221237241
HSL192°41.67%90.59%
HSB/HSV192°8.30%94.51%
CMYK8.30%1.66%0.00%
5.49%

Color #DDEDF1 in popluar number systems.

HEXDDEDF1
Decimal221237241
Binary110111011110110111110001
Octal335355361

Shades and tints

Shades of #DDEDF1

#DDEDF1
(221,237,241)
#C9D8DC
(201,216,220)
#B5C3C7
(181,195,199)
#A1AEB2
(161,174,178)
#8D999D
(141,153,157)
#798488
(121,132,136)
#656F73
(101,111,115)
#515A5E
(81,90,94)
#3D4549
(61,69,73)
#293034
(41,48,52)
#151B1F
(21,27,31)
#000000
(0,0,0)

Tints of #DDEDF1

#DDEDF1
(221,237,241)
#E0EEF2
(224,238,242)
#E3EFF3
(227,239,243)
#E6F0F4
(230,240,244)
#E9F1F5
(233,241,245)
#ECF2F6
(236,242,246)
#EFF3F7
(239,243,247)
#F2F4F8
(242,244,248)
#F5F5F9
(245,245,249)
#F8F6FA
(248,246,250)
#FBF7FB
(251,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEDF1; }

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

This text font color is #DDEDF1.


Background Color

.myBgColor { background-color: #DDEDF1; }

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

This div background color is #DDEDF1.


Border color

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

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

This div border color is #DDEDF1.


Opacity

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

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

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

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

This text has shadow with #DDEDF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEDF1 on black background.


Color preview on white background

This text has color #DDEDF1 on white background.



Black color preview on #DDEDF1 background

This text has black color on #DDEDF1 background.


White color preview on #DDEDF1 background

This text has white color on #DDEDF1 background.