COLOR #DEA6E4

HEX: #DEA6E4
RGB: (222,166,228)

Color info

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

RGB color model

#DEA6E4 color RGB value is (222,166,228).

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

RGB channels and saturation

R 222 of 255 = 87%
G 166 of 255 = 65%
B 228 of 255 = 89%

222
166
228

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

Portions of RGB colors in percentages

R + G + B =
222 + 166 + 228 = 616 (100%)
R 222 of 616 ~ 36.04%
G 166 of 616 ~ 26.95%
B 228 of 616 ~ 37.01%

%36.04
%26.95
%37.01

CMYK color model

#DEA6E4 color CMYK value is (3,27,0,11).

  • cyan value is 2.63%
  • magenta value is 27.19%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(3,27,0,11)
C3M27Y0K11 
(3%,27%,0%,11%)
(0.03/0.27/0.00/0.11)	

CMYK percentages

%2.63
%27.19
%0
%10.59

Codes

Color #DEA6E4 in popluar color models

DEA6E4
RGB222166228
HSL294°53.45%77.25%
HSB/HSV294°27.19%89.41%
CMYK2.63%27.19%0.00%
10.59%

Color #DEA6E4 in popluar number systems.

HEXDEA6E4
Decimal222166228
Binary110111101010011011100100
Octal336246344

Shades and tints

Shades of #DEA6E4

#DEA6E4
(222,166,228)
#CA97D0
(202,151,208)
#B688BC
(182,136,188)
#A279A8
(162,121,168)
#8E6A94
(142,106,148)
#7A5B80
(122,91,128)
#664C6C
(102,76,108)
#523D58
(82,61,88)
#3E2E44
(62,46,68)
#2A1F30
(42,31,48)
#16101C
(22,16,28)
#000000
(0,0,0)

Tints of #DEA6E4

#DEA6E4
(222,166,228)
#E1AEE6
(225,174,230)
#E4B6E8
(228,182,232)
#E7BEEA
(231,190,234)
#EAC6EC
(234,198,236)
#EDCEEE
(237,206,238)
#F0D6F0
(240,214,240)
#F3DEF2
(243,222,242)
#F6E6F4
(246,230,244)
#F9EEF6
(249,238,246)
#FCF6F8
(252,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEA6E4; }

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

This text font color is #DEA6E4.


Background Color

.myBgColor { background-color: #DEA6E4; }

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

This div background color is #DEA6E4.


Border color

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

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

This div border color is #DEA6E4.


Opacity

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

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

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

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

This text has shadow with #DEA6E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEA6E4 on black background.


Color preview on white background

This text has color #DEA6E4 on white background.



Black color preview on #DEA6E4 background

This text has black color on #DEA6E4 background.


White color preview on #DEA6E4 background

This text has white color on #DEA6E4 background.