COLOR #DED2ED

HEX: #DED2ED RGB: (222,210,237)

Color info

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

RGB color model

#DED2ED color RGB value is (222,210,237).

RGB: (222,210,237) (87%, 82%, 93%)

RGB channels and saturation

R 222 of 255 = 87%
G 210 of 255 = 82%
B 237 of 255 = 93%

222
210
237

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

Portions of RGB colors in percentages

R + G + B = 222 + 210 + 237 = 669 (100%)
R 222 of 669 ~ 33.18%
G 210 of 669 ~ 31.39%
B 237 of 669 ~ 35.43'%

%33.18
%31.39
%35.43

CMYK color model

#DED2ED color CMYK value is (6,11,0,7).

  • cyan value is 6.33%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (6,11,0,7)
C6M11Y0K7 (6%, 11%, 0%, 7%)
(0.06 / 0.11 / 0.00 / 0.07)

CMYK percentages

%6.33
%11.39
%0
%7.06

Codes

Color #DED2ED in popluar color models

DE D2 ED
RGB 222 210 237
HSL 267° 42.86% 87.65%
HSB/HSV 267° 11.39% 92.94%
CMYK 6.33% 11.39% 0.00%
7.06%

Color #DED2ED in popluar number systems.

HEX DE D2 ED
Decimal 222 210 237
Binary 11011110 11010010 11101101
Octal 336 322 355

Shades and tints

Shades of #DED2ED

#DED2ED
(222,210,237)
#CABFD8
(202,191,216)
#B6ACC3
(182,172,195)
#A299AE
(162,153,174)
#8E8699
(142,134,153)
#7A7384
(122,115,132)
#66606F
(102,96,111)
#524D5A
(82,77,90)
#3E3A45
(62,58,69)
#2A2730
(42,39,48)
#16141B
(22,20,27)
#000000
(0,0,0)

Tints of #DED2ED

#DED2ED
(222,210,237)
#E1D6EE
(225,214,238)
#E4DAEF
(228,218,239)
#E7DEF0
(231,222,240)
#EAE2F1
(234,226,241)
#EDE6F2
(237,230,242)
#F0EAF3
(240,234,243)
#F3EEF4
(243,238,244)
#F6F2F5
(246,242,245)
#F9F6F6
(249,246,246)
#FCFAF7
(252,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DED2ED; }

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

This text font color is #DED2ED.

Background Color

.myBgColor { background-color: #DED2ED; }

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

This div background color is #DED2ED.

Border color

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

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

This div border color is #DED2ED.

Opacity

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

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

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

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

This text has shadow with #DED2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DED2ED.

Preview

Color preview on black background

This text has color #DED2ED on black background.


Color preview on white background

This text has color #DED2ED on white background.


Black color preview on #DED2ED background

This text has black color on #DED2ED background.


White color preview on #DED2ED background

This text has white color on #DED2ED background.


Related colors

Complementary color

Complementary color for #hex is #212D12.


I love getcolorcode.com

Triadic colors

1 #EDDED2 and #D2EDDE with #DED2ED are triadic colors.

2 #EDD2DE and #D2DEED with #DED2ED are triadic colors.