COLOR #DED6ED

HEX: #DED6ED
RGB: (222,214,237)

Color info

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

RGB color model

#DED6ED color RGB value is (222,214,237).

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

RGB channels and saturation

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

222
214
237

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

Portions of RGB colors in percentages

R + G + B =
222 + 214 + 237 = 673 (100%)
R 222 of 673 ~ 32.99%
G 214 of 673 ~ 31.8%
B 237 of 673 ~ 35.22%

%32.99
%31.8
%35.22

CMYK color model

#DED6ED color CMYK value is (6,10,0,7).

  • cyan value is 6.33%
  • magenta value is 9.70%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(6,10,0,7)
C6M10Y0K7 
(6%,10%,0%,7%)
(0.06/0.10/0.00/0.07)	

CMYK percentages

%6.33
%9.7
%0
%7.06

Codes

Color #DED6ED in popluar color models

DED6ED
RGB222214237
HSL261°38.98%88.43%
HSB/HSV261°9.70%92.94%
CMYK6.33%9.70%0.00%
7.06%

Color #DED6ED in popluar number systems.

HEXDED6ED
Decimal222214237
Binary110111101101011011101101
Octal336326355

Shades and tints

Shades of #DED6ED

#DED6ED
(222,214,237)
#CAC3D8
(202,195,216)
#B6B0C3
(182,176,195)
#A29DAE
(162,157,174)
#8E8A99
(142,138,153)
#7A7784
(122,119,132)
#66646F
(102,100,111)
#52515A
(82,81,90)
#3E3E45
(62,62,69)
#2A2B30
(42,43,48)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #DED6ED

#DED6ED
(222,214,237)
#E1D9EE
(225,217,238)
#E4DCEF
(228,220,239)
#E7DFF0
(231,223,240)
#EAE2F1
(234,226,241)
#EDE5F2
(237,229,242)
#F0E8F3
(240,232,243)
#F3EBF4
(243,235,244)
#F6EEF5
(246,238,245)
#F9F1F6
(249,241,246)
#FCF4F7
(252,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DED6ED; }

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

This text font color is #DED6ED.


Background Color

.myBgColor { background-color: #DED6ED; }

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

This div background color is #DED6ED.


Border color

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

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

This div border color is #DED6ED.


Opacity

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

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

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

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

This text has shadow with #DED6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DED6ED on black background.


Color preview on white background

This text has color #DED6ED on white background.



Black color preview on #DED6ED background

This text has black color on #DED6ED background.


White color preview on #DED6ED background

This text has white color on #DED6ED background.