COLOR #DEB6E2

HEX: #DEB6E2
RGB: (222,182,226)

Color info

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

RGB color model

#DEB6E2 color RGB value is (222,182,226).

  • red value is 222;
  • green value is 182;
  • blue value is 226.
RGB: (222,182,226) (87%,71%,89%)

RGB channels and saturation

R 222 of 255 = 87%
G 182 of 255 = 71%
B 226 of 255 = 89%

222
182
226

R + G + B ~ 82%. #DEB6E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 182 + 226 = 630 (100%)
R 222 of 630 ~ 35.24%
G 182 of 630 ~ 28.89%
B 226 of 630 ~ 35.87%

%35.24
%28.89
%35.87

CMYK color model

#DEB6E2 color CMYK value is (2,19,0,11).

  • cyan value is 1.77%
  • magenta value is 19.47%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK: (2,19,0,11) C2M19Y0K11 (2%,19%,0%,11%) (0.02/0.19/0.00/0.11)

CMYK percentages

%1.77
%19.47
%0
%11.37

Codes

Color #DEB6E2 in popluar color models

DEB6E2
RGB222182226
HSL295°43.14%80.00%
HSB/HSV295°19.47%88.63%
CMYK1.77%19.47%0.00%
11.37%

Color #DEB6E2 in popluar number systems.

HEXDEB6E2
Decimal222182226
Binary110111101011011011100010
Octal336266342

Shades and tints

Shades of #DEB6E2

#DEB6E2
(222,182,226)
#CAA6CE
(202,166,206)
#B696BA
(182,150,186)
#A286A6
(162,134,166)
#8E7692
(142,118,146)
#7A667E
(122,102,126)
#66566A
(102,86,106)
#524656
(82,70,86)
#3E3642
(62,54,66)
#2A262E
(42,38,46)
#16161A
(22,22,26)
#000000
(0,0,0)

Tints of #DEB6E2

#DEB6E2
(222,182,226)
#E1BCE4
(225,188,228)
#E4C2E6
(228,194,230)
#E7C8E8
(231,200,232)
#EACEEA
(234,206,234)
#EDD4EC
(237,212,236)
#F0DAEE
(240,218,238)
#F3E0F0
(243,224,240)
#F6E6F2
(246,230,242)
#F9ECF4
(249,236,244)
#FCF2F6
(252,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB6E2 color. Also use rgb(222,182,226) instead hex code.

Text Font Color

.myTextColor { color: #DEB6E2; }

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

This text font color is #DEB6E2.


Background Color

.myBgColor { background-color: #DEB6E2; }

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

This div background color is #DEB6E2.


Border color

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

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

This div border color is #DEB6E2.


Opacity

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

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

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

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

This text has shadow with #DEB6E2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DEB6E2 on black background.


Color preview on white background

This text has color #DEB6E2 on white background.



Black color preview on #DEB6E2 background

This text has black color on #DEB6E2 background.


White color preview on #DEB6E2 background

This text has white color on #DEB6E2 background.