COLOR #DEB5CD

HEX: #DEB5CD
RGB: (222,181,205)

Color info

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

RGB color model

#DEB5CD color RGB value is (222,181,205).

  • red value is 222;
  • green value is 181;
  • blue value is 205.
RGB:
(222,181,205)
(87%,71%,80%)

RGB channels and saturation

R 222 of 255 = 87%
G 181 of 255 = 71%
B 205 of 255 = 80%

222
181
205

R + G + B ~ 79%. #DEB5CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 181 + 205 = 608 (100%)
R 222 of 608 ~ 36.51%
G 181 of 608 ~ 29.77%
B 205 of 608 ~ 33.72%

%36.51
%29.77
%33.72

CMYK color model

#DEB5CD color CMYK value is (0,18,8,13).

  • cyan value is 0.00%
  • magenta value is 18.47%
  • yellow value is 7.66%
  • key color value is 12.94%
CMYK:
(0,18,8,13)
C0M18Y8K13 
(0%,18%,8%,13%)
(0.00/0.18/0.08/0.13)	

CMYK percentages

%0
%18.47
%7.66
%12.94

Codes

Color #DEB5CD in popluar color models

DEB5CD
RGB222181205
HSL325°38.32%79.02%
HSB/HSV325°18.47%87.06%
CMYK0.00%18.47%7.66%
12.94%

Color #DEB5CD in popluar number systems.

HEXDEB5CD
Decimal222181205
Binary110111101011010111001101
Octal336265315

Shades and tints

Shades of #DEB5CD

#DEB5CD
(222,181,205)
#CAA5BB
(202,165,187)
#B695A9
(182,149,169)
#A28597
(162,133,151)
#8E7585
(142,117,133)
#7A6573
(122,101,115)
#665561
(102,85,97)
#52454F
(82,69,79)
#3E353D
(62,53,61)
#2A252B
(42,37,43)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #DEB5CD

#DEB5CD
(222,181,205)
#E1BBD1
(225,187,209)
#E4C1D5
(228,193,213)
#E7C7D9
(231,199,217)
#EACDDD
(234,205,221)
#EDD3E1
(237,211,225)
#F0D9E5
(240,217,229)
#F3DFE9
(243,223,233)
#F6E5ED
(246,229,237)
#F9EBF1
(249,235,241)
#FCF1F5
(252,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB5CD; }

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

This text font color is #DEB5CD.


Background Color

.myBgColor { background-color: #DEB5CD; }

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

This div background color is #DEB5CD.


Border color

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

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

This div border color is #DEB5CD.


Opacity

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

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

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

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

This text has shadow with #DEB5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB5CD on black background.


Color preview on white background

This text has color #DEB5CD on white background.



Black color preview on #DEB5CD background

This text has black color on #DEB5CD background.


White color preview on #DEB5CD background

This text has white color on #DEB5CD background.