COLOR #DEB8E9

HEX: #DEB8E9 RGB: (222,184,233)

Color info

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

RGB color model

#DEB8E9 color RGB value is (222,184,233).

RGB: (222,184,233) (87%, 72%, 91%)

RGB channels and saturation

R 222 of 255 = 87%
G 184 of 255 = 72%
B 233 of 255 = 91%

222
184
233

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

Portions of RGB colors in percentages

R + G + B = 222 + 184 + 233 = 639 (100%)
R 222 of 639 ~ 34.74%
G 184 of 639 ~ 28.79%
B 233 of 639 ~ 36.46'%

%34.74
%28.79
%36.46

CMYK color model

#DEB8E9 color CMYK value is (5,21,0,9).

  • cyan value is 4.72%
  • magenta value is 21.03%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (5,21,0,9)
C5M21Y0K9 (5%, 21%, 0%, 9%)
(0.05 / 0.21 / 0.00 / 0.09)

CMYK percentages

%4.72
%21.03
%0
%8.63

Codes

Color #DEB8E9 in popluar color models

DE B8 E9
RGB 222 184 233
HSL 287° 52.69% 81.76%
HSB/HSV 287° 21.03% 91.37%
CMYK 4.72% 21.03% 0.00%
8.63%

Color #DEB8E9 in popluar number systems.

HEX DE B8 E9
Decimal 222 184 233
Binary 11011110 10111000 11101001
Octal 336 270 351

Shades and tints

Shades of #DEB8E9

#DEB8E9
(222,184,233)
#CAA8D4
(202,168,212)
#B698BF
(182,152,191)
#A288AA
(162,136,170)
#8E7895
(142,120,149)
#7A6880
(122,104,128)
#66586B
(102,88,107)
#524856
(82,72,86)
#3E3841
(62,56,65)
#2A282C
(42,40,44)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #DEB8E9

#DEB8E9
(222,184,233)
#E1BEEB
(225,190,235)
#E4C4ED
(228,196,237)
#E7CAEF
(231,202,239)
#EAD0F1
(234,208,241)
#EDD6F3
(237,214,243)
#F0DCF5
(240,220,245)
#F3E2F7
(243,226,247)
#F6E8F9
(246,232,249)
#F9EEFB
(249,238,251)
#FCF4FD
(252,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB8E9 color. Also use rgb(222,184,233) instead hex code.

Text Font Color

.myTextColor { color: #DEB8E9; }

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

This text font color is #DEB8E9.

Background Color

.myBgColor { background-color: #DEB8E9; }

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

This div background color is #DEB8E9.

Border color

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

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

This div border color is #DEB8E9.

Opacity

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

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

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

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

This text has shadow with #DEB8E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB8E9.

Preview

Color preview on black background

This text has color #DEB8E9 on black background.


Color preview on white background

This text has color #DEB8E9 on white background.


Black color preview on #DEB8E9 background

This text has black color on #DEB8E9 background.


White color preview on #DEB8E9 background

This text has white color on #DEB8E9 background.


Related colors

Complementary color

Complementary color for #hex is #214716.


I love getcolorcode.com

Triadic colors

1 #E9DEB8 and #B8E9DE with #DEB8E9 are triadic colors.

2 #E9B8DE and #B8DEE9 with #DEB8E9 are triadic colors.