COLOR #DEB5C8

HEX: #DEB5C8
RGB: (222,181,200)

Color info

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

RGB color model

#DEB5C8 color RGB value is (222,181,200).

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

RGB channels and saturation

R 222 of 255 = 87%
G 181 of 255 = 71%
B 200 of 255 = 78%

222
181
200

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

Portions of RGB colors in percentages

R + G + B =
222 + 181 + 200 = 603 (100%)
R 222 of 603 ~ 36.82%
G 181 of 603 ~ 30.02%
B 200 of 603 ~ 33.17%

%36.82
%30.02
%33.17

CMYK color model

#DEB5C8 color CMYK value is (0,18,10,13).

  • cyan value is 0.00%
  • magenta value is 18.47%
  • yellow value is 9.91%
  • key color value is 12.94%
CMYK:
(0,18,10,13)
C0M18Y10K13 
(0%,18%,10%,13%)
(0.00/0.18/0.10/0.13)	

CMYK percentages

%0
%18.47
%9.91
%12.94

Codes

Color #DEB5C8 in popluar color models

DEB5C8
RGB222181200
HSL332°38.32%79.02%
HSB/HSV332°18.47%87.06%
CMYK0.00%18.47%9.91%
12.94%

Color #DEB5C8 in popluar number systems.

HEXDEB5C8
Decimal222181200
Binary110111101011010111001000
Octal336265310

Shades and tints

Shades of #DEB5C8

#DEB5C8
(222,181,200)
#CAA5B6
(202,165,182)
#B695A4
(182,149,164)
#A28592
(162,133,146)
#8E7580
(142,117,128)
#7A656E
(122,101,110)
#66555C
(102,85,92)
#52454A
(82,69,74)
#3E3538
(62,53,56)
#2A2526
(42,37,38)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #DEB5C8

#DEB5C8
(222,181,200)
#E1BBCD
(225,187,205)
#E4C1D2
(228,193,210)
#E7C7D7
(231,199,215)
#EACDDC
(234,205,220)
#EDD3E1
(237,211,225)
#F0D9E6
(240,217,230)
#F3DFEB
(243,223,235)
#F6E5F0
(246,229,240)
#F9EBF5
(249,235,245)
#FCF1FA
(252,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB5C8; }

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

This text font color is #DEB5C8.


Background Color

.myBgColor { background-color: #DEB5C8; }

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

This div background color is #DEB5C8.


Border color

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

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

This div border color is #DEB5C8.


Opacity

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

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

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

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

This text has shadow with #DEB5C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB5C8 on black background.


Color preview on white background

This text has color #DEB5C8 on white background.



Black color preview on #DEB5C8 background

This text has black color on #DEB5C8 background.


White color preview on #DEB5C8 background

This text has white color on #DEB5C8 background.