COLOR #DDE3C7

HEX: #DDE3C7 RGB: (221,227,199)

Color info

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

RGB color model

#DDE3C7 color RGB value is (221,227,199).

RGB: (221,227,199) (87%, 89%, 78%)

RGB channels and saturation

R 221 of 255 = 87%
G 227 of 255 = 89%
B 199 of 255 = 78%

221
227
199

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

Portions of RGB colors in percentages

R + G + B = 221 + 227 + 199 = 647 (100%)
R 221 of 647 ~ 34.16%
G 227 of 647 ~ 35.09%
B 199 of 647 ~ 30.76'%

%34.16
%35.09
%30.76

CMYK color model

#DDE3C7 color CMYK value is (3,0,12,11).

  • cyan value is 2.64%
  • magenta value is 0.00%
  • yellow value is 12.33%
  • key color value is 10.98%

CMYK: (3,0,12,11)
C3M0Y12K11 (3%, 0%, 12%, 11%)
(0.03 / 0.00 / 0.12 / 0.11)

CMYK percentages

%2.64
%0
%12.33
%10.98

Codes

Color #DDE3C7 in popluar color models

DD E3 C7
RGB 221 227 199
HSL 73° 33.33% 83.53%
HSB/HSV 73° 12.33% 89.02%
CMYK 2.64% 0.00% 12.33%
10.98%

Color #DDE3C7 in popluar number systems.

HEX DD E3 C7
Decimal 221 227 199
Binary 11011101 11100011 11000111
Octal 335 343 307

Shades and tints

Shades of #DDE3C7

#DDE3C7
(221,227,199)
#C9CFB5
(201,207,181)
#B5BBA3
(181,187,163)
#A1A791
(161,167,145)
#8D937F
(141,147,127)
#797F6D
(121,127,109)
#656B5B
(101,107,91)
#515749
(81,87,73)
#3D4337
(61,67,55)
#292F25
(41,47,37)
#151B13
(21,27,19)
#000000
(0,0,0)

Tints of #DDE3C7

#DDE3C7
(221,227,199)
#E0E5CC
(224,229,204)
#E3E7D1
(227,231,209)
#E6E9D6
(230,233,214)
#E9EBDB
(233,235,219)
#ECEDE0
(236,237,224)
#EFEFE5
(239,239,229)
#F2F1EA
(242,241,234)
#F5F3EF
(245,243,239)
#F8F5F4
(248,245,244)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE3C7; }

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

This text font color is #DDE3C7.

Background Color

.myBgColor { background-color: #DDE3C7; }

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

This div background color is #DDE3C7.

Border color

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

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

This div border color is #DDE3C7.

Opacity

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

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

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

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

This text has shadow with #DDE3C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE3C7.

Preview

Color preview on black background

This text has color #DDE3C7 on black background.


Color preview on white background

This text has color #DDE3C7 on white background.


Black color preview on #DDE3C7 background

This text has black color on #DDE3C7 background.


White color preview on #DDE3C7 background

This text has white color on #DDE3C7 background.


Related colors

Complementary color

Complementary color for #hex is #221C38.


I love getcolorcode.com

Triadic colors

1 #C7DDE3 and #E3C7DD with #DDE3C7 are triadic colors.

2 #C7E3DD and #E3DDC7 with #DDE3C7 are triadic colors.