COLOR #DEB0DA

HEX: #DEB0DA RGB: (222,176,218)

Color info

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

RGB color model

#DEB0DA color RGB value is (222,176,218).

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

RGB channels and saturation

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

222
176
218

R + G + B ~ 80%. #DEB0DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 176 + 218 = 616 (100%)
R 222 of 616 ~ 36.04%
G 176 of 616 ~ 28.57%
B 218 of 616 ~ 35.39'%

%36.04
%28.57
%35.39

CMYK color model

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

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

CMYK: (0,21,2,13)
C0M21Y2K13 (0%, 21%, 2%, 13%)
(0.00 / 0.21 / 0.02 / 0.13)

CMYK percentages

%0
%20.72
%1.8
%12.94

Codes

Color #DEB0DA in popluar color models

DE B0 DA
RGB 222 176 218
HSL 305° 41.07% 78.04%
HSB/HSV 305° 20.72% 87.06%
CMYK 0.00% 20.72% 1.80%
12.94%

Color #DEB0DA in popluar number systems.

HEX DE B0 DA
Decimal 222 176 218
Binary 11011110 10110000 11011010
Octal 336 260 332

Shades and tints

Shades of #DEB0DA

#DEB0DA
(222,176,218)
#CAA0C7
(202,160,199)
#B690B4
(182,144,180)
#A280A1
(162,128,161)
#8E708E
(142,112,142)
#7A607B
(122,96,123)
#665068
(102,80,104)
#524055
(82,64,85)
#3E3042
(62,48,66)
#2A202F
(42,32,47)
#16101C
(22,16,28)
#000000
(0,0,0)

Tints of #DEB0DA

#DEB0DA
(222,176,218)
#E1B7DD
(225,183,221)
#E4BEE0
(228,190,224)
#E7C5E3
(231,197,227)
#EACCE6
(234,204,230)
#EDD3E9
(237,211,233)
#F0DAEC
(240,218,236)
#F3E1EF
(243,225,239)
#F6E8F2
(246,232,242)
#F9EFF5
(249,239,245)
#FCF6F8
(252,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB0DA; }

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

This text font color is #DEB0DA.

Background Color

.myBgColor { background-color: #DEB0DA; }

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

This div background color is #DEB0DA.

Border color

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

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

This div border color is #DEB0DA.

Opacity

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

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

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

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

This text has shadow with #DEB0DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB0DA.

Preview

Color preview on black background

This text has color #DEB0DA on black background.


Color preview on white background

This text has color #DEB0DA on white background.


Black color preview on #DEB0DA background

This text has black color on #DEB0DA background.


White color preview on #DEB0DA background

This text has white color on #DEB0DA background.


Related colors

Complementary color

Complementary color for #hex is #214F25.


I love getcolorcode.com

Triadic colors

1 #DADEB0 and #B0DADE with #DEB0DA are triadic colors.

2 #DAB0DE and #B0DEDA with #DEB0DA are triadic colors.