COLOR #DDEDED

HEX: #DDEDED
RGB: (221,237,237)

Color info

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

RGB color model

#DDEDED color RGB value is (221,237,237).

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

RGB channels and saturation

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

221
237
237

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

Portions of RGB colors in percentages

R + G + B =
221 + 237 + 237 = 695 (100%)
R 221 of 695 ~ 31.8%
G 237 of 695 ~ 34.1%
B 237 of 695 ~ 34.1%

%31.8
%34.1
%34.1

CMYK color model

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

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

CMYK percentages

%6.75
%0
%0
%7.06

Codes

Color #DDEDED in popluar color models

DDEDED
RGB221237237
HSL180°30.77%89.80%
HSB/HSV180°6.75%92.94%
CMYK6.75%0.00%0.00%
7.06%

Color #DDEDED in popluar number systems.

HEXDDEDED
Decimal221237237
Binary110111011110110111101101
Octal335355355

Shades and tints

Shades of #DDEDED

#DDEDED
(221,237,237)
#C9D8D8
(201,216,216)
#B5C3C3
(181,195,195)
#A1AEAE
(161,174,174)
#8D9999
(141,153,153)
#798484
(121,132,132)
#656F6F
(101,111,111)
#515A5A
(81,90,90)
#3D4545
(61,69,69)
#293030
(41,48,48)
#151B1B
(21,27,27)
#000000
(0,0,0)

Tints of #DDEDED

#DDEDED
(221,237,237)
#E0EEEE
(224,238,238)
#E3EFEF
(227,239,239)
#E6F0F0
(230,240,240)
#E9F1F1
(233,241,241)
#ECF2F2
(236,242,242)
#EFF3F3
(239,243,243)
#F2F4F4
(242,244,244)
#F5F5F5
(245,245,245)
#F8F6F6
(248,246,246)
#FBF7F7
(251,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEDED; }

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

This text font color is #DDEDED.


Background Color

.myBgColor { background-color: #DDEDED; }

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

This div background color is #DDEDED.


Border color

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

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

This div border color is #DDEDED.


Opacity

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

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

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

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

This text has shadow with #DDEDED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEDED on black background.


Color preview on white background

This text has color #DDEDED on white background.



Black color preview on #DDEDED background

This text has black color on #DDEDED background.


White color preview on #DDEDED background

This text has white color on #DDEDED background.