COLOR #DDDEC6

HEX: #DDDEC6
RGB: (221,222,198)

Color info

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

RGB color model

#DDDEC6 color RGB value is (221,222,198).

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

RGB channels and saturation

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

221
222
198

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

Portions of RGB colors in percentages

R + G + B =
221 + 222 + 198 = 641 (100%)
R 221 of 641 ~ 34.48%
G 222 of 641 ~ 34.63%
B 198 of 641 ~ 30.89%

%34.48
%34.63
%30.89

CMYK color model

#DDDEC6 color CMYK value is (0,0,11,13).

  • cyan value is 0.45%
  • magenta value is 0.00%
  • yellow value is 10.81%
  • key color value is 12.94%
CMYK:
(0,0,11,13)
C0M0Y11K13 
(0%,0%,11%,13%)
(0.00/0.00/0.11/0.13)	

CMYK percentages

%0.45
%0
%10.81
%12.94

Codes

Color #DDDEC6 in popluar color models

DDDEC6
RGB221222198
HSL63°26.67%82.35%
HSB/HSV63°10.81%87.06%
CMYK0.45%0.00%10.81%
12.94%

Color #DDDEC6 in popluar number systems.

HEXDDDEC6
Decimal221222198
Binary110111011101111011000110
Octal335336306

Shades and tints

Shades of #DDDEC6

#DDDEC6
(221,222,198)
#C9CAB4
(201,202,180)
#B5B6A2
(181,182,162)
#A1A290
(161,162,144)
#8D8E7E
(141,142,126)
#797A6C
(121,122,108)
#65665A
(101,102,90)
#515248
(81,82,72)
#3D3E36
(61,62,54)
#292A24
(41,42,36)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #DDDEC6

#DDDEC6
(221,222,198)
#E0E1CB
(224,225,203)
#E3E4D0
(227,228,208)
#E6E7D5
(230,231,213)
#E9EADA
(233,234,218)
#ECEDDF
(236,237,223)
#EFF0E4
(239,240,228)
#F2F3E9
(242,243,233)
#F5F6EE
(245,246,238)
#F8F9F3
(248,249,243)
#FBFCF8
(251,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDEC6; }

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

This text font color is #DDDEC6.


Background Color

.myBgColor { background-color: #DDDEC6; }

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

This div background color is #DDDEC6.


Border color

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

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

This div border color is #DDDEC6.


Opacity

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

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

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

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

This text has shadow with #DDDEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDEC6 on black background.


Color preview on white background

This text has color #DDDEC6 on white background.



Black color preview on #DDDEC6 background

This text has black color on #DDDEC6 background.


White color preview on #DDDEC6 background

This text has white color on #DDDEC6 background.