COLOR #DEB0DD

HEX: #DEB0DD RGB: (222,176,221)

Color info

#DEB0DD contains red, green and blue colors in about the same proportion. Web safe color of #DEB0DD is #CC99CC (or #C9C).

RGB color model

#DEB0DD color RGB value is (222,176,221).

RGB: (222,176,221) (87%, 69%, 87%)

RGB channels and saturation

R 222 of 255 = 87%
G 176 of 255 = 69%
B 221 of 255 = 87%

222
176
221

R + G + B ~ 81%. #DEB0DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 176 + 221 = 619 (100%)
R 222 of 619 ~ 35.86%
G 176 of 619 ~ 28.43%
B 221 of 619 ~ 35.7'%

%35.86
%28.43
%35.7

CMYK color model

#DEB0DD color CMYK value is (0,21,0,13).

  • cyan value is 0.00%
  • magenta value is 20.72%
  • yellow value is 0.45%
  • key color value is 12.94%

CMYK: (0,21,0,13)
C0M21Y0K13 (0%, 21%, 0%, 13%)
(0.00 / 0.21 / 0.00 / 0.13)

CMYK percentages

%0
%20.72
%0.45
%12.94

Codes

Color #DEB0DD in popluar color models

DE B0 DD
RGB 222 176 221
HSL 301° 41.07% 78.04%
HSB/HSV 301° 20.72% 87.06%
CMYK 0.00% 20.72% 0.45%
12.94%

Color #DEB0DD in popluar number systems.

HEX DE B0 DD
Decimal 222 176 221
Binary 11011110 10110000 11011101
Octal 336 260 335

Shades and tints

Shades of #DEB0DD

#DEB0DD
(222,176,221)
#CAA0C9
(202,160,201)
#B690B5
(182,144,181)
#A280A1
(162,128,161)
#8E708D
(142,112,141)
#7A6079
(122,96,121)
#665065
(102,80,101)
#524051
(82,64,81)
#3E303D
(62,48,61)
#2A2029
(42,32,41)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #DEB0DD

#DEB0DD
(222,176,221)
#E1B7E0
(225,183,224)
#E4BEE3
(228,190,227)
#E7C5E6
(231,197,230)
#EACCE9
(234,204,233)
#EDD3EC
(237,211,236)
#F0DAEF
(240,218,239)
#F3E1F2
(243,225,242)
#F6E8F5
(246,232,245)
#F9EFF8
(249,239,248)
#FCF6FB
(252,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB0DD; }

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

This text font color is #DEB0DD.

Background Color

.myBgColor { background-color: #DEB0DD; }

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

This div background color is #DEB0DD.

Border color

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

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

This div border color is #DEB0DD.

Opacity

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

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

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

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

This text has shadow with #DEB0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB0DD.

Preview

Color preview on black background

This text has color #DEB0DD on black background.


Color preview on white background

This text has color #DEB0DD on white background.


Black color preview on #DEB0DD background

This text has black color on #DEB0DD background.


White color preview on #DEB0DD background

This text has white color on #DEB0DD background.


Related colors

Complementary color

Complementary color for #hex is #214F22.


I love getcolorcode.com

Triadic colors

1 #DDDEB0 and #B0DDDE with #DEB0DD are triadic colors.

2 #DDB0DE and #B0DEDD with #DEB0DD are triadic colors.