COLOR #DEB7E6

HEX: #DEB7E6 RGB: (222,183,230)

Color info

#DEB7E6 contains red, green and blue colors in about the same proportion. Web safe color of #DEB7E6 is #CCCCCC (or #CCC).

RGB color model

#DEB7E6 color RGB value is (222,183,230).

RGB: (222,183,230) (87%, 72%, 90%)

RGB channels and saturation

R 222 of 255 = 87%
G 183 of 255 = 72%
B 230 of 255 = 90%

222
183
230

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

Portions of RGB colors in percentages

R + G + B = 222 + 183 + 230 = 635 (100%)
R 222 of 635 ~ 34.96%
G 183 of 635 ~ 28.82%
B 230 of 635 ~ 36.22'%

%34.96
%28.82
%36.22

CMYK color model

#DEB7E6 color CMYK value is (3,20,0,10).

  • cyan value is 3.48%
  • magenta value is 20.43%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (3,20,0,10) C3M20Y0K10 (3%,20%,0%,10%) (0.03/0.20/0.00/0.10) 

CMYK percentages

%3.48
%20.43
%0
%9.8

Codes

Color #DEB7E6 in popluar color models

DE B7 E6
RGB 222 183 230
HSL 290° 48.45% 80.98%
HSB/HSV 290° 20.43% 90.20%
CMYK 3.48% 20.43% 0.00%
9.80%

Color #DEB7E6 in popluar number systems.

HEX DE B7 E6
Decimal 222 183 230
Binary 11011110 10110111 11100110
Octal 336 267 346

Shades and tints

Shades of #DEB7E6

#DEB7E6
(222,183,230)
#CAA7D2
(202,167,210)
#B697BE
(182,151,190)
#A287AA
(162,135,170)
#8E7796
(142,119,150)
#7A6782
(122,103,130)
#66576E
(102,87,110)
#52475A
(82,71,90)
#3E3746
(62,55,70)
#2A2732
(42,39,50)
#16171E
(22,23,30)
#000000
(0,0,0)

Tints of #DEB7E6

#DEB7E6
(222,183,230)
#E1BDE8
(225,189,232)
#E4C3EA
(228,195,234)
#E7C9EC
(231,201,236)
#EACFEE
(234,207,238)
#EDD5F0
(237,213,240)
#F0DBF2
(240,219,242)
#F3E1F4
(243,225,244)
#F6E7F6
(246,231,246)
#F9EDF8
(249,237,248)
#FCF3FA
(252,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB7E6; }

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

This text font color is #DEB7E6.

Background Color

.myBgColor { background-color: #DEB7E6; }

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

This div background color is #DEB7E6.

Border color

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

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

This div border color is #DEB7E6.

Opacity

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

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

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

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

This text has shadow with #DEB7E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB7E6.

Preview

Color preview on black background

This text has color #DEB7E6 on black background.


Color preview on white background

This text has color #DEB7E6 on white background.


Black color preview on #DEB7E6 background

This text has black color on #DEB7E6 background.


White color preview on #DEB7E6 background

This text has white color on #DEB7E6 background.


Related colors

Complementary color

Complementary color for #hex is #214819.


I love getcolorcode.com

Triadic colors

1 #E6DEB7 and #B7E6DE with #DEB7E6 are triadic colors.

2 #E6B7DE and #B7DEE6 with #DEB7E6 are triadic colors.