COLOR #DDEDC3

HEX: #DDEDC3 RGB: (221,237,195)

Color info

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

RGB color model

#DDEDC3 color RGB value is (221,237,195).

RGB: (221,237,195) (87%, 93%, 76%)

RGB channels and saturation

R 221 of 255 = 87%
G 237 of 255 = 93%
B 195 of 255 = 76%

221
237
195

R + G + B ~ 85%. #DDEDC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 237 + 195 = 653 (100%)
R 221 of 653 ~ 33.84%
G 237 of 653 ~ 36.29%
B 195 of 653 ~ 29.86'%

%33.84
%36.29
%29.86

CMYK color model

#DDEDC3 color CMYK value is (7,0,18,7).

  • cyan value is 6.75%
  • magenta value is 0.00%
  • yellow value is 17.72%
  • key color value is 7.06%

CMYK: (7,0,18,7)
C7M0Y18K7 (7%, 0%, 18%, 7%)
(0.07 / 0.00 / 0.18 / 0.07)

CMYK percentages

%6.75
%0
%17.72
%7.06

Codes

Color #DDEDC3 in popluar color models

DD ED C3
RGB 221 237 195
HSL 83° 53.85% 84.71%
HSB/HSV 83° 17.72% 92.94%
CMYK 6.75% 0.00% 17.72%
7.06%

Color #DDEDC3 in popluar number systems.

HEX DD ED C3
Decimal 221 237 195
Binary 11011101 11101101 11000011
Octal 335 355 303

Shades and tints

Shades of #DDEDC3

#DDEDC3
(221,237,195)
#C9D8B2
(201,216,178)
#B5C3A1
(181,195,161)
#A1AE90
(161,174,144)
#8D997F
(141,153,127)
#79846E
(121,132,110)
#656F5D
(101,111,93)
#515A4C
(81,90,76)
#3D453B
(61,69,59)
#29302A
(41,48,42)
#151B19
(21,27,25)
#000000
(0,0,0)

Tints of #DDEDC3

#DDEDC3
(221,237,195)
#E0EEC8
(224,238,200)
#E3EFCD
(227,239,205)
#E6F0D2
(230,240,210)
#E9F1D7
(233,241,215)
#ECF2DC
(236,242,220)
#EFF3E1
(239,243,225)
#F2F4E6
(242,244,230)
#F5F5EB
(245,245,235)
#F8F6F0
(248,246,240)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEDC3; }

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

This text font color is #DDEDC3.

Background Color

.myBgColor { background-color: #DDEDC3; }

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

This div background color is #DDEDC3.

Border color

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

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

This div border color is #DDEDC3.

Opacity

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

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

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

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

This text has shadow with #DDEDC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEDC3.

Preview

Color preview on black background

This text has color #DDEDC3 on black background.


Color preview on white background

This text has color #DDEDC3 on white background.


Black color preview on #DDEDC3 background

This text has black color on #DDEDC3 background.


White color preview on #DDEDC3 background

This text has white color on #DDEDC3 background.


Related colors

Complementary color

Complementary color for #hex is #22123C.


I love getcolorcode.com

Triadic colors

1 #C3DDED and #EDC3DD with #DDEDC3 are triadic colors.

2 #C3EDDD and #EDDDC3 with #DDEDC3 are triadic colors.