COLOR #DED6EE

HEX: #DED6EE RGB: (222,214,238)

Color info

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

RGB color model

#DED6EE color RGB value is (222,214,238).

RGB: (222,214,238) (87%, 84%, 93%)

RGB channels and saturation

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

222
214
238

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

Portions of RGB colors in percentages

R + G + B = 222 + 214 + 238 = 674 (100%)
R 222 of 674 ~ 32.94%
G 214 of 674 ~ 31.75%
B 238 of 674 ~ 35.31'%

%32.94
%31.75
%35.31

CMYK color model

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

  • cyan value is 6.72%
  • magenta value is 10.08%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (7,10,0,7)
C7M10Y0K7 (7%, 10%, 0%, 7%)
(0.07 / 0.10 / 0.00 / 0.07)

CMYK percentages

%6.72
%10.08
%0
%6.67

Codes

Color #DED6EE in popluar color models

DE D6 EE
RGB 222 214 238
HSL 260° 41.38% 88.63%
HSB/HSV 260° 10.08% 93.33%
CMYK 6.72% 10.08% 0.00%
6.67%

Color #DED6EE in popluar number systems.

HEX DE D6 EE
Decimal 222 214 238
Binary 11011110 11010110 11101110
Octal 336 326 356

Shades and tints

Shades of #DED6EE

#DED6EE
(222,214,238)
#CAC3D9
(202,195,217)
#B6B0C4
(182,176,196)
#A29DAF
(162,157,175)
#8E8A9A
(142,138,154)
#7A7785
(122,119,133)
#666470
(102,100,112)
#52515B
(82,81,91)
#3E3E46
(62,62,70)
#2A2B31
(42,43,49)
#16181C
(22,24,28)
#000000
(0,0,0)

Tints of #DED6EE

#DED6EE
(222,214,238)
#E1D9EF
(225,217,239)
#E4DCF0
(228,220,240)
#E7DFF1
(231,223,241)
#EAE2F2
(234,226,242)
#EDE5F3
(237,229,243)
#F0E8F4
(240,232,244)
#F3EBF5
(243,235,245)
#F6EEF6
(246,238,246)
#F9F1F7
(249,241,247)
#FCF4F8
(252,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DED6EE; }

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

This text font color is #DED6EE.

Background Color

.myBgColor { background-color: #DED6EE; }

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

This div background color is #DED6EE.

Border color

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

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

This div border color is #DED6EE.

Opacity

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

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

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

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

This text has shadow with #DED6EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DED6EE.

Preview

Color preview on black background

This text has color #DED6EE on black background.


Color preview on white background

This text has color #DED6EE on white background.


Black color preview on #DED6EE background

This text has black color on #DED6EE background.


White color preview on #DED6EE background

This text has white color on #DED6EE background.


Related colors

Complementary color

Complementary color for #hex is #212911.


I love getcolorcode.com

Triadic colors

1 #EEDED6 and #D6EEDE with #DED6EE are triadic colors.

2 #EED6DE and #D6DEEE with #DED6EE are triadic colors.