COLOR #DED6E7

HEX: #DED6E7 RGB: (222,214,231)

Color info

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

RGB color model

#DED6E7 color RGB value is (222,214,231).

RGB: (222,214,231) (87%, 84%, 91%)

RGB channels and saturation

R 222 of 255 = 87%
G 214 of 255 = 84%
B 231 of 255 = 91%

222
214
231

R + G + B ~ 87%. #DED6E7 is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 214 + 231 = 667 (100%)
R 222 of 667 ~ 33.28%
G 214 of 667 ~ 32.08%
B 231 of 667 ~ 34.63'%

%33.28
%32.08
%34.63

CMYK color model

#DED6E7 color CMYK value is (4,7,0,9).

  • cyan value is 3.90%
  • magenta value is 7.36%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (4,7,0,9)
C4M7Y0K9 (4%, 7%, 0%, 9%)
(0.04 / 0.07 / 0.00 / 0.09)

CMYK percentages

%3.9
%7.36
%0
%9.41

Codes

Color #DED6E7 in popluar color models

DE D6 E7
RGB 222 214 231
HSL 268° 26.15% 87.25%
HSB/HSV 268° 7.36% 90.59%
CMYK 3.90% 7.36% 0.00%
9.41%

Color #DED6E7 in popluar number systems.

HEX DE D6 E7
Decimal 222 214 231
Binary 11011110 11010110 11100111
Octal 336 326 347

Shades and tints

Shades of #DED6E7

#DED6E7
(222,214,231)
#CAC3D2
(202,195,210)
#B6B0BD
(182,176,189)
#A29DA8
(162,157,168)
#8E8A93
(142,138,147)
#7A777E
(122,119,126)
#666469
(102,100,105)
#525154
(82,81,84)
#3E3E3F
(62,62,63)
#2A2B2A
(42,43,42)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #DED6E7

#DED6E7
(222,214,231)
#E1D9E9
(225,217,233)
#E4DCEB
(228,220,235)
#E7DFED
(231,223,237)
#EAE2EF
(234,226,239)
#EDE5F1
(237,229,241)
#F0E8F3
(240,232,243)
#F3EBF5
(243,235,245)
#F6EEF7
(246,238,247)
#F9F1F9
(249,241,249)
#FCF4FB
(252,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DED6E7; }

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

This text font color is #DED6E7.

Background Color

.myBgColor { background-color: #DED6E7; }

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

This div background color is #DED6E7.

Border color

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

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

This div border color is #DED6E7.

Opacity

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

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

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

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

This text has shadow with #DED6E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DED6E7.

Preview

Color preview on black background

This text has color #DED6E7 on black background.


Color preview on white background

This text has color #DED6E7 on white background.


Black color preview on #DED6E7 background

This text has black color on #DED6E7 background.


White color preview on #DED6E7 background

This text has white color on #DED6E7 background.


Related colors

Complementary color

Complementary color for #hex is #212918.


I love getcolorcode.com

Triadic colors

1 #E7DED6 and #D6E7DE with #DED6E7 are triadic colors.

2 #E7D6DE and #D6DEE7 with #DED6E7 are triadic colors.