COLOR #DED6E1

HEX: #DED6E1
RGB: (222,214,225)

Color info

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

RGB color model

#DED6E1 color RGB value is (222,214,225).

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

RGB channels and saturation

R 222 of 255 = 87%
G 214 of 255 = 84%
B 225 of 255 = 88%

222
214
225

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

Portions of RGB colors in percentages

R + G + B =
222 + 214 + 225 = 661 (100%)
R 222 of 661 ~ 33.59%
G 214 of 661 ~ 32.38%
B 225 of 661 ~ 34.04%

%33.59
%32.38
%34.04

CMYK color model

#DED6E1 color CMYK value is (1,5,0,12).

  • cyan value is 1.33%
  • magenta value is 4.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(1,5,0,12)
C1M5Y0K12 
(1%,5%,0%,12%)
(0.01/0.05/0.00/0.12)	

CMYK percentages

%1.33
%4.89
%0
%11.76

Codes

Color #DED6E1 in popluar color models

DED6E1
RGB222214225
HSL284°15.49%86.08%
HSB/HSV284°4.89%88.24%
CMYK1.33%4.89%0.00%
11.76%

Color #DED6E1 in popluar number systems.

HEXDED6E1
Decimal222214225
Binary110111101101011011100001
Octal336326341

Shades and tints

Shades of #DED6E1

#DED6E1
(222,214,225)
#CAC3CD
(202,195,205)
#B6B0B9
(182,176,185)
#A29DA5
(162,157,165)
#8E8A91
(142,138,145)
#7A777D
(122,119,125)
#666469
(102,100,105)
#525155
(82,81,85)
#3E3E41
(62,62,65)
#2A2B2D
(42,43,45)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #DED6E1

#DED6E1
(222,214,225)
#E1D9E3
(225,217,227)
#E4DCE5
(228,220,229)
#E7DFE7
(231,223,231)
#EAE2E9
(234,226,233)
#EDE5EB
(237,229,235)
#F0E8ED
(240,232,237)
#F3EBEF
(243,235,239)
#F6EEF1
(246,238,241)
#F9F1F3
(249,241,243)
#FCF4F5
(252,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DED6E1; }

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

This text font color is #DED6E1.


Background Color

.myBgColor { background-color: #DED6E1; }

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

This div background color is #DED6E1.


Border color

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

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

This div border color is #DED6E1.


Opacity

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

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

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

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

This text has shadow with #DED6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DED6E1 on black background.


Color preview on white background

This text has color #DED6E1 on white background.



Black color preview on #DED6E1 background

This text has black color on #DED6E1 background.


White color preview on #DED6E1 background

This text has white color on #DED6E1 background.