COLOR #DDEDD0

HEX: #DDEDD0
RGB: (221,237,208)

Color info

#DDEDD0 contains red, green and blue colors in about the same proportion. Web safe color of #DDEDD0 is #CCFFCC (or #CFC).

RGB color model

#DDEDD0 color RGB value is (221,237,208).

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

RGB channels and saturation

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

221
237
208

R + G + B ~ 87%. #DDEDD0 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 237 + 208 = 666 (100%)
R 221 of 666 ~ 33.18%
G 237 of 666 ~ 35.59%
B 208 of 666 ~ 31.23%

%33.18
%35.59
%31.23

CMYK color model

#DDEDD0 color CMYK value is (7,0,12,7).

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

CMYK percentages

%6.75
%0
%12.24
%7.06

Codes

Color #DDEDD0 in popluar color models

DDEDD0
RGB221237208
HSL93°44.62%87.25%
HSB/HSV93°12.24%92.94%
CMYK6.75%0.00%12.24%
7.06%

Color #DDEDD0 in popluar number systems.

HEXDDEDD0
Decimal221237208
Binary110111011110110111010000
Octal335355320

Shades and tints

Shades of #DDEDD0

#DDEDD0
(221,237,208)
#C9D8BE
(201,216,190)
#B5C3AC
(181,195,172)
#A1AE9A
(161,174,154)
#8D9988
(141,153,136)
#798476
(121,132,118)
#656F64
(101,111,100)
#515A52
(81,90,82)
#3D4540
(61,69,64)
#29302E
(41,48,46)
#151B1C
(21,27,28)
#000000
(0,0,0)

Tints of #DDEDD0

#DDEDD0
(221,237,208)
#E0EED4
(224,238,212)
#E3EFD8
(227,239,216)
#E6F0DC
(230,240,220)
#E9F1E0
(233,241,224)
#ECF2E4
(236,242,228)
#EFF3E8
(239,243,232)
#F2F4EC
(242,244,236)
#F5F5F0
(245,245,240)
#F8F6F4
(248,246,244)
#FBF7F8
(251,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEDD0; }

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

This text font color is #DDEDD0.


Background Color

.myBgColor { background-color: #DDEDD0; }

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

This div background color is #DDEDD0.


Border color

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

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

This div border color is #DDEDD0.


Opacity

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

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

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

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

This text has shadow with #DDEDD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEDD0 on black background.


Color preview on white background

This text has color #DDEDD0 on white background.



Black color preview on #DDEDD0 background

This text has black color on #DDEDD0 background.


White color preview on #DDEDD0 background

This text has white color on #DDEDD0 background.