COLOR #DEAAE1

HEX: #DEAAE1
RGB: (222,170,225)

Color info

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

RGB color model

#DEAAE1 color RGB value is (222,170,225).

  • red value is 222;
  • green value is 170;
  • blue value is 225.
RGB:
(222,170,225)
(87%,67%,88%)

RGB channels and saturation

R 222 of 255 = 87%
G 170 of 255 = 67%
B 225 of 255 = 88%

222
170
225

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

Portions of RGB colors in percentages

R + G + B =
222 + 170 + 225 = 617 (100%)
R 222 of 617 ~ 35.98%
G 170 of 617 ~ 27.55%
B 225 of 617 ~ 36.47%

%35.98
%27.55
%36.47

CMYK color model

#DEAAE1 color CMYK value is (1,24,0,12).

  • cyan value is 1.33%
  • magenta value is 24.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(1,24,0,12)
C1M24Y0K12 
(1%,24%,0%,12%)
(0.01/0.24/0.00/0.12)	

CMYK percentages

%1.33
%24.44
%0
%11.76

Codes

Color #DEAAE1 in popluar color models

DEAAE1
RGB222170225
HSL297°47.83%77.45%
HSB/HSV297°24.44%88.24%
CMYK1.33%24.44%0.00%
11.76%

Color #DEAAE1 in popluar number systems.

HEXDEAAE1
Decimal222170225
Binary110111101010101011100001
Octal336252341

Shades and tints

Shades of #DEAAE1

#DEAAE1
(222,170,225)
#CA9BCD
(202,155,205)
#B68CB9
(182,140,185)
#A27DA5
(162,125,165)
#8E6E91
(142,110,145)
#7A5F7D
(122,95,125)
#665069
(102,80,105)
#524155
(82,65,85)
#3E3241
(62,50,65)
#2A232D
(42,35,45)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #DEAAE1

#DEAAE1
(222,170,225)
#E1B1E3
(225,177,227)
#E4B8E5
(228,184,229)
#E7BFE7
(231,191,231)
#EAC6E9
(234,198,233)
#EDCDEB
(237,205,235)
#F0D4ED
(240,212,237)
#F3DBEF
(243,219,239)
#F6E2F1
(246,226,241)
#F9E9F3
(249,233,243)
#FCF0F5
(252,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEAAE1 color. Also use rgb(222,170,225) instead hex code.

Text Font Color

.myTextColor { color: #DEAAE1; }

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

This text font color is #DEAAE1.


Background Color

.myBgColor { background-color: #DEAAE1; }

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

This div background color is #DEAAE1.


Border color

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

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

This div border color is #DEAAE1.


Opacity

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

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

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

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

This text has shadow with #DEAAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEAAE1 on black background.


Color preview on white background

This text has color #DEAAE1 on white background.



Black color preview on #DEAAE1 background

This text has black color on #DEAAE1 background.


White color preview on #DEAAE1 background

This text has white color on #DEAAE1 background.