COLOR #DEB4E7

HEX: #DEB4E7
RGB: (222,180,231)

Color info

#DEB4E7 contains red, green and blue colors in about the same proportion. Web safe color of #DEB4E7 is #CCCCFF (or #CCF).

RGB color model

#DEB4E7 color RGB value is (222,180,231).

  • red value is 222;
  • green value is 180;
  • blue value is 231.
RGB:
(222,180,231)
(87%,71%,91%)

RGB channels and saturation

R 222 of 255 = 87%
G 180 of 255 = 71%
B 231 of 255 = 91%

222
180
231

R + G + B ~ 83%. #DEB4E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 180 + 231 = 633 (100%)
R 222 of 633 ~ 35.07%
G 180 of 633 ~ 28.44%
B 231 of 633 ~ 36.49%

%35.07
%28.44
%36.49

CMYK color model

#DEB4E7 color CMYK value is (4,22,0,9).

  • cyan value is 3.90%
  • magenta value is 22.08%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(4,22,0,9)
C4M22Y0K9 
(4%,22%,0%,9%)
(0.04/0.22/0.00/0.09)	

CMYK percentages

%3.9
%22.08
%0
%9.41

Codes

Color #DEB4E7 in popluar color models

DEB4E7
RGB222180231
HSL289°51.52%80.59%
HSB/HSV289°22.08%90.59%
CMYK3.90%22.08%0.00%
9.41%

Color #DEB4E7 in popluar number systems.

HEXDEB4E7
Decimal222180231
Binary110111101011010011100111
Octal336264347

Shades and tints

Shades of #DEB4E7

#DEB4E7
(222,180,231)
#CAA4D2
(202,164,210)
#B694BD
(182,148,189)
#A284A8
(162,132,168)
#8E7493
(142,116,147)
#7A647E
(122,100,126)
#665469
(102,84,105)
#524454
(82,68,84)
#3E343F
(62,52,63)
#2A242A
(42,36,42)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #DEB4E7

#DEB4E7
(222,180,231)
#E1BAE9
(225,186,233)
#E4C0EB
(228,192,235)
#E7C6ED
(231,198,237)
#EACCEF
(234,204,239)
#EDD2F1
(237,210,241)
#F0D8F3
(240,216,243)
#F3DEF5
(243,222,245)
#F6E4F7
(246,228,247)
#F9EAF9
(249,234,249)
#FCF0FB
(252,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB4E7 color. Also use rgb(222,180,231) instead hex code.

Text Font Color

.myTextColor { color: #DEB4E7; }

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

This text font color is #DEB4E7.


Background Color

.myBgColor { background-color: #DEB4E7; }

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

This div background color is #DEB4E7.


Border color

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

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

This div border color is #DEB4E7.


Opacity

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

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

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

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

This text has shadow with #DEB4E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB4E7 on black background.


Color preview on white background

This text has color #DEB4E7 on white background.



Black color preview on #DEB4E7 background

This text has black color on #DEB4E7 background.


White color preview on #DEB4E7 background

This text has white color on #DEB4E7 background.