COLOR #DEA4E6

HEX: #DEA4E6
RGB: (222,164,230)

Color info

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

RGB color model

#DEA4E6 color RGB value is (222,164,230).

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

RGB channels and saturation

R 222 of 255 = 87%
G 164 of 255 = 64%
B 230 of 255 = 90%

222
164
230

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

Portions of RGB colors in percentages

R + G + B =
222 + 164 + 230 = 616 (100%)
R 222 of 616 ~ 36.04%
G 164 of 616 ~ 26.62%
B 230 of 616 ~ 37.34%

%36.04
%26.62
%37.34

CMYK color model

#DEA4E6 color CMYK value is (3,29,0,10).

  • cyan value is 3.48%
  • magenta value is 28.70%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(3,29,0,10)
C3M29Y0K10 
(3%,29%,0%,10%)
(0.03/0.29/0.00/0.10)	

CMYK percentages

%3.48
%28.7
%0
%9.8

Codes

Color #DEA4E6 in popluar color models

DEA4E6
RGB222164230
HSL293°56.90%77.25%
HSB/HSV293°28.70%90.20%
CMYK3.48%28.70%0.00%
9.80%

Color #DEA4E6 in popluar number systems.

HEXDEA4E6
Decimal222164230
Binary110111101010010011100110
Octal336244346

Shades and tints

Shades of #DEA4E6

#DEA4E6
(222,164,230)
#CA96D2
(202,150,210)
#B688BE
(182,136,190)
#A27AAA
(162,122,170)
#8E6C96
(142,108,150)
#7A5E82
(122,94,130)
#66506E
(102,80,110)
#52425A
(82,66,90)
#3E3446
(62,52,70)
#2A2632
(42,38,50)
#16181E
(22,24,30)
#000000
(0,0,0)

Tints of #DEA4E6

#DEA4E6
(222,164,230)
#E1ACE8
(225,172,232)
#E4B4EA
(228,180,234)
#E7BCEC
(231,188,236)
#EAC4EE
(234,196,238)
#EDCCF0
(237,204,240)
#F0D4F2
(240,212,242)
#F3DCF4
(243,220,244)
#F6E4F6
(246,228,246)
#F9ECF8
(249,236,248)
#FCF4FA
(252,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEA4E6; }

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

This text font color is #DEA4E6.


Background Color

.myBgColor { background-color: #DEA4E6; }

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

This div background color is #DEA4E6.


Border color

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

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

This div border color is #DEA4E6.


Opacity

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

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

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

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

This text has shadow with #DEA4E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEA4E6 on black background.


Color preview on white background

This text has color #DEA4E6 on white background.



Black color preview on #DEA4E6 background

This text has black color on #DEA4E6 background.


White color preview on #DEA4E6 background

This text has white color on #DEA4E6 background.