COLOR #DDE3C8

HEX: #DDE3C8
RGB: (221,227,200)

Color info

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

RGB color model

#DDE3C8 color RGB value is (221,227,200).

  • red value is 221;
  • green value is 227;
  • blue value is 200.
RGB:
(221,227,200)
(87%,89%,78%)

RGB channels and saturation

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

221
227
200

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

Portions of RGB colors in percentages

R + G + B =
221 + 227 + 200 = 648 (100%)
R 221 of 648 ~ 34.1%
G 227 of 648 ~ 35.03%
B 200 of 648 ~ 30.86%

%34.1
%35.03
%30.86

CMYK color model

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

  • cyan value is 2.64%
  • magenta value is 0.00%
  • yellow value is 11.89%
  • 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
%11.89
%10.98

Codes

Color #DDE3C8 in popluar color models

DDE3C8
RGB221227200
HSL73°32.53%83.73%
HSB/HSV73°11.89%89.02%
CMYK2.64%0.00%11.89%
10.98%

Color #DDE3C8 in popluar number systems.

HEXDDE3C8
Decimal221227200
Binary110111011110001111001000
Octal335343310

Shades and tints

Shades of #DDE3C8

#DDE3C8
(221,227,200)
#C9CFB6
(201,207,182)
#B5BBA4
(181,187,164)
#A1A792
(161,167,146)
#8D9380
(141,147,128)
#797F6E
(121,127,110)
#656B5C
(101,107,92)
#51574A
(81,87,74)
#3D4338
(61,67,56)
#292F26
(41,47,38)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #DDE3C8

#DDE3C8
(221,227,200)
#E0E5CD
(224,229,205)
#E3E7D2
(227,231,210)
#E6E9D7
(230,233,215)
#E9EBDC
(233,235,220)
#ECEDE1
(236,237,225)
#EFEFE6
(239,239,230)
#F2F1EB
(242,241,235)
#F5F3F0
(245,243,240)
#F8F5F5
(248,245,245)
#FBF7FA
(251,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE3C8; }

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

This text font color is #DDE3C8.


Background Color

.myBgColor { background-color: #DDE3C8; }

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

This div background color is #DDE3C8.


Border color

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

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

This div border color is #DDE3C8.


Opacity

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

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

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

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

This text has shadow with #DDE3C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE3C8 on black background.


Color preview on white background

This text has color #DDE3C8 on white background.



Black color preview on #DDE3C8 background

This text has black color on #DDE3C8 background.


White color preview on #DDE3C8 background

This text has white color on #DDE3C8 background.