COLOR #DEB2EB

HEX: #DEB2EB
RGB: (222,178,235)

Color info

#DEB2EB contains red, green and blue colors in about the same proportion. Web safe color of #DEB2EB is #CC99FF (or #C9F).

RGB color model

#DEB2EB color RGB value is (222,178,235).

  • red value is 222;
  • green value is 178;
  • blue value is 235.
RGB:
(222,178,235)
(87%,70%,92%)

RGB channels and saturation

R 222 of 255 = 87%
G 178 of 255 = 70%
B 235 of 255 = 92%

222
178
235

R + G + B ~ 83%. #DEB2EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 178 + 235 = 635 (100%)
R 222 of 635 ~ 34.96%
G 178 of 635 ~ 28.03%
B 235 of 635 ~ 37.01%

%34.96
%28.03
%37.01

CMYK color model

#DEB2EB color CMYK value is (6,24,0,8).

  • cyan value is 5.53%
  • magenta value is 24.26%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(6,24,0,8)
C6M24Y0K8 
(6%,24%,0%,8%)
(0.06/0.24/0.00/0.08)	

CMYK percentages

%5.53
%24.26
%0
%7.84

Codes

Color #DEB2EB in popluar color models

DEB2EB
RGB222178235
HSL286°58.76%80.98%
HSB/HSV286°24.26%92.16%
CMYK5.53%24.26%0.00%
7.84%

Color #DEB2EB in popluar number systems.

HEXDEB2EB
Decimal222178235
Binary110111101011001011101011
Octal336262353

Shades and tints

Shades of #DEB2EB

#DEB2EB
(222,178,235)
#CAA2D6
(202,162,214)
#B692C1
(182,146,193)
#A282AC
(162,130,172)
#8E7297
(142,114,151)
#7A6282
(122,98,130)
#66526D
(102,82,109)
#524258
(82,66,88)
#3E3243
(62,50,67)
#2A222E
(42,34,46)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #DEB2EB

#DEB2EB
(222,178,235)
#E1B9EC
(225,185,236)
#E4C0ED
(228,192,237)
#E7C7EE
(231,199,238)
#EACEEF
(234,206,239)
#EDD5F0
(237,213,240)
#F0DCF1
(240,220,241)
#F3E3F2
(243,227,242)
#F6EAF3
(246,234,243)
#F9F1F4
(249,241,244)
#FCF8F5
(252,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB2EB; }

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

This text font color is #DEB2EB.


Background Color

.myBgColor { background-color: #DEB2EB; }

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

This div background color is #DEB2EB.


Border color

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

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

This div border color is #DEB2EB.


Opacity

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

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

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

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

This text has shadow with #DEB2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB2EB on black background.


Color preview on white background

This text has color #DEB2EB on white background.



Black color preview on #DEB2EB background

This text has black color on #DEB2EB background.


White color preview on #DEB2EB background

This text has white color on #DEB2EB background.