COLOR #DE9BEB

HEX: #DE9BEB RGB: (222,155,235)

Color info

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

RGB color model

#DE9BEB color RGB value is (222,155,235).

RGB: (222,155,235) (87%, 61%, 92%)

RGB channels and saturation

R 222 of 255 = 87%
G 155 of 255 = 61%
B 235 of 255 = 92%

222
155
235

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

Portions of RGB colors in percentages

R + G + B = 222 + 155 + 235 = 612 (100%)
R 222 of 612 ~ 36.27%
G 155 of 612 ~ 25.33%
B 235 of 612 ~ 38.4'%

%36.27
%25.33
%38.4

CMYK color model

#DE9BEB color CMYK value is (6,34,0,8).

  • cyan value is 5.53%
  • magenta value is 34.04%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (6,34,0,8)
C6M34Y0K8 (6%, 34%, 0%, 8%)
(0.06 / 0.34 / 0.00 / 0.08)

CMYK percentages

%5.53
%34.04
%0
%7.84

Codes

Color #DE9BEB in popluar color models

DE 9B EB
RGB 222 155 235
HSL 290° 66.67% 76.47%
HSB/HSV 290° 34.04% 92.16%
CMYK 5.53% 34.04% 0.00%
7.84%

Color #DE9BEB in popluar number systems.

HEX DE 9B EB
Decimal 222 155 235
Binary 11011110 10011011 11101011
Octal 336 233 353

Shades and tints

Shades of #DE9BEB

#DE9BEB
(222,155,235)
#CA8DD6
(202,141,214)
#B67FC1
(182,127,193)
#A271AC
(162,113,172)
#8E6397
(142,99,151)
#7A5582
(122,85,130)
#66476D
(102,71,109)
#523958
(82,57,88)
#3E2B43
(62,43,67)
#2A1D2E
(42,29,46)
#160F19
(22,15,25)
#000000
(0,0,0)

Tints of #DE9BEB

#DE9BEB
(222,155,235)
#E1A4EC
(225,164,236)
#E4ADED
(228,173,237)
#E7B6EE
(231,182,238)
#EABFEF
(234,191,239)
#EDC8F0
(237,200,240)
#F0D1F1
(240,209,241)
#F3DAF2
(243,218,242)
#F6E3F3
(246,227,243)
#F9ECF4
(249,236,244)
#FCF5F5
(252,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE9BEB color. Also use rgb(222,155,235) instead hex code.

Text Font Color

.myTextColor { color: #DE9BEB; }

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

This text font color is #DE9BEB.

Background Color

.myBgColor { background-color: #DE9BEB; }

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

This div background color is #DE9BEB.

Border color

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

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

This div border color is #DE9BEB.

Opacity

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

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

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

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

This text has shadow with #DE9BEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE9BEB.

Preview

Color preview on black background

This text has color #DE9BEB on black background.


Color preview on white background

This text has color #DE9BEB on white background.


Black color preview on #DE9BEB background

This text has black color on #DE9BEB background.


White color preview on #DE9BEB background

This text has white color on #DE9BEB background.


Related colors

Complementary color

Complementary color for #hex is #216414.


I love getcolorcode.com

Triadic colors

1 #EBDE9B and #9BEBDE with #DE9BEB are triadic colors.

2 #EB9BDE and #9BDEEB with #DE9BEB are triadic colors.