COLOR #DDEDF2

HEX: #DDEDF2
RGB: (221,237,242)

Color info

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

RGB color model

#DDEDF2 color RGB value is (221,237,242).

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

RGB channels and saturation

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

221
237
242

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

Portions of RGB colors in percentages

R + G + B =
221 + 237 + 242 = 700 (100%)
R 221 of 700 ~ 31.57%
G 237 of 700 ~ 33.86%
B 242 of 700 ~ 34.57%

%31.57
%33.86
%34.57

CMYK color model

#DDEDF2 color CMYK value is (9,2,0,5).

  • cyan value is 8.68%
  • magenta value is 2.07%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(9,2,0,5)
C9M2Y0K5 
(9%,2%,0%,5%)
(0.09/0.02/0.00/0.05)	

CMYK percentages

%8.68
%2.07
%0
%5.1

Codes

Color #DDEDF2 in popluar color models

DDEDF2
RGB221237242
HSL194°44.68%90.78%
HSB/HSV194°8.68%94.90%
CMYK8.68%2.07%0.00%
5.10%

Color #DDEDF2 in popluar number systems.

HEXDDEDF2
Decimal221237242
Binary110111011110110111110010
Octal335355362

Shades and tints

Shades of #DDEDF2

#DDEDF2
(221,237,242)
#C9D8DC
(201,216,220)
#B5C3C6
(181,195,198)
#A1AEB0
(161,174,176)
#8D999A
(141,153,154)
#798484
(121,132,132)
#656F6E
(101,111,110)
#515A58
(81,90,88)
#3D4542
(61,69,66)
#29302C
(41,48,44)
#151B16
(21,27,22)
#000000
(0,0,0)

Tints of #DDEDF2

#DDEDF2
(221,237,242)
#E0EEF3
(224,238,243)
#E3EFF4
(227,239,244)
#E6F0F5
(230,240,245)
#E9F1F6
(233,241,246)
#ECF2F7
(236,242,247)
#EFF3F8
(239,243,248)
#F2F4F9
(242,244,249)
#F5F5FA
(245,245,250)
#F8F6FB
(248,246,251)
#FBF7FC
(251,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEDF2; }

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

This text font color is #DDEDF2.


Background Color

.myBgColor { background-color: #DDEDF2; }

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

This div background color is #DDEDF2.


Border color

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

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

This div border color is #DDEDF2.


Opacity

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

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

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

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

This text has shadow with #DDEDF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEDF2 on black background.


Color preview on white background

This text has color #DDEDF2 on white background.



Black color preview on #DDEDF2 background

This text has black color on #DDEDF2 background.


White color preview on #DDEDF2 background

This text has white color on #DDEDF2 background.