COLOR #DDDED6

HEX: #DDDED6
RGB: (221,222,214)

Color info

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

RGB color model

#DDDED6 color RGB value is (221,222,214).

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

RGB channels and saturation

R 221 of 255 = 87%
G 222 of 255 = 87%
B 214 of 255 = 84%

221
222
214

R + G + B ~ 86%. #DDDED6 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 222 + 214 = 657 (100%)
R 221 of 657 ~ 33.64%
G 222 of 657 ~ 33.79%
B 214 of 657 ~ 32.57%

%33.64
%33.79
%32.57

CMYK color model

#DDDED6 color CMYK value is (0,0,4,13).

  • cyan value is 0.45%
  • magenta value is 0.00%
  • yellow value is 3.60%
  • key color value is 12.94%
CMYK:
(0,0,4,13)
C0M0Y4K13 
(0%,0%,4%,13%)
(0.00/0.00/0.04/0.13)	

CMYK percentages

%0.45
%0
%3.6
%12.94

Codes

Color #DDDED6 in popluar color models

DDDED6
RGB221222214
HSL68°10.81%85.49%
HSB/HSV68°3.60%87.06%
CMYK0.45%0.00%3.60%
12.94%

Color #DDDED6 in popluar number systems.

HEXDDDED6
Decimal221222214
Binary110111011101111011010110
Octal335336326

Shades and tints

Shades of #DDDED6

#DDDED6
(221,222,214)
#C9CAC3
(201,202,195)
#B5B6B0
(181,182,176)
#A1A29D
(161,162,157)
#8D8E8A
(141,142,138)
#797A77
(121,122,119)
#656664
(101,102,100)
#515251
(81,82,81)
#3D3E3E
(61,62,62)
#292A2B
(41,42,43)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #DDDED6

#DDDED6
(221,222,214)
#E0E1D9
(224,225,217)
#E3E4DC
(227,228,220)
#E6E7DF
(230,231,223)
#E9EAE2
(233,234,226)
#ECEDE5
(236,237,229)
#EFF0E8
(239,240,232)
#F2F3EB
(242,243,235)
#F5F6EE
(245,246,238)
#F8F9F1
(248,249,241)
#FBFCF4
(251,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDED6; }

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

This text font color is #DDDED6.


Background Color

.myBgColor { background-color: #DDDED6; }

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

This div background color is #DDDED6.


Border color

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

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

This div border color is #DDDED6.


Opacity

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

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

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

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

This text has shadow with #DDDED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDED6 on black background.


Color preview on white background

This text has color #DDDED6 on white background.



Black color preview on #DDDED6 background

This text has black color on #DDDED6 background.


White color preview on #DDDED6 background

This text has white color on #DDDED6 background.