COLOR #DEB3FF

HEX: #DEB3FF
RGB: (222,179,255)

Color info

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

RGB color model

#DEB3FF color RGB value is (222,179,255).

  • red value is 222;
  • green value is 179;
  • blue value is 255.
RGB:
(222,179,255)
(87%,70%,100%)

RGB channels and saturation

R 222 of 255 = 87%
G 179 of 255 = 70%
B 255 of 255 = 100%

222
179
255

R + G + B ~ 86%. #DEB3FF is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 179 + 255 = 656 (100%)
R 222 of 656 ~ 33.84%
G 179 of 656 ~ 27.29%
B 255 of 656 ~ 38.87%

%33.84
%27.29
%38.87

CMYK color model

#DEB3FF color CMYK value is (13,30,0,0).

  • cyan value is 12.94%
  • magenta value is 29.80%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(13,30,0,0)
C13M30Y0K0 
(13%,30%,0%,0%)
(0.13/0.30/0.00/0.00)	

CMYK percentages

%12.94
%29.8
%0
%0

Codes

Color #DEB3FF in popluar color models

DEB3FF
RGB222179255
HSL274°100.00%85.10%
HSB/HSV274°29.80%100.00%
CMYK12.94%29.80%0.00%
0.00%

Color #DEB3FF in popluar number systems.

HEXDEB3FF
Decimal222179255
Binary110111101011001111111111
Octal336263377

Shades and tints

Shades of #DEB3FF

#DEB3FF
(222,179,255)
#CAA3E8
(202,163,232)
#B693D1
(182,147,209)
#A283BA
(162,131,186)
#8E73A3
(142,115,163)
#7A638C
(122,99,140)
#665375
(102,83,117)
#52435E
(82,67,94)
#3E3347
(62,51,71)
#2A2330
(42,35,48)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #DEB3FF

#DEB3FF
(222,179,255)
#E1B9FF
(225,185,255)
#E4BFFF
(228,191,255)
#E7C5FF
(231,197,255)
#EACBFF
(234,203,255)
#EDD1FF
(237,209,255)
#F0D7FF
(240,215,255)
#F3DDFF
(243,221,255)
#F6E3FF
(246,227,255)
#F9E9FF
(249,233,255)
#FCEFFF
(252,239,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB3FF color. Also use rgb(222,179,255) instead hex code.

Text Font Color

.myTextColor { color: #DEB3FF; }

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

This text font color is #DEB3FF.


Background Color

.myBgColor { background-color: #DEB3FF; }

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

This div background color is #DEB3FF.


Border color

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

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

This div border color is #DEB3FF.


Opacity

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

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

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

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

This text has shadow with #DEB3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB3FF on black background.


Color preview on white background

This text has color #DEB3FF on white background.



Black color preview on #DEB3FF background

This text has black color on #DEB3FF background.


White color preview on #DEB3FF background

This text has white color on #DEB3FF background.