COLOR #DE9EE1

HEX: #DE9EE1
RGB: (222,158,225)

Color info

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

RGB color model

#DE9EE1 color RGB value is (222,158,225).

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

RGB channels and saturation

R 222 of 255 = 87%
G 158 of 255 = 62%
B 225 of 255 = 88%

222
158
225

R + G + B ~ 79%. #DE9EE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 158 + 225 = 605 (100%)
R 222 of 605 ~ 36.69%
G 158 of 605 ~ 26.12%
B 225 of 605 ~ 37.19%

%36.69
%26.12
%37.19

CMYK color model

#DE9EE1 color CMYK value is (1,30,0,12).

  • cyan value is 1.33%
  • magenta value is 29.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(1,30,0,12)
C1M30Y0K12 
(1%,30%,0%,12%)
(0.01/0.30/0.00/0.12)	

CMYK percentages

%1.33
%29.78
%0
%11.76

Codes

Color #DE9EE1 in popluar color models

DE9EE1
RGB222158225
HSL297°52.76%75.10%
HSB/HSV297°29.78%88.24%
CMYK1.33%29.78%0.00%
11.76%

Color #DE9EE1 in popluar number systems.

HEXDE9EE1
Decimal222158225
Binary110111101001111011100001
Octal336236341

Shades and tints

Shades of #DE9EE1

#DE9EE1
(222,158,225)
#CA90CD
(202,144,205)
#B682B9
(182,130,185)
#A274A5
(162,116,165)
#8E6691
(142,102,145)
#7A587D
(122,88,125)
#664A69
(102,74,105)
#523C55
(82,60,85)
#3E2E41
(62,46,65)
#2A202D
(42,32,45)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #DE9EE1

#DE9EE1
(222,158,225)
#E1A6E3
(225,166,227)
#E4AEE5
(228,174,229)
#E7B6E7
(231,182,231)
#EABEE9
(234,190,233)
#EDC6EB
(237,198,235)
#F0CEED
(240,206,237)
#F3D6EF
(243,214,239)
#F6DEF1
(246,222,241)
#F9E6F3
(249,230,243)
#FCEEF5
(252,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE9EE1; }

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

This text font color is #DE9EE1.


Background Color

.myBgColor { background-color: #DE9EE1; }

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

This div background color is #DE9EE1.


Border color

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

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

This div border color is #DE9EE1.


Opacity

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

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

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

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

This text has shadow with #DE9EE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE9EE1 on black background.


Color preview on white background

This text has color #DE9EE1 on white background.



Black color preview on #DE9EE1 background

This text has black color on #DE9EE1 background.


White color preview on #DE9EE1 background

This text has white color on #DE9EE1 background.