COLOR #DED3E1

HEX: #DED3E1
RGB: (222,211,225)

Color info

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

RGB color model

#DED3E1 color RGB value is (222,211,225).

  • red value is 222;
  • green value is 211;
  • blue value is 225.
RGB:
(222,211,225)
(87%,83%,88%)

RGB channels and saturation

R 222 of 255 = 87%
G 211 of 255 = 83%
B 225 of 255 = 88%

222
211
225

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

Portions of RGB colors in percentages

R + G + B =
222 + 211 + 225 = 658 (100%)
R 222 of 658 ~ 33.74%
G 211 of 658 ~ 32.07%
B 225 of 658 ~ 34.19%

%33.74
%32.07
%34.19

CMYK color model

#DED3E1 color CMYK value is (1,6,0,12).

  • cyan value is 1.33%
  • magenta value is 6.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(1,6,0,12)
C1M6Y0K12 
(1%,6%,0%,12%)
(0.01/0.06/0.00/0.12)	

CMYK percentages

%1.33
%6.22
%0
%11.76

Codes

Color #DED3E1 in popluar color models

DED3E1
RGB222211225
HSL287°18.92%85.49%
HSB/HSV287°6.22%88.24%
CMYK1.33%6.22%0.00%
11.76%

Color #DED3E1 in popluar number systems.

HEXDED3E1
Decimal222211225
Binary110111101101001111100001
Octal336323341

Shades and tints

Shades of #DED3E1

#DED3E1
(222,211,225)
#CAC0CD
(202,192,205)
#B6ADB9
(182,173,185)
#A29AA5
(162,154,165)
#8E8791
(142,135,145)
#7A747D
(122,116,125)
#666169
(102,97,105)
#524E55
(82,78,85)
#3E3B41
(62,59,65)
#2A282D
(42,40,45)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #DED3E1

#DED3E1
(222,211,225)
#E1D7E3
(225,215,227)
#E4DBE5
(228,219,229)
#E7DFE7
(231,223,231)
#EAE3E9
(234,227,233)
#EDE7EB
(237,231,235)
#F0EBED
(240,235,237)
#F3EFEF
(243,239,239)
#F6F3F1
(246,243,241)
#F9F7F3
(249,247,243)
#FCFBF5
(252,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DED3E1 color. Also use rgb(222,211,225) instead hex code.

Text Font Color

.myTextColor { color: #DED3E1; }

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

This text font color is #DED3E1.


Background Color

.myBgColor { background-color: #DED3E1; }

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

This div background color is #DED3E1.


Border color

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

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

This div border color is #DED3E1.


Opacity

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

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

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

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

This text has shadow with #DED3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DED3E1 on black background.


Color preview on white background

This text has color #DED3E1 on white background.



Black color preview on #DED3E1 background

This text has black color on #DED3E1 background.


White color preview on #DED3E1 background

This text has white color on #DED3E1 background.