COLOR #DDEBD1

HEX: #DDEBD1
RGB: (221,235,209)

Color info

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

RGB color model

#DDEBD1 color RGB value is (221,235,209).

  • red value is 221;
  • green value is 235;
  • blue value is 209.
RGB:
(221,235,209)
(87%,92%,82%)

RGB channels and saturation

R 221 of 255 = 87%
G 235 of 255 = 92%
B 209 of 255 = 82%

221
235
209

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

Portions of RGB colors in percentages

R + G + B =
221 + 235 + 209 = 665 (100%)
R 221 of 665 ~ 33.23%
G 235 of 665 ~ 35.34%
B 209 of 665 ~ 31.43%

%33.23
%35.34
%31.43

CMYK color model

#DDEBD1 color CMYK value is (6,0,11,8).

  • cyan value is 5.96%
  • magenta value is 0.00%
  • yellow value is 11.06%
  • key color value is 7.84%
CMYK:
(6,0,11,8)
C6M0Y11K8 
(6%,0%,11%,8%)
(0.06/0.00/0.11/0.08)	

CMYK percentages

%5.96
%0
%11.06
%7.84

Codes

Color #DDEBD1 in popluar color models

DDEBD1
RGB221235209
HSL92°39.39%87.06%
HSB/HSV92°11.06%92.16%
CMYK5.96%0.00%11.06%
7.84%

Color #DDEBD1 in popluar number systems.

HEXDDEBD1
Decimal221235209
Binary110111011110101111010001
Octal335353321

Shades and tints

Shades of #DDEBD1

#DDEBD1
(221,235,209)
#C9D6BE
(201,214,190)
#B5C1AB
(181,193,171)
#A1AC98
(161,172,152)
#8D9785
(141,151,133)
#798272
(121,130,114)
#656D5F
(101,109,95)
#51584C
(81,88,76)
#3D4339
(61,67,57)
#292E26
(41,46,38)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #DDEBD1

#DDEBD1
(221,235,209)
#E0ECD5
(224,236,213)
#E3EDD9
(227,237,217)
#E6EEDD
(230,238,221)
#E9EFE1
(233,239,225)
#ECF0E5
(236,240,229)
#EFF1E9
(239,241,233)
#F2F2ED
(242,242,237)
#F5F3F1
(245,243,241)
#F8F4F5
(248,244,245)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEBD1; }

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

This text font color is #DDEBD1.


Background Color

.myBgColor { background-color: #DDEBD1; }

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

This div background color is #DDEBD1.


Border color

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

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

This div border color is #DDEBD1.


Opacity

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

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

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

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

This text has shadow with #DDEBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEBD1 on black background.


Color preview on white background

This text has color #DDEBD1 on white background.



Black color preview on #DDEBD1 background

This text has black color on #DDEBD1 background.


White color preview on #DDEBD1 background

This text has white color on #DDEBD1 background.