COLOR #DED6EC

HEX: #DED6EC
RGB: (222,214,236)

Color info

#DED6EC contains red, green and blue colors in about the same proportion. Web safe color of #DED6EC is #CCCCFF (or #CCF).

RGB color model

#DED6EC color RGB value is (222,214,236).

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

RGB channels and saturation

R 222 of 255 = 87%
G 214 of 255 = 84%
B 236 of 255 = 93%

222
214
236

R + G + B ~ 88%. #DED6EC is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 214 + 236 = 672 (100%)
R 222 of 672 ~ 33.04%
G 214 of 672 ~ 31.85%
B 236 of 672 ~ 35.12%

%33.04
%31.85
%35.12

CMYK color model

#DED6EC color CMYK value is (6,9,0,7).

  • cyan value is 5.93%
  • magenta value is 9.32%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(6,9,0,7)
C6M9Y0K7 
(6%,9%,0%,7%)
(0.06/0.09/0.00/0.07)	

CMYK percentages

%5.93
%9.32
%0
%7.45

Codes

Color #DED6EC in popluar color models

DED6EC
RGB222214236
HSL262°36.67%88.24%
HSB/HSV262°9.32%92.55%
CMYK5.93%9.32%0.00%
7.45%

Color #DED6EC in popluar number systems.

HEXDED6EC
Decimal222214236
Binary110111101101011011101100
Octal336326354

Shades and tints

Shades of #DED6EC

#DED6EC
(222,214,236)
#CAC3D7
(202,195,215)
#B6B0C2
(182,176,194)
#A29DAD
(162,157,173)
#8E8A98
(142,138,152)
#7A7783
(122,119,131)
#66646E
(102,100,110)
#525159
(82,81,89)
#3E3E44
(62,62,68)
#2A2B2F
(42,43,47)
#16181A
(22,24,26)
#000000
(0,0,0)

Tints of #DED6EC

#DED6EC
(222,214,236)
#E1D9ED
(225,217,237)
#E4DCEE
(228,220,238)
#E7DFEF
(231,223,239)
#EAE2F0
(234,226,240)
#EDE5F1
(237,229,241)
#F0E8F2
(240,232,242)
#F3EBF3
(243,235,243)
#F6EEF4
(246,238,244)
#F9F1F5
(249,241,245)
#FCF4F6
(252,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DED6EC; }

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

This text font color is #DED6EC.


Background Color

.myBgColor { background-color: #DED6EC; }

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

This div background color is #DED6EC.


Border color

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

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

This div border color is #DED6EC.


Opacity

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

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

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

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

This text has shadow with #DED6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DED6EC on black background.


Color preview on white background

This text has color #DED6EC on white background.



Black color preview on #DED6EC background

This text has black color on #DED6EC background.


White color preview on #DED6EC background

This text has white color on #DED6EC background.