COLOR #DEA6E0

HEX: #DEA6E0
RGB: (222,166,224)

Color info

#DEA6E0 contains red, green and blue colors in about the same proportion. Web safe color of #DEA6E0 is #CC99CC (or #C9C).

RGB color model

#DEA6E0 color RGB value is (222,166,224).

  • red value is 222;
  • green value is 166;
  • blue value is 224.
RGB:
(222,166,224)
(87%,65%,88%)

RGB channels and saturation

R 222 of 255 = 87%
G 166 of 255 = 65%
B 224 of 255 = 88%

222
166
224

R + G + B ~ 80%. #DEA6E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 166 + 224 = 612 (100%)
R 222 of 612 ~ 36.27%
G 166 of 612 ~ 27.12%
B 224 of 612 ~ 36.6%

%36.27
%27.12
%36.6

CMYK color model

#DEA6E0 color CMYK value is (1,26,0,12).

  • cyan value is 0.89%
  • magenta value is 25.89%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(1,26,0,12)
C1M26Y0K12 
(1%,26%,0%,12%)
(0.01/0.26/0.00/0.12)	

CMYK percentages

%0.89
%25.89
%0
%12.16

Codes

Color #DEA6E0 in popluar color models

DEA6E0
RGB222166224
HSL298°48.33%76.47%
HSB/HSV298°25.89%87.84%
CMYK0.89%25.89%0.00%
12.16%

Color #DEA6E0 in popluar number systems.

HEXDEA6E0
Decimal222166224
Binary110111101010011011100000
Octal336246340

Shades and tints

Shades of #DEA6E0

#DEA6E0
(222,166,224)
#CA97CC
(202,151,204)
#B688B8
(182,136,184)
#A279A4
(162,121,164)
#8E6A90
(142,106,144)
#7A5B7C
(122,91,124)
#664C68
(102,76,104)
#523D54
(82,61,84)
#3E2E40
(62,46,64)
#2A1F2C
(42,31,44)
#161018
(22,16,24)
#000000
(0,0,0)

Tints of #DEA6E0

#DEA6E0
(222,166,224)
#E1AEE2
(225,174,226)
#E4B6E4
(228,182,228)
#E7BEE6
(231,190,230)
#EAC6E8
(234,198,232)
#EDCEEA
(237,206,234)
#F0D6EC
(240,214,236)
#F3DEEE
(243,222,238)
#F6E6F0
(246,230,240)
#F9EEF2
(249,238,242)
#FCF6F4
(252,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEA6E0 color. Also use rgb(222,166,224) instead hex code.

Text Font Color

.myTextColor { color: #DEA6E0; }

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

This text font color is #DEA6E0.


Background Color

.myBgColor { background-color: #DEA6E0; }

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

This div background color is #DEA6E0.


Border color

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

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

This div border color is #DEA6E0.


Opacity

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

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

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

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

This text has shadow with #DEA6E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEA6E0 on black background.


Color preview on white background

This text has color #DEA6E0 on white background.



Black color preview on #DEA6E0 background

This text has black color on #DEA6E0 background.


White color preview on #DEA6E0 background

This text has white color on #DEA6E0 background.