COLOR #DED5ED

HEX: #DED5ED RGB: (222,213,237)

Color info

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

RGB color model

#DED5ED color RGB value is (222,213,237).

RGB: (222,213,237) (87%, 84%, 93%)

RGB channels and saturation

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

222
213
237

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

Portions of RGB colors in percentages

R + G + B = 222 + 213 + 237 = 672 (100%)
R 222 of 672 ~ 33.04%
G 213 of 672 ~ 31.7%
B 237 of 672 ~ 35.27'%

%33.04
%31.7
%35.27

CMYK color model

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

  • cyan value is 6.33%
  • magenta value is 10.13%
  • 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
%10.13
%0
%7.06

Codes

Color #DED5ED in popluar color models

DE D5 ED
RGB 222 213 237
HSL 263° 40.00% 88.24%
HSB/HSV 263° 10.13% 92.94%
CMYK 6.33% 10.13% 0.00%
7.06%

Color #DED5ED in popluar number systems.

HEX DE D5 ED
Decimal 222 213 237
Binary 11011110 11010101 11101101
Octal 336 325 355

Shades and tints

Shades of #DED5ED

#DED5ED
(222,213,237)
#CAC2D8
(202,194,216)
#B6AFC3
(182,175,195)
#A29CAE
(162,156,174)
#8E8999
(142,137,153)
#7A7684
(122,118,132)
#66636F
(102,99,111)
#52505A
(82,80,90)
#3E3D45
(62,61,69)
#2A2A30
(42,42,48)
#16171B
(22,23,27)
#000000
(0,0,0)

Tints of #DED5ED

#DED5ED
(222,213,237)
#E1D8EE
(225,216,238)
#E4DBEF
(228,219,239)
#E7DEF0
(231,222,240)
#EAE1F1
(234,225,241)
#EDE4F2
(237,228,242)
#F0E7F3
(240,231,243)
#F3EAF4
(243,234,244)
#F6EDF5
(246,237,245)
#F9F0F6
(249,240,246)
#FCF3F7
(252,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DED5ED; }

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

This text font color is #DED5ED.

Background Color

.myBgColor { background-color: #DED5ED; }

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

This div background color is #DED5ED.

Border color

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

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

This div border color is #DED5ED.

Opacity

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

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

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

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

This text has shadow with #DED5ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DED5ED.

Preview

Color preview on black background

This text has color #DED5ED on black background.


Color preview on white background

This text has color #DED5ED on white background.


Black color preview on #DED5ED background

This text has black color on #DED5ED background.


White color preview on #DED5ED background

This text has white color on #DED5ED background.


Related colors

Complementary color

Complementary color for #hex is #212A12.


I love getcolorcode.com

Triadic colors

1 #EDDED5 and #D5EDDE with #DED5ED are triadic colors.

2 #EDD5DE and #D5DEED with #DED5ED are triadic colors.