COLOR #DDEDEE

HEX: #DDEDEE
RGB: (221,237,238)

Color info

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

RGB color model

#DDEDEE color RGB value is (221,237,238).

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

RGB channels and saturation

R 221 of 255 = 87%
G 237 of 255 = 93%
B 238 of 255 = 93%

221
237
238

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

Portions of RGB colors in percentages

R + G + B =
221 + 237 + 238 = 696 (100%)
R 221 of 696 ~ 31.75%
G 237 of 696 ~ 34.05%
B 238 of 696 ~ 34.2%

%31.75
%34.05
%34.2

CMYK color model

#DDEDEE color CMYK value is (7,0,0,7).

  • cyan value is 7.14%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(7,0,0,7)
C7M0Y0K7 
(7%,0%,0%,7%)
(0.07/0.00/0.00/0.07)	

CMYK percentages

%7.14
%0.42
%0
%6.67

Codes

Color #DDEDEE in popluar color models

DDEDEE
RGB221237238
HSL184°33.33%90.00%
HSB/HSV184°7.14%93.33%
CMYK7.14%0.42%0.00%
6.67%

Color #DDEDEE in popluar number systems.

HEXDDEDEE
Decimal221237238
Binary110111011110110111101110
Octal335355356

Shades and tints

Shades of #DDEDEE

#DDEDEE
(221,237,238)
#C9D8D9
(201,216,217)
#B5C3C4
(181,195,196)
#A1AEAF
(161,174,175)
#8D999A
(141,153,154)
#798485
(121,132,133)
#656F70
(101,111,112)
#515A5B
(81,90,91)
#3D4546
(61,69,70)
#293031
(41,48,49)
#151B1C
(21,27,28)
#000000
(0,0,0)

Tints of #DDEDEE

#DDEDEE
(221,237,238)
#E0EEEF
(224,238,239)
#E3EFF0
(227,239,240)
#E6F0F1
(230,240,241)
#E9F1F2
(233,241,242)
#ECF2F3
(236,242,243)
#EFF3F4
(239,243,244)
#F2F4F5
(242,244,245)
#F5F5F6
(245,245,246)
#F8F6F7
(248,246,247)
#FBF7F8
(251,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEDEE; }

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

This text font color is #DDEDEE.


Background Color

.myBgColor { background-color: #DDEDEE; }

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

This div background color is #DDEDEE.


Border color

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

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

This div border color is #DDEDEE.


Opacity

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

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

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

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

This text has shadow with #DDEDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEDEE on black background.


Color preview on white background

This text has color #DDEDEE on white background.



Black color preview on #DDEDEE background

This text has black color on #DDEDEE background.


White color preview on #DDEDEE background

This text has white color on #DDEDEE background.