COLOR #DEB2E8

HEX: #DEB2E8
RGB: (222,178,232)

Color info

#DEB2E8 contains red, green and blue colors in about the same proportion. Web safe color of #DEB2E8 is #CC99FF (or #C9F).

RGB color model

#DEB2E8 color RGB value is (222,178,232).

  • red value is 222;
  • green value is 178;
  • blue value is 232.
RGB: (222,178,232) (87%,70%,91%)

RGB channels and saturation

R 222 of 255 = 87%
G 178 of 255 = 70%
B 232 of 255 = 91%

222
178
232

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

Portions of RGB colors in percentages

R + G + B =
222 + 178 + 232 = 632 (100%)
R 222 of 632 ~ 35.13%
G 178 of 632 ~ 28.16%
B 232 of 632 ~ 36.71%

%35.13
%28.16
%36.71

CMYK color model

#DEB2E8 color CMYK value is (4,23,0,9).

  • cyan value is 4.31%
  • magenta value is 23.28%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK: (4,23,0,9) C4M23Y0K9 (4%,23%,0%,9%) (0.04/0.23/0.00/0.09)

CMYK percentages

%4.31
%23.28
%0
%9.02

Codes

Color #DEB2E8 in popluar color models

DEB2E8
RGB222178232
HSL289°54.00%80.39%
HSB/HSV289°23.28%90.98%
CMYK4.31%23.28%0.00%
9.02%

Color #DEB2E8 in popluar number systems.

HEXDEB2E8
Decimal222178232
Binary110111101011001011101000
Octal336262350

Shades and tints

Shades of #DEB2E8

#DEB2E8
(222,178,232)
#CAA2D3
(202,162,211)
#B692BE
(182,146,190)
#A282A9
(162,130,169)
#8E7294
(142,114,148)
#7A627F
(122,98,127)
#66526A
(102,82,106)
#524255
(82,66,85)
#3E3240
(62,50,64)
#2A222B
(42,34,43)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #DEB2E8

#DEB2E8
(222,178,232)
#E1B9EA
(225,185,234)
#E4C0EC
(228,192,236)
#E7C7EE
(231,199,238)
#EACEF0
(234,206,240)
#EDD5F2
(237,213,242)
#F0DCF4
(240,220,244)
#F3E3F6
(243,227,246)
#F6EAF8
(246,234,248)
#F9F1FA
(249,241,250)
#FCF8FC
(252,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB2E8 color. Also use rgb(222,178,232) instead hex code.

Text Font Color

.myTextColor { color: #DEB2E8; }

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

This text font color is #DEB2E8.


Background Color

.myBgColor { background-color: #DEB2E8; }

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

This div background color is #DEB2E8.


Border color

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

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

This div border color is #DEB2E8.


Opacity

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

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

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

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

This text has shadow with #DEB2E8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DEB2E8 on black background.


Color preview on white background

This text has color #DEB2E8 on white background.



Black color preview on #DEB2E8 background

This text has black color on #DEB2E8 background.


White color preview on #DEB2E8 background

This text has white color on #DEB2E8 background.