COLOR #DEA6EA

HEX: #DEA6EA
RGB: (222,166,234)

Color info

#DEA6EA contains mainly red and blue colors. Web safe color of #DEA6EA is #CC99FF (or #C9F).

RGB color model

#DEA6EA color RGB value is (222,166,234).

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

RGB channels and saturation

R 222 of 255 = 87%
G 166 of 255 = 65%
B 234 of 255 = 92%

222
166
234

R + G + B ~ 81%. #DEA6EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 166 + 234 = 622 (100%)
R 222 of 622 ~ 35.69%
G 166 of 622 ~ 26.69%
B 234 of 622 ~ 37.62%

%35.69
%26.69
%37.62

CMYK color model

#DEA6EA color CMYK value is (5,29,0,8).

  • cyan value is 5.13%
  • magenta value is 29.06%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(5,29,0,8)
C5M29Y0K8 
(5%,29%,0%,8%)
(0.05/0.29/0.00/0.08)	

CMYK percentages

%5.13
%29.06
%0
%8.24

Codes

Color #DEA6EA in popluar color models

DEA6EA
RGB222166234
HSL289°61.82%78.43%
HSB/HSV289°29.06%91.76%
CMYK5.13%29.06%0.00%
8.24%

Color #DEA6EA in popluar number systems.

HEXDEA6EA
Decimal222166234
Binary110111101010011011101010
Octal336246352

Shades and tints

Shades of #DEA6EA

#DEA6EA
(222,166,234)
#CA97D5
(202,151,213)
#B688C0
(182,136,192)
#A279AB
(162,121,171)
#8E6A96
(142,106,150)
#7A5B81
(122,91,129)
#664C6C
(102,76,108)
#523D57
(82,61,87)
#3E2E42
(62,46,66)
#2A1F2D
(42,31,45)
#161018
(22,16,24)
#000000
(0,0,0)

Tints of #DEA6EA

#DEA6EA
(222,166,234)
#E1AEEB
(225,174,235)
#E4B6EC
(228,182,236)
#E7BEED
(231,190,237)
#EAC6EE
(234,198,238)
#EDCEEF
(237,206,239)
#F0D6F0
(240,214,240)
#F3DEF1
(243,222,241)
#F6E6F2
(246,230,242)
#F9EEF3
(249,238,243)
#FCF6F4
(252,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEA6EA; }

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

This text font color is #DEA6EA.


Background Color

.myBgColor { background-color: #DEA6EA; }

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

This div background color is #DEA6EA.


Border color

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

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

This div border color is #DEA6EA.


Opacity

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

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

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

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

This text has shadow with #DEA6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEA6EA on black background.


Color preview on white background

This text has color #DEA6EA on white background.



Black color preview on #DEA6EA background

This text has black color on #DEA6EA background.


White color preview on #DEA6EA background

This text has white color on #DEA6EA background.