COLOR #DED0EE

HEX: #DED0EE
RGB: (222,208,238)

Color info

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

RGB color model

#DED0EE color RGB value is (222,208,238).

  • red value is 222;
  • green value is 208;
  • blue value is 238.
RGB:
(222,208,238)
(87%,82%,93%)

RGB channels and saturation

R 222 of 255 = 87%
G 208 of 255 = 82%
B 238 of 255 = 93%

222
208
238

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

Portions of RGB colors in percentages

R + G + B =
222 + 208 + 238 = 668 (100%)
R 222 of 668 ~ 33.23%
G 208 of 668 ~ 31.14%
B 238 of 668 ~ 35.63%

%33.23
%31.14
%35.63

CMYK color model

#DED0EE color CMYK value is (7,13,0,7).

  • cyan value is 6.72%
  • magenta value is 12.61%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(7,13,0,7)
C7M13Y0K7 
(7%,13%,0%,7%)
(0.07/0.13/0.00/0.07)	

CMYK percentages

%6.72
%12.61
%0
%6.67

Codes

Color #DED0EE in popluar color models

DED0EE
RGB222208238
HSL268°46.88%87.45%
HSB/HSV268°12.61%93.33%
CMYK6.72%12.61%0.00%
6.67%

Color #DED0EE in popluar number systems.

HEXDED0EE
Decimal222208238
Binary110111101101000011101110
Octal336320356

Shades and tints

Shades of #DED0EE

#DED0EE
(222,208,238)
#CABED9
(202,190,217)
#B6ACC4
(182,172,196)
#A29AAF
(162,154,175)
#8E889A
(142,136,154)
#7A7685
(122,118,133)
#666470
(102,100,112)
#52525B
(82,82,91)
#3E4046
(62,64,70)
#2A2E31
(42,46,49)
#161C1C
(22,28,28)
#000000
(0,0,0)

Tints of #DED0EE

#DED0EE
(222,208,238)
#E1D4EF
(225,212,239)
#E4D8F0
(228,216,240)
#E7DCF1
(231,220,241)
#EAE0F2
(234,224,242)
#EDE4F3
(237,228,243)
#F0E8F4
(240,232,244)
#F3ECF5
(243,236,245)
#F6F0F6
(246,240,246)
#F9F4F7
(249,244,247)
#FCF8F8
(252,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DED0EE; }

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

This text font color is #DED0EE.


Background Color

.myBgColor { background-color: #DED0EE; }

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

This div background color is #DED0EE.


Border color

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

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

This div border color is #DED0EE.


Opacity

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

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

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

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

This text has shadow with #DED0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DED0EE on black background.


Color preview on white background

This text has color #DED0EE on white background.



Black color preview on #DED0EE background

This text has black color on #DED0EE background.


White color preview on #DED0EE background

This text has white color on #DED0EE background.