COLOR #DDEDD3

HEX: #DDEDD3
RGB: (221,237,211)

Color info

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

RGB color model

#DDEDD3 color RGB value is (221,237,211).

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

RGB channels and saturation

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

221
237
211

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

Portions of RGB colors in percentages

R + G + B =
221 + 237 + 211 = 669 (100%)
R 221 of 669 ~ 33.03%
G 237 of 669 ~ 35.43%
B 211 of 669 ~ 31.54%

%33.03
%35.43
%31.54

CMYK color model

#DDEDD3 color CMYK value is (7,0,11,7).

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

CMYK percentages

%6.75
%0
%10.97
%7.06

Codes

Color #DDEDD3 in popluar color models

DDEDD3
RGB221237211
HSL97°41.94%87.84%
HSB/HSV97°10.97%92.94%
CMYK6.75%0.00%10.97%
7.06%

Color #DDEDD3 in popluar number systems.

HEXDDEDD3
Decimal221237211
Binary110111011110110111010011
Octal335355323

Shades and tints

Shades of #DDEDD3

#DDEDD3
(221,237,211)
#C9D8C0
(201,216,192)
#B5C3AD
(181,195,173)
#A1AE9A
(161,174,154)
#8D9987
(141,153,135)
#798474
(121,132,116)
#656F61
(101,111,97)
#515A4E
(81,90,78)
#3D453B
(61,69,59)
#293028
(41,48,40)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #DDEDD3

#DDEDD3
(221,237,211)
#E0EED7
(224,238,215)
#E3EFDB
(227,239,219)
#E6F0DF
(230,240,223)
#E9F1E3
(233,241,227)
#ECF2E7
(236,242,231)
#EFF3EB
(239,243,235)
#F2F4EF
(242,244,239)
#F5F5F3
(245,245,243)
#F8F6F7
(248,246,247)
#FBF7FB
(251,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEDD3; }

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

This text font color is #DDEDD3.


Background Color

.myBgColor { background-color: #DDEDD3; }

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

This div background color is #DDEDD3.


Border color

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

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

This div border color is #DDEDD3.


Opacity

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

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

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

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

This text has shadow with #DDEDD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEDD3 on black background.


Color preview on white background

This text has color #DDEDD3 on white background.



Black color preview on #DDEDD3 background

This text has black color on #DDEDD3 background.


White color preview on #DDEDD3 background

This text has white color on #DDEDD3 background.