COLOR #DDDEC7

HEX: #DDDEC7
RGB: (221,222,199)

Color info

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

RGB color model

#DDDEC7 color RGB value is (221,222,199).

  • red value is 221;
  • green value is 222;
  • blue value is 199.
RGB:
(221,222,199)
(87%,87%,78%)

RGB channels and saturation

R 221 of 255 = 87%
G 222 of 255 = 87%
B 199 of 255 = 78%

221
222
199

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

Portions of RGB colors in percentages

R + G + B =
221 + 222 + 199 = 642 (100%)
R 221 of 642 ~ 34.42%
G 222 of 642 ~ 34.58%
B 199 of 642 ~ 31%

%34.42
%34.58
%31

CMYK color model

#DDDEC7 color CMYK value is (0,0,10,13).

  • cyan value is 0.45%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 12.94%
CMYK:
(0,0,10,13)
C0M0Y10K13 
(0%,0%,10%,13%)
(0.00/0.00/0.10/0.13)	

CMYK percentages

%0.45
%0
%10.36
%12.94

Codes

Color #DDDEC7 in popluar color models

DDDEC7
RGB221222199
HSL63°25.84%82.55%
HSB/HSV63°10.36%87.06%
CMYK0.45%0.00%10.36%
12.94%

Color #DDDEC7 in popluar number systems.

HEXDDDEC7
Decimal221222199
Binary110111011101111011000111
Octal335336307

Shades and tints

Shades of #DDDEC7

#DDDEC7
(221,222,199)
#C9CAB5
(201,202,181)
#B5B6A3
(181,182,163)
#A1A291
(161,162,145)
#8D8E7F
(141,142,127)
#797A6D
(121,122,109)
#65665B
(101,102,91)
#515249
(81,82,73)
#3D3E37
(61,62,55)
#292A25
(41,42,37)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #DDDEC7

#DDDEC7
(221,222,199)
#E0E1CC
(224,225,204)
#E3E4D1
(227,228,209)
#E6E7D6
(230,231,214)
#E9EADB
(233,234,219)
#ECEDE0
(236,237,224)
#EFF0E5
(239,240,229)
#F2F3EA
(242,243,234)
#F5F6EF
(245,246,239)
#F8F9F4
(248,249,244)
#FBFCF9
(251,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDEC7; }

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

This text font color is #DDDEC7.


Background Color

.myBgColor { background-color: #DDDEC7; }

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

This div background color is #DDDEC7.


Border color

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

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

This div border color is #DDDEC7.


Opacity

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

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

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

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

This text has shadow with #DDDEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDEC7 on black background.


Color preview on white background

This text has color #DDDEC7 on white background.



Black color preview on #DDDEC7 background

This text has black color on #DDDEC7 background.


White color preview on #DDDEC7 background

This text has white color on #DDDEC7 background.