COLOR #DED1D9

HEX: #DED1D9
RGB: (222,209,217)

Color info

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

RGB color model

#DED1D9 color RGB value is (222,209,217).

  • red value is 222;
  • green value is 209;
  • blue value is 217.
RGB:
(222,209,217)
(87%,82%,85%)

RGB channels and saturation

R 222 of 255 = 87%
G 209 of 255 = 82%
B 217 of 255 = 85%

222
209
217

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

Portions of RGB colors in percentages

R + G + B =
222 + 209 + 217 = 648 (100%)
R 222 of 648 ~ 34.26%
G 209 of 648 ~ 32.25%
B 217 of 648 ~ 33.49%

%34.26
%32.25
%33.49

CMYK color model

#DED1D9 color CMYK value is (0,6,2,13).

  • cyan value is 0.00%
  • magenta value is 5.86%
  • yellow value is 2.25%
  • key color value is 12.94%
CMYK:
(0,6,2,13)
C0M6Y2K13 
(0%,6%,2%,13%)
(0.00/0.06/0.02/0.13)	

CMYK percentages

%0
%5.86
%2.25
%12.94

Codes

Color #DED1D9 in popluar color models

DED1D9
RGB222209217
HSL323°16.46%84.51%
HSB/HSV323°5.86%87.06%
CMYK0.00%5.86%2.25%
12.94%

Color #DED1D9 in popluar number systems.

HEXDED1D9
Decimal222209217
Binary110111101101000111011001
Octal336321331

Shades and tints

Shades of #DED1D9

#DED1D9
(222,209,217)
#CABEC6
(202,190,198)
#B6ABB3
(182,171,179)
#A298A0
(162,152,160)
#8E858D
(142,133,141)
#7A727A
(122,114,122)
#665F67
(102,95,103)
#524C54
(82,76,84)
#3E3941
(62,57,65)
#2A262E
(42,38,46)
#16131B
(22,19,27)
#000000
(0,0,0)

Tints of #DED1D9

#DED1D9
(222,209,217)
#E1D5DC
(225,213,220)
#E4D9DF
(228,217,223)
#E7DDE2
(231,221,226)
#EAE1E5
(234,225,229)
#EDE5E8
(237,229,232)
#F0E9EB
(240,233,235)
#F3EDEE
(243,237,238)
#F6F1F1
(246,241,241)
#F9F5F4
(249,245,244)
#FCF9F7
(252,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DED1D9 color. Also use rgb(222,209,217) instead hex code.

Text Font Color

.myTextColor { color: #DED1D9; }

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

This text font color is #DED1D9.


Background Color

.myBgColor { background-color: #DED1D9; }

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

This div background color is #DED1D9.


Border color

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

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

This div border color is #DED1D9.


Opacity

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

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

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

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

This text has shadow with #DED1D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DED1D9 on black background.


Color preview on white background

This text has color #DED1D9 on white background.



Black color preview on #DED1D9 background

This text has black color on #DED1D9 background.


White color preview on #DED1D9 background

This text has white color on #DED1D9 background.