COLOR #DED3E7

HEX: #DED3E7 RGB: (222,211,231)

Color info

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

RGB color model

#DED3E7 color RGB value is (222,211,231).

RGB: (222,211,231) (87%, 83%, 91%)

RGB channels and saturation

R 222 of 255 = 87%
G 211 of 255 = 83%
B 231 of 255 = 91%

222
211
231

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

Portions of RGB colors in percentages

R + G + B = 222 + 211 + 231 = 664 (100%)
R 222 of 664 ~ 33.43%
G 211 of 664 ~ 31.78%
B 231 of 664 ~ 34.79'%

%33.43
%31.78
%34.79

CMYK color model

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

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

CMYK: (4,9,0,9)
C4M9Y0K9 (4%, 9%, 0%, 9%)
(0.04 / 0.09 / 0.00 / 0.09)

CMYK percentages

%3.9
%8.66
%0
%9.41

Codes

Color #DED3E7 in popluar color models

DE D3 E7
RGB 222 211 231
HSL 273° 29.41% 86.67%
HSB/HSV 273° 8.66% 90.59%
CMYK 3.90% 8.66% 0.00%
9.41%

Color #DED3E7 in popluar number systems.

HEX DE D3 E7
Decimal 222 211 231
Binary 11011110 11010011 11100111
Octal 336 323 347

Shades and tints

Shades of #DED3E7

#DED3E7
(222,211,231)
#CAC0D2
(202,192,210)
#B6ADBD
(182,173,189)
#A29AA8
(162,154,168)
#8E8793
(142,135,147)
#7A747E
(122,116,126)
#666169
(102,97,105)
#524E54
(82,78,84)
#3E3B3F
(62,59,63)
#2A282A
(42,40,42)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #DED3E7

#DED3E7
(222,211,231)
#E1D7E9
(225,215,233)
#E4DBEB
(228,219,235)
#E7DFED
(231,223,237)
#EAE3EF
(234,227,239)
#EDE7F1
(237,231,241)
#F0EBF3
(240,235,243)
#F3EFF5
(243,239,245)
#F6F3F7
(246,243,247)
#F9F7F9
(249,247,249)
#FCFBFB
(252,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DED3E7; }

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

This text font color is #DED3E7.

Background Color

.myBgColor { background-color: #DED3E7; }

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

This div background color is #DED3E7.

Border color

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

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

This div border color is #DED3E7.

Opacity

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

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

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

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

This text has shadow with #DED3E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DED3E7.

Preview

Color preview on black background

This text has color #DED3E7 on black background.


Color preview on white background

This text has color #DED3E7 on white background.


Black color preview on #DED3E7 background

This text has black color on #DED3E7 background.


White color preview on #DED3E7 background

This text has white color on #DED3E7 background.


Related colors

Complementary color

Complementary color for #hex is #212C18.


I love getcolorcode.com

Triadic colors

1 #E7DED3 and #D3E7DE with #DED3E7 are triadic colors.

2 #E7D3DE and #D3DEE7 with #DED3E7 are triadic colors.