COLOR #DEB9D9

HEX: #DEB9D9
RGB: (222,185,217)

Color info

#DEB9D9 contains red, green and blue colors in about the same proportion. Web safe color of #DEB9D9 is #CCCCCC (or #CCC).

RGB color model

#DEB9D9 color RGB value is (222,185,217).

  • red value is 222;
  • green value is 185;
  • blue value is 217.
RGB:
(222,185,217)
(87%,73%,85%)

RGB channels and saturation

R 222 of 255 = 87%
G 185 of 255 = 73%
B 217 of 255 = 85%

222
185
217

R + G + B ~ 82%. #DEB9D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 185 + 217 = 624 (100%)
R 222 of 624 ~ 35.58%
G 185 of 624 ~ 29.65%
B 217 of 624 ~ 34.78%

%35.58
%29.65
%34.78

CMYK color model

#DEB9D9 color CMYK value is (0,17,2,13).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 2.25%
  • key color value is 12.94%
CMYK:
(0,17,2,13)
C0M17Y2K13 
(0%,17%,2%,13%)
(0.00/0.17/0.02/0.13)	

CMYK percentages

%0
%16.67
%2.25
%12.94

Codes

Color #DEB9D9 in popluar color models

DEB9D9
RGB222185217
HSL308°35.92%79.80%
HSB/HSV308°16.67%87.06%
CMYK0.00%16.67%2.25%
12.94%

Color #DEB9D9 in popluar number systems.

HEXDEB9D9
Decimal222185217
Binary110111101011100111011001
Octal336271331

Shades and tints

Shades of #DEB9D9

#DEB9D9
(222,185,217)
#CAA9C6
(202,169,198)
#B699B3
(182,153,179)
#A289A0
(162,137,160)
#8E798D
(142,121,141)
#7A697A
(122,105,122)
#665967
(102,89,103)
#524954
(82,73,84)
#3E3941
(62,57,65)
#2A292E
(42,41,46)
#16191B
(22,25,27)
#000000
(0,0,0)

Tints of #DEB9D9

#DEB9D9
(222,185,217)
#E1BFDC
(225,191,220)
#E4C5DF
(228,197,223)
#E7CBE2
(231,203,226)
#EAD1E5
(234,209,229)
#EDD7E8
(237,215,232)
#F0DDEB
(240,221,235)
#F3E3EE
(243,227,238)
#F6E9F1
(246,233,241)
#F9EFF4
(249,239,244)
#FCF5F7
(252,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB9D9; }

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

This text font color is #DEB9D9.


Background Color

.myBgColor { background-color: #DEB9D9; }

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

This div background color is #DEB9D9.


Border color

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

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

This div border color is #DEB9D9.


Opacity

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

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

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

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

This text has shadow with #DEB9D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB9D9 on black background.


Color preview on white background

This text has color #DEB9D9 on white background.



Black color preview on #DEB9D9 background

This text has black color on #DEB9D9 background.


White color preview on #DEB9D9 background

This text has white color on #DEB9D9 background.