COLOR #DEA6E8

HEX: #DEA6E8 RGB: (222,166,232)

Color info

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

RGB color model

#DEA6E8 color RGB value is (222,166,232).

RGB: (222,166,232) (87%, 65%, 91%)

RGB channels and saturation

R 222 of 255 = 87%
G 166 of 255 = 65%
B 232 of 255 = 91%

222
166
232

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

Portions of RGB colors in percentages

R + G + B = 222 + 166 + 232 = 620 (100%)
R 222 of 620 ~ 35.81%
G 166 of 620 ~ 26.77%
B 232 of 620 ~ 37.42'%

%35.81
%26.77
%37.42

CMYK color model

#DEA6E8 color CMYK value is (4,28,0,9).

  • cyan value is 4.31%
  • magenta value is 28.45%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (4,28,0,9)
C4M28Y0K9 (4%, 28%, 0%, 9%)
(0.04 / 0.28 / 0.00 / 0.09)

CMYK percentages

%4.31
%28.45
%0
%9.02

Codes

Color #DEA6E8 in popluar color models

DE A6 E8
RGB 222 166 232
HSL 291° 58.93% 78.04%
HSB/HSV 291° 28.45% 90.98%
CMYK 4.31% 28.45% 0.00%
9.02%

Color #DEA6E8 in popluar number systems.

HEX DE A6 E8
Decimal 222 166 232
Binary 11011110 10100110 11101000
Octal 336 246 350

Shades and tints

Shades of #DEA6E8

#DEA6E8
(222,166,232)
#CA97D3
(202,151,211)
#B688BE
(182,136,190)
#A279A9
(162,121,169)
#8E6A94
(142,106,148)
#7A5B7F
(122,91,127)
#664C6A
(102,76,106)
#523D55
(82,61,85)
#3E2E40
(62,46,64)
#2A1F2B
(42,31,43)
#161016
(22,16,22)
#000000
(0,0,0)

Tints of #DEA6E8

#DEA6E8
(222,166,232)
#E1AEEA
(225,174,234)
#E4B6EC
(228,182,236)
#E7BEEE
(231,190,238)
#EAC6F0
(234,198,240)
#EDCEF2
(237,206,242)
#F0D6F4
(240,214,244)
#F3DEF6
(243,222,246)
#F6E6F8
(246,230,248)
#F9EEFA
(249,238,250)
#FCF6FC
(252,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEA6E8; }

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

This text font color is #DEA6E8.

Background Color

.myBgColor { background-color: #DEA6E8; }

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

This div background color is #DEA6E8.

Border color

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

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

This div border color is #DEA6E8.

Opacity

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

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

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

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

This text has shadow with #DEA6E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEA6E8.

Preview

Color preview on black background

This text has color #DEA6E8 on black background.


Color preview on white background

This text has color #DEA6E8 on white background.


Black color preview on #DEA6E8 background

This text has black color on #DEA6E8 background.


White color preview on #DEA6E8 background

This text has white color on #DEA6E8 background.


Related colors

Complementary color

Complementary color for #hex is #215917.


I love getcolorcode.com

Triadic colors

1 #E8DEA6 and #A6E8DE with #DEA6E8 are triadic colors.

2 #E8A6DE and #A6DEE8 with #DEA6E8 are triadic colors.