COLOR #DDEDC8

HEX: #DDEDC8
RGB: (221,237,200)

Color info

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

RGB color model

#DDEDC8 color RGB value is (221,237,200).

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

RGB channels and saturation

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

221
237
200

R + G + B ~ 86%. #DDEDC8 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 237 + 200 = 658 (100%)
R 221 of 658 ~ 33.59%
G 237 of 658 ~ 36.02%
B 200 of 658 ~ 30.4%

%33.59
%36.02
%30.4

CMYK color model

#DDEDC8 color CMYK value is (7,0,16,7).

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

CMYK percentages

%6.75
%0
%15.61
%7.06

Codes

Color #DDEDC8 in popluar color models

DDEDC8
RGB221237200
HSL86°50.68%85.69%
HSB/HSV86°15.61%92.94%
CMYK6.75%0.00%15.61%
7.06%

Color #DDEDC8 in popluar number systems.

HEXDDEDC8
Decimal221237200
Binary110111011110110111001000
Octal335355310

Shades and tints

Shades of #DDEDC8

#DDEDC8
(221,237,200)
#C9D8B6
(201,216,182)
#B5C3A4
(181,195,164)
#A1AE92
(161,174,146)
#8D9980
(141,153,128)
#79846E
(121,132,110)
#656F5C
(101,111,92)
#515A4A
(81,90,74)
#3D4538
(61,69,56)
#293026
(41,48,38)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #DDEDC8

#DDEDC8
(221,237,200)
#E0EECD
(224,238,205)
#E3EFD2
(227,239,210)
#E6F0D7
(230,240,215)
#E9F1DC
(233,241,220)
#ECF2E1
(236,242,225)
#EFF3E6
(239,243,230)
#F2F4EB
(242,244,235)
#F5F5F0
(245,245,240)
#F8F6F5
(248,246,245)
#FBF7FA
(251,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEDC8; }

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

This text font color is #DDEDC8.


Background Color

.myBgColor { background-color: #DDEDC8; }

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

This div background color is #DDEDC8.


Border color

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

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

This div border color is #DDEDC8.


Opacity

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

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

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

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

This text has shadow with #DDEDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEDC8 on black background.


Color preview on white background

This text has color #DDEDC8 on white background.



Black color preview on #DDEDC8 background

This text has black color on #DDEDC8 background.


White color preview on #DDEDC8 background

This text has white color on #DDEDC8 background.