COLOR #DEB0DE

HEX: #DEB0DE RGB: (222,176,222)

Color info

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

RGB color model

#DEB0DE color RGB value is (222,176,222).

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

RGB channels and saturation

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

222
176
222

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

Portions of RGB colors in percentages

R + G + B = 222 + 176 + 222 = 620 (100%)
R 222 of 620 ~ 35.81%
G 176 of 620 ~ 28.39%
B 222 of 620 ~ 35.81'%

%35.81
%28.39
%35.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.72%
  • yellow value is 0.00%
  • 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
%12.94

Codes

Color #DEB0DE in popluar color models

DE B0 DE
RGB 222 176 222
HSL 300° 41.07% 78.04%
HSB/HSV 300° 20.72% 87.06%
CMYK 0.00% 20.72% 0.00%
12.94%

Color #DEB0DE in popluar number systems.

HEX DE B0 DE
Decimal 222 176 222
Binary 11011110 10110000 11011110
Octal 336 260 336

Shades and tints

Shades of #DEB0DE

#DEB0DE
(222,176,222)
#CAA0CA
(202,160,202)
#B690B6
(182,144,182)
#A280A2
(162,128,162)
#8E708E
(142,112,142)
#7A607A
(122,96,122)
#665066
(102,80,102)
#524052
(82,64,82)
#3E303E
(62,48,62)
#2A202A
(42,32,42)
#161016
(22,16,22)
#000000
(0,0,0)

Tints of #DEB0DE

#DEB0DE
(222,176,222)
#E1B7E1
(225,183,225)
#E4BEE4
(228,190,228)
#E7C5E7
(231,197,231)
#EACCEA
(234,204,234)
#EDD3ED
(237,211,237)
#F0DAF0
(240,218,240)
#F3E1F3
(243,225,243)
#F6E8F6
(246,232,246)
#F9EFF9
(249,239,249)
#FCF6FC
(252,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB0DE; }

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

This text font color is #DEB0DE.

Background Color

.myBgColor { background-color: #DEB0DE; }

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

This div background color is #DEB0DE.

Border color

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

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

This div border color is #DEB0DE.

Opacity

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

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

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

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

This text has shadow with #DEB0DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB0DE.

Preview

Color preview on black background

This text has color #DEB0DE on black background.


Color preview on white background

This text has color #DEB0DE on white background.


Black color preview on #DEB0DE background

This text has black color on #DEB0DE background.


White color preview on #DEB0DE background

This text has white color on #DEB0DE background.


Related colors

Complementary color

Complementary color for #hex is #214F21.


I love getcolorcode.com

Triadic colors

1 #DEDEB0 and #B0DEDE with #DEB0DE are triadic colors.

2 #DEB0DE and #B0DEDE with #DEB0DE are triadic colors.