COLOR #DEAAE3

HEX: #DEAAE3
RGB: (222,170,227)

Color info

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

RGB color model

#DEAAE3 color RGB value is (222,170,227).

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

RGB channels and saturation

R 222 of 255 = 87%
G 170 of 255 = 67%
B 227 of 255 = 89%

222
170
227

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

Portions of RGB colors in percentages

R + G + B =
222 + 170 + 227 = 619 (100%)
R 222 of 619 ~ 35.86%
G 170 of 619 ~ 27.46%
B 227 of 619 ~ 36.67%

%35.86
%27.46
%36.67

CMYK color model

#DEAAE3 color CMYK value is (2,25,0,11).

  • cyan value is 2.20%
  • magenta value is 25.11%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(2,25,0,11)
C2M25Y0K11 
(2%,25%,0%,11%)
(0.02/0.25/0.00/0.11)	

CMYK percentages

%2.2
%25.11
%0
%10.98

Codes

Color #DEAAE3 in popluar color models

DEAAE3
RGB222170227
HSL295°50.44%77.84%
HSB/HSV295°25.11%89.02%
CMYK2.20%25.11%0.00%
10.98%

Color #DEAAE3 in popluar number systems.

HEXDEAAE3
Decimal222170227
Binary110111101010101011100011
Octal336252343

Shades and tints

Shades of #DEAAE3

#DEAAE3
(222,170,227)
#CA9BCF
(202,155,207)
#B68CBB
(182,140,187)
#A27DA7
(162,125,167)
#8E6E93
(142,110,147)
#7A5F7F
(122,95,127)
#66506B
(102,80,107)
#524157
(82,65,87)
#3E3243
(62,50,67)
#2A232F
(42,35,47)
#16141B
(22,20,27)
#000000
(0,0,0)

Tints of #DEAAE3

#DEAAE3
(222,170,227)
#E1B1E5
(225,177,229)
#E4B8E7
(228,184,231)
#E7BFE9
(231,191,233)
#EAC6EB
(234,198,235)
#EDCDED
(237,205,237)
#F0D4EF
(240,212,239)
#F3DBF1
(243,219,241)
#F6E2F3
(246,226,243)
#F9E9F5
(249,233,245)
#FCF0F7
(252,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEAAE3; }

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

This text font color is #DEAAE3.


Background Color

.myBgColor { background-color: #DEAAE3; }

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

This div background color is #DEAAE3.


Border color

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

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

This div border color is #DEAAE3.


Opacity

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

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

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

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

This text has shadow with #DEAAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEAAE3 on black background.


Color preview on white background

This text has color #DEAAE3 on white background.



Black color preview on #DEAAE3 background

This text has black color on #DEAAE3 background.


White color preview on #DEAAE3 background

This text has white color on #DEAAE3 background.