COLOR #DEB0ED

HEX: #DEB0ED RGB: (222,176,237)

Color info

#DEB0ED contains mainly red and blue colors. Web safe color of #DEB0ED is #CC99FF (or #C9F).

RGB color model

#DEB0ED color RGB value is (222,176,237).

RGB: (222,176,237) (87%, 69%, 93%)

RGB channels and saturation

R 222 of 255 = 87%
G 176 of 255 = 69%
B 237 of 255 = 93%

222
176
237

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

Portions of RGB colors in percentages

R + G + B = 222 + 176 + 237 = 635 (100%)
R 222 of 635 ~ 34.96%
G 176 of 635 ~ 27.72%
B 237 of 635 ~ 37.32'%

%34.96
%27.72
%37.32

CMYK color model

#DEB0ED color CMYK value is (6,26,0,7).

  • cyan value is 6.33%
  • magenta value is 25.74%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (6,26,0,7) C6M26Y0K7 (6%,26%,0%,7%) (0.06/0.26/0.00/0.07) 

CMYK percentages

%6.33
%25.74
%0
%7.06

Codes

Color #DEB0ED in popluar color models

DE B0 ED
RGB 222 176 237
HSL 285° 62.89% 80.98%
HSB/HSV 285° 25.74% 92.94%
CMYK 6.33% 25.74% 0.00%
7.06%

Color #DEB0ED in popluar number systems.

HEX DE B0 ED
Decimal 222 176 237
Binary 11011110 10110000 11101101
Octal 336 260 355

Shades and tints

Shades of #DEB0ED

#DEB0ED
(222,176,237)
#CAA0D8
(202,160,216)
#B690C3
(182,144,195)
#A280AE
(162,128,174)
#8E7099
(142,112,153)
#7A6084
(122,96,132)
#66506F
(102,80,111)
#52405A
(82,64,90)
#3E3045
(62,48,69)
#2A2030
(42,32,48)
#16101B
(22,16,27)
#000000
(0,0,0)

Tints of #DEB0ED

#DEB0ED
(222,176,237)
#E1B7EE
(225,183,238)
#E4BEEF
(228,190,239)
#E7C5F0
(231,197,240)
#EACCF1
(234,204,241)
#EDD3F2
(237,211,242)
#F0DAF3
(240,218,243)
#F3E1F4
(243,225,244)
#F6E8F5
(246,232,245)
#F9EFF6
(249,239,246)
#FCF6F7
(252,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB0ED color. Also use rgb(222,176,237) instead hex code.

Text Font Color

.myTextColor { color: #DEB0ED; }

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

This text font color is #DEB0ED.

Background Color

.myBgColor { background-color: #DEB0ED; }

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

This div background color is #DEB0ED.

Border color

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

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

This div border color is #DEB0ED.

Opacity

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

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

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

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

This text has shadow with #DEB0ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB0ED.

Preview

Color preview on black background

This text has color #DEB0ED on black background.


Color preview on white background

This text has color #DEB0ED on white background.


Black color preview on #DEB0ED background

This text has black color on #DEB0ED background.


White color preview on #DEB0ED background

This text has white color on #DEB0ED background.


Related colors

Complementary color

Complementary color for #hex is #214F12.


I love getcolorcode.com

Triadic colors

1 #EDDEB0 and #B0EDDE with #DEB0ED are triadic colors.

2 #EDB0DE and #B0DEED with #DEB0ED are triadic colors.