COLOR #DEB9FA

HEX: #DEB9FA
RGB: (222,185,250)

Color info

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

RGB color model

#DEB9FA color RGB value is (222,185,250).

  • red value is 222;
  • green value is 185;
  • blue value is 250.
RGB:
(222,185,250)
(87%,73%,98%)

RGB channels and saturation

R 222 of 255 = 87%
G 185 of 255 = 73%
B 250 of 255 = 98%

222
185
250

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

Portions of RGB colors in percentages

R + G + B =
222 + 185 + 250 = 657 (100%)
R 222 of 657 ~ 33.79%
G 185 of 657 ~ 28.16%
B 250 of 657 ~ 38.05%

%33.79
%28.16
%38.05

CMYK color model

#DEB9FA color CMYK value is (11,26,0,2).

  • cyan value is 11.20%
  • magenta value is 26.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(11,26,0,2)
C11M26Y0K2 
(11%,26%,0%,2%)
(0.11/0.26/0.00/0.02)	

CMYK percentages

%11.2
%26
%0
%1.96

Codes

Color #DEB9FA in popluar color models

DEB9FA
RGB222185250
HSL274°86.67%85.29%
HSB/HSV274°26.00%98.04%
CMYK11.20%26.00%0.00%
1.96%

Color #DEB9FA in popluar number systems.

HEXDEB9FA
Decimal222185250
Binary110111101011100111111010
Octal336271372

Shades and tints

Shades of #DEB9FA

#DEB9FA
(222,185,250)
#CAA9E4
(202,169,228)
#B699CE
(182,153,206)
#A289B8
(162,137,184)
#8E79A2
(142,121,162)
#7A698C
(122,105,140)
#665976
(102,89,118)
#524960
(82,73,96)
#3E394A
(62,57,74)
#2A2934
(42,41,52)
#16191E
(22,25,30)
#000000
(0,0,0)

Tints of #DEB9FA

#DEB9FA
(222,185,250)
#E1BFFA
(225,191,250)
#E4C5FA
(228,197,250)
#E7CBFA
(231,203,250)
#EAD1FA
(234,209,250)
#EDD7FA
(237,215,250)
#F0DDFA
(240,221,250)
#F3E3FA
(243,227,250)
#F6E9FA
(246,233,250)
#F9EFFA
(249,239,250)
#FCF5FA
(252,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB9FA color. Also use rgb(222,185,250) instead hex code.

Text Font Color

.myTextColor { color: #DEB9FA; }

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

This text font color is #DEB9FA.


Background Color

.myBgColor { background-color: #DEB9FA; }

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

This div background color is #DEB9FA.


Border color

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

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

This div border color is #DEB9FA.


Opacity

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

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

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

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

This text has shadow with #DEB9FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB9FA on black background.


Color preview on white background

This text has color #DEB9FA on white background.



Black color preview on #DEB9FA background

This text has black color on #DEB9FA background.


White color preview on #DEB9FA background

This text has white color on #DEB9FA background.