COLOR #DDEDD6

HEX: #DDEDD6
RGB: (221,237,214)

Color info

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

RGB color model

#DDEDD6 color RGB value is (221,237,214).

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

RGB channels and saturation

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

221
237
214

R + G + B ~ 88%. #DDEDD6 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 237 + 214 = 672 (100%)
R 221 of 672 ~ 32.89%
G 237 of 672 ~ 35.27%
B 214 of 672 ~ 31.85%

%32.89
%35.27
%31.85

CMYK color model

#DDEDD6 color CMYK value is (7,0,10,7).

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

CMYK percentages

%6.75
%0
%9.7
%7.06

Codes

Color #DDEDD6 in popluar color models

DDEDD6
RGB221237214
HSL102°38.98%88.43%
HSB/HSV102°9.70%92.94%
CMYK6.75%0.00%9.70%
7.06%

Color #DDEDD6 in popluar number systems.

HEXDDEDD6
Decimal221237214
Binary110111011110110111010110
Octal335355326

Shades and tints

Shades of #DDEDD6

#DDEDD6
(221,237,214)
#C9D8C3
(201,216,195)
#B5C3B0
(181,195,176)
#A1AE9D
(161,174,157)
#8D998A
(141,153,138)
#798477
(121,132,119)
#656F64
(101,111,100)
#515A51
(81,90,81)
#3D453E
(61,69,62)
#29302B
(41,48,43)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #DDEDD6

#DDEDD6
(221,237,214)
#E0EED9
(224,238,217)
#E3EFDC
(227,239,220)
#E6F0DF
(230,240,223)
#E9F1E2
(233,241,226)
#ECF2E5
(236,242,229)
#EFF3E8
(239,243,232)
#F2F4EB
(242,244,235)
#F5F5EE
(245,245,238)
#F8F6F1
(248,246,241)
#FBF7F4
(251,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEDD6; }

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

This text font color is #DDEDD6.


Background Color

.myBgColor { background-color: #DDEDD6; }

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

This div background color is #DDEDD6.


Border color

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

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

This div border color is #DDEDD6.


Opacity

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

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

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

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

This text has shadow with #DDEDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEDD6 on black background.


Color preview on white background

This text has color #DDEDD6 on white background.



Black color preview on #DDEDD6 background

This text has black color on #DDEDD6 background.


White color preview on #DDEDD6 background

This text has white color on #DDEDD6 background.