COLOR #DEB0E6

HEX: #DEB0E6
RGB: (222,176,230)

Color info

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

RGB color model

#DEB0E6 color RGB value is (222,176,230).

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

RGB channels and saturation

R 222 of 255 = 87%
G 176 of 255 = 69%
B 230 of 255 = 90%

222
176
230

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

Portions of RGB colors in percentages

R + G + B =
222 + 176 + 230 = 628 (100%)
R 222 of 628 ~ 35.35%
G 176 of 628 ~ 28.03%
B 230 of 628 ~ 36.62%

%35.35
%28.03
%36.62

CMYK color model

#DEB0E6 color CMYK value is (3,23,0,10).

  • cyan value is 3.48%
  • magenta value is 23.48%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(3,23,0,10)
C3M23Y0K10 
(3%,23%,0%,10%)
(0.03/0.23/0.00/0.10)	

CMYK percentages

%3.48
%23.48
%0
%9.8

Codes

Color #DEB0E6 in popluar color models

DEB0E6
RGB222176230
HSL291°51.92%79.61%
HSB/HSV291°23.48%90.20%
CMYK3.48%23.48%0.00%
9.80%

Color #DEB0E6 in popluar number systems.

HEXDEB0E6
Decimal222176230
Binary110111101011000011100110
Octal336260346

Shades and tints

Shades of #DEB0E6

#DEB0E6
(222,176,230)
#CAA0D2
(202,160,210)
#B690BE
(182,144,190)
#A280AA
(162,128,170)
#8E7096
(142,112,150)
#7A6082
(122,96,130)
#66506E
(102,80,110)
#52405A
(82,64,90)
#3E3046
(62,48,70)
#2A2032
(42,32,50)
#16101E
(22,16,30)
#000000
(0,0,0)

Tints of #DEB0E6

#DEB0E6
(222,176,230)
#E1B7E8
(225,183,232)
#E4BEEA
(228,190,234)
#E7C5EC
(231,197,236)
#EACCEE
(234,204,238)
#EDD3F0
(237,211,240)
#F0DAF2
(240,218,242)
#F3E1F4
(243,225,244)
#F6E8F6
(246,232,246)
#F9EFF8
(249,239,248)
#FCF6FA
(252,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB0E6; }

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

This text font color is #DEB0E6.


Background Color

.myBgColor { background-color: #DEB0E6; }

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

This div background color is #DEB0E6.


Border color

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

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

This div border color is #DEB0E6.


Opacity

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

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

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

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

This text has shadow with #DEB0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB0E6 on black background.


Color preview on white background

This text has color #DEB0E6 on white background.



Black color preview on #DEB0E6 background

This text has black color on #DEB0E6 background.


White color preview on #DEB0E6 background

This text has white color on #DEB0E6 background.