COLOR #DEB0E2

HEX: #DEB0E2
RGB: (222,176,226)

Color info

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

RGB color model

#DEB0E2 color RGB value is (222,176,226).

  • red value is 222;
  • green value is 176;
  • blue value is 226.
RGB:
(222,176,226)
(87%,69%,89%)

RGB channels and saturation

R 222 of 255 = 87%
G 176 of 255 = 69%
B 226 of 255 = 89%

222
176
226

R + G + B ~ 82%. #DEB0E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 176 + 226 = 624 (100%)
R 222 of 624 ~ 35.58%
G 176 of 624 ~ 28.21%
B 226 of 624 ~ 36.22%

%35.58
%28.21
%36.22

CMYK color model

#DEB0E2 color CMYK value is (2,22,0,11).

  • cyan value is 1.77%
  • magenta value is 22.12%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(2,22,0,11)
C2M22Y0K11 
(2%,22%,0%,11%)
(0.02/0.22/0.00/0.11)	

CMYK percentages

%1.77
%22.12
%0
%11.37

Codes

Color #DEB0E2 in popluar color models

DEB0E2
RGB222176226
HSL295°46.30%78.82%
HSB/HSV295°22.12%88.63%
CMYK1.77%22.12%0.00%
11.37%

Color #DEB0E2 in popluar number systems.

HEXDEB0E2
Decimal222176226
Binary110111101011000011100010
Octal336260342

Shades and tints

Shades of #DEB0E2

#DEB0E2
(222,176,226)
#CAA0CE
(202,160,206)
#B690BA
(182,144,186)
#A280A6
(162,128,166)
#8E7092
(142,112,146)
#7A607E
(122,96,126)
#66506A
(102,80,106)
#524056
(82,64,86)
#3E3042
(62,48,66)
#2A202E
(42,32,46)
#16101A
(22,16,26)
#000000
(0,0,0)

Tints of #DEB0E2

#DEB0E2
(222,176,226)
#E1B7E4
(225,183,228)
#E4BEE6
(228,190,230)
#E7C5E8
(231,197,232)
#EACCEA
(234,204,234)
#EDD3EC
(237,211,236)
#F0DAEE
(240,218,238)
#F3E1F0
(243,225,240)
#F6E8F2
(246,232,242)
#F9EFF4
(249,239,244)
#FCF6F6
(252,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB0E2 color. Also use rgb(222,176,226) instead hex code.

Text Font Color

.myTextColor { color: #DEB0E2; }

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

This text font color is #DEB0E2.


Background Color

.myBgColor { background-color: #DEB0E2; }

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

This div background color is #DEB0E2.


Border color

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

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

This div border color is #DEB0E2.


Opacity

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

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

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

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

This text has shadow with #DEB0E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB0E2 on black background.


Color preview on white background

This text has color #DEB0E2 on white background.



Black color preview on #DEB0E2 background

This text has black color on #DEB0E2 background.


White color preview on #DEB0E2 background

This text has white color on #DEB0E2 background.