COLOR #DEB5F3

HEX: #DEB5F3
RGB: (222,181,243)

Color info

#DEB5F3 contains mainly red and blue colors. Web safe color of #DEB5F3 is #CCCCFF (or #CCF).

RGB color model

#DEB5F3 color RGB value is (222,181,243).

  • red value is 222;
  • green value is 181;
  • blue value is 243.
RGB:
(222,181,243)
(87%,71%,95%)

RGB channels and saturation

R 222 of 255 = 87%
G 181 of 255 = 71%
B 243 of 255 = 95%

222
181
243

R + G + B ~ 84%. #DEB5F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 181 + 243 = 646 (100%)
R 222 of 646 ~ 34.37%
G 181 of 646 ~ 28.02%
B 243 of 646 ~ 37.62%

%34.37
%28.02
%37.62

CMYK color model

#DEB5F3 color CMYK value is (9,26,0,5).

  • cyan value is 8.64%
  • magenta value is 25.51%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(9,26,0,5)
C9M26Y0K5 
(9%,26%,0%,5%)
(0.09/0.26/0.00/0.05)	

CMYK percentages

%8.64
%25.51
%0
%4.71

Codes

Color #DEB5F3 in popluar color models

DEB5F3
RGB222181243
HSL280°72.09%83.14%
HSB/HSV280°25.51%95.29%
CMYK8.64%25.51%0.00%
4.71%

Color #DEB5F3 in popluar number systems.

HEXDEB5F3
Decimal222181243
Binary110111101011010111110011
Octal336265363

Shades and tints

Shades of #DEB5F3

#DEB5F3
(222,181,243)
#CAA5DD
(202,165,221)
#B695C7
(182,149,199)
#A285B1
(162,133,177)
#8E759B
(142,117,155)
#7A6585
(122,101,133)
#66556F
(102,85,111)
#524559
(82,69,89)
#3E3543
(62,53,67)
#2A252D
(42,37,45)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #DEB5F3

#DEB5F3
(222,181,243)
#E1BBF4
(225,187,244)
#E4C1F5
(228,193,245)
#E7C7F6
(231,199,246)
#EACDF7
(234,205,247)
#EDD3F8
(237,211,248)
#F0D9F9
(240,217,249)
#F3DFFA
(243,223,250)
#F6E5FB
(246,229,251)
#F9EBFC
(249,235,252)
#FCF1FD
(252,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB5F3 color. Also use rgb(222,181,243) instead hex code.

Text Font Color

.myTextColor { color: #DEB5F3; }

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

This text font color is #DEB5F3.


Background Color

.myBgColor { background-color: #DEB5F3; }

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

This div background color is #DEB5F3.


Border color

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

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

This div border color is #DEB5F3.


Opacity

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

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

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

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

This text has shadow with #DEB5F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB5F3 on black background.


Color preview on white background

This text has color #DEB5F3 on white background.



Black color preview on #DEB5F3 background

This text has black color on #DEB5F3 background.


White color preview on #DEB5F3 background

This text has white color on #DEB5F3 background.