COLOR #DDE4C5

HEX: #DDE4C5 RGB: (221,228,197)

Color info

#DDE4C5 contains red, green and blue colors in about the same proportion. Web safe color of #DDE4C5 is #CCCCCC (or #CCC).

RGB color model

#DDE4C5 color RGB value is (221,228,197).

RGB: (221,228,197) (87%, 89%, 77%)

RGB channels and saturation

R 221 of 255 = 87%
G 228 of 255 = 89%
B 197 of 255 = 77%

221
228
197

R + G + B ~ 84%. #DDE4C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 228 + 197 = 646 (100%)
R 221 of 646 ~ 34.21%
G 228 of 646 ~ 35.29%
B 197 of 646 ~ 30.5'%

%34.21
%35.29
%30.5

CMYK color model

#DDE4C5 color CMYK value is (3,0,14,11).

  • cyan value is 3.07%
  • magenta value is 0.00%
  • yellow value is 13.60%
  • key color value is 10.59%

CMYK: (3,0,14,11)
C3M0Y14K11 (3%, 0%, 14%, 11%)
(0.03 / 0.00 / 0.14 / 0.11)

CMYK percentages

%3.07
%0
%13.6
%10.59

Codes

Color #DDE4C5 in popluar color models

DD E4 C5
RGB 221 228 197
HSL 74° 36.47% 83.33%
HSB/HSV 74° 13.60% 89.41%
CMYK 3.07% 0.00% 13.60%
10.59%

Color #DDE4C5 in popluar number systems.

HEX DD E4 C5
Decimal 221 228 197
Binary 11011101 11100100 11000101
Octal 335 344 305

Shades and tints

Shades of #DDE4C5

#DDE4C5
(221,228,197)
#C9D0B4
(201,208,180)
#B5BCA3
(181,188,163)
#A1A892
(161,168,146)
#8D9481
(141,148,129)
#798070
(121,128,112)
#656C5F
(101,108,95)
#51584E
(81,88,78)
#3D443D
(61,68,61)
#29302C
(41,48,44)
#151C1B
(21,28,27)
#000000
(0,0,0)

Tints of #DDE4C5

#DDE4C5
(221,228,197)
#E0E6CA
(224,230,202)
#E3E8CF
(227,232,207)
#E6EAD4
(230,234,212)
#E9ECD9
(233,236,217)
#ECEEDE
(236,238,222)
#EFF0E3
(239,240,227)
#F2F2E8
(242,242,232)
#F5F4ED
(245,244,237)
#F8F6F2
(248,246,242)
#FBF8F7
(251,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE4C5 color. Also use rgb(221,228,197) instead hex code.

Text Font Color

.myTextColor { color: #DDE4C5; }

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

This text font color is #DDE4C5.

Background Color

.myBgColor { background-color: #DDE4C5; }

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

This div background color is #DDE4C5.

Border color

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

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

This div border color is #DDE4C5.

Opacity

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

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

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

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

This text has shadow with #DDE4C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE4C5.

Preview

Color preview on black background

This text has color #DDE4C5 on black background.


Color preview on white background

This text has color #DDE4C5 on white background.


Black color preview on #DDE4C5 background

This text has black color on #DDE4C5 background.


White color preview on #DDE4C5 background

This text has white color on #DDE4C5 background.


Related colors

Complementary color

Complementary color for #hex is #221B3A.


I love getcolorcode.com

Triadic colors

1 #C5DDE4 and #E4C5DD with #DDE4C5 are triadic colors.

2 #C5E4DD and #E4DDC5 with #DDE4C5 are triadic colors.