COLOR #DDEDC7

HEX: #DDEDC7 RGB: (221,237,199)

Color info

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

RGB color model

#DDEDC7 color RGB value is (221,237,199).

RGB: (221,237,199) (87%, 93%, 78%)

RGB channels and saturation

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

221
237
199

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

Portions of RGB colors in percentages

R + G + B = 221 + 237 + 199 = 657 (100%)
R 221 of 657 ~ 33.64%
G 237 of 657 ~ 36.07%
B 199 of 657 ~ 30.29'%

%33.64
%36.07
%30.29

CMYK color model

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

  • cyan value is 6.75%
  • magenta value is 0.00%
  • yellow value is 16.03%
  • 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
%16.03
%7.06

Codes

Color #DDEDC7 in popluar color models

DD ED C7
RGB 221 237 199
HSL 85° 51.35% 85.49%
HSB/HSV 85° 16.03% 92.94%
CMYK 6.75% 0.00% 16.03%
7.06%

Color #DDEDC7 in popluar number systems.

HEX DD ED C7
Decimal 221 237 199
Binary 11011101 11101101 11000111
Octal 335 355 307

Shades and tints

Shades of #DDEDC7

#DDEDC7
(221,237,199)
#C9D8B5
(201,216,181)
#B5C3A3
(181,195,163)
#A1AE91
(161,174,145)
#8D997F
(141,153,127)
#79846D
(121,132,109)
#656F5B
(101,111,91)
#515A49
(81,90,73)
#3D4537
(61,69,55)
#293025
(41,48,37)
#151B13
(21,27,19)
#000000
(0,0,0)

Tints of #DDEDC7

#DDEDC7
(221,237,199)
#E0EECC
(224,238,204)
#E3EFD1
(227,239,209)
#E6F0D6
(230,240,214)
#E9F1DB
(233,241,219)
#ECF2E0
(236,242,224)
#EFF3E5
(239,243,229)
#F2F4EA
(242,244,234)
#F5F5EF
(245,245,239)
#F8F6F4
(248,246,244)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEDC7; }

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

This text font color is #DDEDC7.

Background Color

.myBgColor { background-color: #DDEDC7; }

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

This div background color is #DDEDC7.

Border color

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

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

This div border color is #DDEDC7.

Opacity

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

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

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

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

This text has shadow with #DDEDC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEDC7.

Preview

Color preview on black background

This text has color #DDEDC7 on black background.


Color preview on white background

This text has color #DDEDC7 on white background.


Black color preview on #DDEDC7 background

This text has black color on #DDEDC7 background.


White color preview on #DDEDC7 background

This text has white color on #DDEDC7 background.


Related colors

Complementary color

Complementary color for #hex is #221238.


I love getcolorcode.com

Triadic colors

1 #C7DDED and #EDC7DD with #DDEDC7 are triadic colors.

2 #C7EDDD and #EDDDC7 with #DDEDC7 are triadic colors.