COLOR #DED2E2

HEX: #DED2E2
RGB: (222,210,226)

Color info

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

RGB color model

#DED2E2 color RGB value is (222,210,226).

  • red value is 222;
  • green value is 210;
  • blue value is 226.
RGB:
(222,210,226)
(87%,82%,89%)

RGB channels and saturation

R 222 of 255 = 87%
G 210 of 255 = 82%
B 226 of 255 = 89%

222
210
226

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

Portions of RGB colors in percentages

R + G + B =
222 + 210 + 226 = 658 (100%)
R 222 of 658 ~ 33.74%
G 210 of 658 ~ 31.91%
B 226 of 658 ~ 34.35%

%33.74
%31.91
%34.35

CMYK color model

#DED2E2 color CMYK value is (2,7,0,11).

  • cyan value is 1.77%
  • magenta value is 7.08%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(2,7,0,11)
C2M7Y0K11 
(2%,7%,0%,11%)
(0.02/0.07/0.00/0.11)	

CMYK percentages

%1.77
%7.08
%0
%11.37

Codes

Color #DED2E2 in popluar color models

DED2E2
RGB222210226
HSL285°21.62%85.49%
HSB/HSV285°7.08%88.63%
CMYK1.77%7.08%0.00%
11.37%

Color #DED2E2 in popluar number systems.

HEXDED2E2
Decimal222210226
Binary110111101101001011100010
Octal336322342

Shades and tints

Shades of #DED2E2

#DED2E2
(222,210,226)
#CABFCE
(202,191,206)
#B6ACBA
(182,172,186)
#A299A6
(162,153,166)
#8E8692
(142,134,146)
#7A737E
(122,115,126)
#66606A
(102,96,106)
#524D56
(82,77,86)
#3E3A42
(62,58,66)
#2A272E
(42,39,46)
#16141A
(22,20,26)
#000000
(0,0,0)

Tints of #DED2E2

#DED2E2
(222,210,226)
#E1D6E4
(225,214,228)
#E4DAE6
(228,218,230)
#E7DEE8
(231,222,232)
#EAE2EA
(234,226,234)
#EDE6EC
(237,230,236)
#F0EAEE
(240,234,238)
#F3EEF0
(243,238,240)
#F6F2F2
(246,242,242)
#F9F6F4
(249,246,244)
#FCFAF6
(252,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DED2E2 color. Also use rgb(222,210,226) instead hex code.

Text Font Color

.myTextColor { color: #DED2E2; }

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

This text font color is #DED2E2.


Background Color

.myBgColor { background-color: #DED2E2; }

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

This div background color is #DED2E2.


Border color

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

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

This div border color is #DED2E2.


Opacity

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

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

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

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

This text has shadow with #DED2E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DED2E2 on black background.


Color preview on white background

This text has color #DED2E2 on white background.



Black color preview on #DED2E2 background

This text has black color on #DED2E2 background.


White color preview on #DED2E2 background

This text has white color on #DED2E2 background.