COLOR #DE8CE6

HEX: #DE8CE6
RGB: (222,140,230)

Color info

#DE8CE6 contains mainly red and blue colors. Web safe color of #DE8CE6 is #CC99CC (or #C9C).

RGB color model

#DE8CE6 color RGB value is (222,140,230).

  • red value is 222;
  • green value is 140;
  • blue value is 230.
RGB:
(222,140,230)
(87%,55%,90%)

RGB channels and saturation

R 222 of 255 = 87%
G 140 of 255 = 55%
B 230 of 255 = 90%

222
140
230

R + G + B ~ 77%. #DE8CE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 140 + 230 = 592 (100%)
R 222 of 592 ~ 37.5%
G 140 of 592 ~ 23.65%
B 230 of 592 ~ 38.85%

%37.5
%23.65
%38.85

CMYK color model

#DE8CE6 color CMYK value is (3,39,0,10).

  • cyan value is 3.48%
  • magenta value is 39.13%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(3,39,0,10)
C3M39Y0K10 
(3%,39%,0%,10%)
(0.03/0.39/0.00/0.10)	

CMYK percentages

%3.48
%39.13
%0
%9.8

Codes

Color #DE8CE6 in popluar color models

DE8CE6
RGB222140230
HSL295°64.29%72.55%
HSB/HSV295°39.13%90.20%
CMYK3.48%39.13%0.00%
9.80%

Color #DE8CE6 in popluar number systems.

HEXDE8CE6
Decimal222140230
Binary110111101000110011100110
Octal336214346

Shades and tints

Shades of #DE8CE6

#DE8CE6
(222,140,230)
#CA80D2
(202,128,210)
#B674BE
(182,116,190)
#A268AA
(162,104,170)
#8E5C96
(142,92,150)
#7A5082
(122,80,130)
#66446E
(102,68,110)
#52385A
(82,56,90)
#3E2C46
(62,44,70)
#2A2032
(42,32,50)
#16141E
(22,20,30)
#000000
(0,0,0)

Tints of #DE8CE6

#DE8CE6
(222,140,230)
#E196E8
(225,150,232)
#E4A0EA
(228,160,234)
#E7AAEC
(231,170,236)
#EAB4EE
(234,180,238)
#EDBEF0
(237,190,240)
#F0C8F2
(240,200,242)
#F3D2F4
(243,210,244)
#F6DCF6
(246,220,246)
#F9E6F8
(249,230,248)
#FCF0FA
(252,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE8CE6 color. Also use rgb(222,140,230) instead hex code.

Text Font Color

.myTextColor { color: #DE8CE6; }

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

This text font color is #DE8CE6.


Background Color

.myBgColor { background-color: #DE8CE6; }

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

This div background color is #DE8CE6.


Border color

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

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

This div border color is #DE8CE6.


Opacity

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

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

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

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

This text has shadow with #DE8CE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE8CE6 on black background.


Color preview on white background

This text has color #DE8CE6 on white background.



Black color preview on #DE8CE6 background

This text has black color on #DE8CE6 background.


White color preview on #DE8CE6 background

This text has white color on #DE8CE6 background.