COLOR #DEC0E5

HEX: #DEC0E5
RGB: (222,192,229)

Color info

#DEC0E5 contains red, green and blue colors in about the same proportion. Web safe color of #DEC0E5 is #CCCCCC (or #CCC).

RGB color model

#DEC0E5 color RGB value is (222,192,229).

  • red value is 222;
  • green value is 192;
  • blue value is 229.
RGB:
(222,192,229)
(87%,75%,90%)

RGB channels and saturation

R 222 of 255 = 87%
G 192 of 255 = 75%
B 229 of 255 = 90%

222
192
229

R + G + B ~ 84%. #DEC0E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 192 + 229 = 643 (100%)
R 222 of 643 ~ 34.53%
G 192 of 643 ~ 29.86%
B 229 of 643 ~ 35.61%

%34.53
%29.86
%35.61

CMYK color model

#DEC0E5 color CMYK value is (3,16,0,10).

  • cyan value is 3.06%
  • magenta value is 16.16%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(3,16,0,10)
C3M16Y0K10 
(3%,16%,0%,10%)
(0.03/0.16/0.00/0.10)	

CMYK percentages

%3.06
%16.16
%0
%10.2

Codes

Color #DEC0E5 in popluar color models

DEC0E5
RGB222192229
HSL289°41.57%82.55%
HSB/HSV289°16.16%89.80%
CMYK3.06%16.16%0.00%
10.20%

Color #DEC0E5 in popluar number systems.

HEXDEC0E5
Decimal222192229
Binary110111101100000011100101
Octal336300345

Shades and tints

Shades of #DEC0E5

#DEC0E5
(222,192,229)
#CAAFD1
(202,175,209)
#B69EBD
(182,158,189)
#A28DA9
(162,141,169)
#8E7C95
(142,124,149)
#7A6B81
(122,107,129)
#665A6D
(102,90,109)
#524959
(82,73,89)
#3E3845
(62,56,69)
#2A2731
(42,39,49)
#16161D
(22,22,29)
#000000
(0,0,0)

Tints of #DEC0E5

#DEC0E5
(222,192,229)
#E1C5E7
(225,197,231)
#E4CAE9
(228,202,233)
#E7CFEB
(231,207,235)
#EAD4ED
(234,212,237)
#EDD9EF
(237,217,239)
#F0DEF1
(240,222,241)
#F3E3F3
(243,227,243)
#F6E8F5
(246,232,245)
#F9EDF7
(249,237,247)
#FCF2F9
(252,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEC0E5 color. Also use rgb(222,192,229) instead hex code.

Text Font Color

.myTextColor { color: #DEC0E5; }

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

This text font color is #DEC0E5.


Background Color

.myBgColor { background-color: #DEC0E5; }

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

This div background color is #DEC0E5.


Border color

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

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

This div border color is #DEC0E5.


Opacity

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

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

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

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

This text has shadow with #DEC0E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEC0E5 on black background.


Color preview on white background

This text has color #DEC0E5 on white background.



Black color preview on #DEC0E5 background

This text has black color on #DEC0E5 background.


White color preview on #DEC0E5 background

This text has white color on #DEC0E5 background.